aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn1-14/+14
* specifications resulted in runtime errors (unexpected exception) when bad_alloc ocurred * specs should be used scarcely: only when the errors that may be thrown are all known and for documentary purposes
2013-03-17fixed ^EG pattern match character: use QRegSpecMachine to parse register ↵Robin Haberkorn1-0/+3
specifications * allows full Q-Reg syntax
2013-01-20fixed search-replace commands if search fails (do not insert then)Robin Haberkorn1-2/+16
* updated TODO
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+102