aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-17fixed invalid memory accesses in the expression stack and reworked expression...Robin Haberkorn1-1/+1
2015-03-02use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...Robin Haberkorn1-1/+1
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+1
2015-02-21fixed assertion in search.cppRobin Haberkorn1-1/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-20allow a current buffer if we're editing a Q-RegisterRobin Haberkorn1-3/+7
2014-11-16rewritten View and Interface base classes using the Curiously Recurring Templ...Robin Haberkorn1-1/+1
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-7/+7
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-0/+1
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-09current_doc_must_undo(): check for undo-necessity when operating on the curre...Robin Haberkorn1-7/+12
2014-02-18fixed array freeing using deleteRobin Haberkorn1-1/+1
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn1-12/+12
2013-03-18remove all unused-attributes for parametersRobin Haberkorn1-3/+2
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-3/+3
2013-03-17fixed ^EG pattern match character: use QRegSpecMachine to parse register spec...Robin Haberkorn1-3/+4
2013-03-16documented remaining commandsRobin Haberkorn1-0/+167
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-2/+2
2013-01-29fixed backward search-and-kill (e.g. -FK...$)Robin Haberkorn1-9/+19
2013-01-27prevent creating Scintilla UNDO token when FD or FK failsRobin Haberkorn1-14/+22
2013-01-20fixed search-replace commands if search fails (do not insert then)Robin Haberkorn1-2/+41
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+571