Added regular expression support
- Added rx.{h,cpp} from Tegelsten.
- Added unit tests.
This commit is contained in:
@@ -6,11 +6,11 @@ task_SOURCES = API.cpp Att.cpp Cmd.cpp Color.cpp Config.cpp Context.cpp \
|
||||
Path.cpp Permission.cpp Record.cpp Sequence.cpp \
|
||||
StringTable.cpp Subst.cpp TDB.cpp Table.cpp Task.cpp Timer.cpp \
|
||||
command.cpp custom.cpp edit.cpp export.cpp import.cpp \
|
||||
interactive.cpp main.cpp recur.cpp report.cpp rules.cpp \
|
||||
interactive.cpp main.cpp recur.cpp report.cpp rules.cpp rx.cpp \
|
||||
text.cpp util.cpp API.h Att.h Cmd.h Color.h Config.h Context.h \
|
||||
Date.h Directory.h Duration.h File.h Filter.h Grid.h Hooks.h \
|
||||
Keymap.h Location.h Nibbler.h Path.h Permission.h Record.h \
|
||||
Sequence.h StringTable.h Subst.h TDB.h Table.h Task.h Timer.h \
|
||||
i18n.h main.h text.h util.h
|
||||
i18n.h main.h text.h util.h rx.h
|
||||
task_CPPFLAGS=$(LUA_CFLAGS)
|
||||
task_LDFLAGS=$(LUA_LFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user