summaryrefslogtreecommitdiff
path: root/regexp.c
AgeCommit message (Collapse)Author
2013-09-28Support conditional regular expressions.Matti Lehtimäki
These are used only if the content of another EPG field matches to an additional regular expression.
2013-09-28Remember current position in setup menu. Reorganise regexp.conf. Cosmetics.Matti Lehtimäki
2013-09-28Refactoring. Fix possible null pointer error.Matti Lehtimäki
2013-09-28Fix header includes.Matti Lehtimäki
2012-12-02Fix replacing at the end of string when using s///. Fix variable name clash.Matti Lehtimäki
2012-10-07Fix prepending and appending to empty EPG fields.Matti Lehtimäki
2012-09-29Remove duplicate code. Harmonise code formatting.Matti Lehtimäki
2012-09-17Fix replacing with empty string at the beginning of a string when using s///.Matti Lehtimäki
2012-09-08Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.Matti Lehtimäki
2012-08-31Enable JIT compiling in PCRE if supported.Matti Lehtimäki
2012-05-12Support for ignoring and copying EPG data. Bug fixes.Matti Lehtimäki
Fix character set conversion for selected channels. Fix and improve Makefile (thanks to Ville Skyttä and Rolf Ahrenberg). Fix compiling with g++-4.7.
2012-05-05Improve error logging. Make character list for menu editing modifiable ↵v0.1.0Matti Lehtimäki
through translation files. New version number.
2012-05-05Several bugs fixes. Code cleanup. Update history.Matti Lehtimäki
2012-05-04Fix last commit.Matti Lehtimäki
2012-04-13Add support for channel IDs. Cleaning up code.Matti Lehtimäki
2012-04-12Import version 0.0.4 to git.Matti Lehtimäki