index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
search.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-17
fixed invalid memory accesses in the expression stack and reworked expression...
Robin Haberkorn
1
-1
/
+1
2015-03-02
use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...
Robin Haberkorn
1
-1
/
+1
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
2015-02-21
fixed assertion in search.cpp
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
1
-3
/
+7
2014-11-16
rewritten View and Interface base classes using the Curiously Recurring Templ...
Robin Haberkorn
1
-1
/
+1
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-7
/
+7
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-0
/
+1
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
current_doc_must_undo(): check for undo-necessity when operating on the curre...
Robin Haberkorn
1
-7
/
+12
2014-02-18
fixed array freeing using delete
Robin Haberkorn
1
-1
/
+1
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-12
/
+12
2013-03-18
remove all unused-attributes for parameters
Robin Haberkorn
1
-3
/
+2
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
1
-3
/
+3
2013-03-17
fixed ^EG pattern match character: use QRegSpecMachine to parse register spec...
Robin Haberkorn
1
-3
/
+4
2013-03-16
documented remaining commands
Robin Haberkorn
1
-0
/
+167
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-2
/
+2
2013-01-29
fixed backward search-and-kill (e.g. -FK...$)
Robin Haberkorn
1
-9
/
+19
2013-01-27
prevent creating Scintilla UNDO token when FD or FK fails
Robin Haberkorn
1
-14
/
+22
2013-01-20
fixed search-replace commands if search fails (do not insert then)
Robin Haberkorn
1
-2
/
+41
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
1
-0
/
+4
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+571