index
:
vdr-plugin-epgfixer
master
VDR EPGFixer Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regexp.c
Age
Commit message (
Expand
)
Author
2013-09-28
Support conditional regular expressions.
Matti Lehtimäki
2013-09-28
Remember current position in setup menu. Reorganise regexp.conf. Cosmetics.
Matti Lehtimäki
2013-09-28
Refactoring. Fix possible null pointer error.
Matti Lehtimäki
2013-09-28
Fix header includes.
Matti Lehtimäki
2012-12-02
Fix replacing at the end of string when using s///. Fix variable name clash.
Matti Lehtimäki
2012-10-07
Fix prepending and appending to empty EPG fields.
Matti Lehtimäki
2012-09-29
Remove duplicate code. Harmonise code formatting.
Matti Lehtimäki
2012-09-17
Fix replacing with empty string at the beginning of a string when using s///.
Matti Lehtimäki
2012-09-08
Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.
Matti Lehtimäki
2012-08-31
Enable JIT compiling in PCRE if supported.
Matti Lehtimäki
2012-05-12
Support for ignoring and copying EPG data. Bug fixes.
Matti Lehtimäki
2012-05-05
Improve error logging. Make character list for menu editing modifiable throug...
v0.1.0
Matti Lehtimäki
2012-05-05
Several bugs fixes. Code cleanup. Update history.
Matti Lehtimäki
2012-05-04
Fix last commit.
Matti Lehtimäki
2012-04-13
Add support for channel IDs. Cleaning up code.
Matti Lehtimäki
2012-04-12
Import version 0.0.4 to git.
Matti Lehtimäki