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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-30
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Robin Haberkorn
4
-25
/
+9
2017-03-25
some minor Doxygen documentation improvements
Robin Haberkorn
5
-5
/
+6
2017-03-25
updated Doxyfile to suppress some Doxygen warnings
Robin Haberkorn
1
-148
/
+261
2017-03-25
0,8ED: Automatic case-folding of commands
Robin Haberkorn
6
-11
/
+64
2017-03-23
fixed checks for missing left and right operands to binary operators
Robin Haberkorn
2
-2
/
+6
2017-03-23
updated TODO
Robin Haberkorn
1
-2
/
+29
2017-03-23
fixed and optimized piping very large buffers via EC/EG
Robin Haberkorn
2
-14
/
+17
2017-03-18
fixed Q-Reg autocompletion for `Q` command
Robin Haberkorn
4
-34
/
+42
2017-03-14
added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...
Robin Haberkorn
2
-19
/
+41
2017-03-14
support NetBSD's curses
Robin Haberkorn
2
-1
/
+2
2017-03-14
updated TODO
Robin Haberkorn
1
-1
/
+20
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
6
-86
/
+146
2017-03-08
undo stack reorganized into a stack of undo token lists
Robin Haberkorn
3
-41
/
+64
2017-03-08
fixup to 89224899: fixed function key macros after $ and the rubout-command e...
Robin Haberkorn
2
-2
/
+21
2017-03-07
refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...
Robin Haberkorn
8
-392
/
+528
2017-03-06
roll back to the old mallinfo() implementation of memory limiting on Linux an...
Robin Haberkorn
5
-76
/
+131
2017-03-05
memory limiting: libc malloc() and realloc() can return NULL
Robin Haberkorn
1
-2
/
+4
2017-03-05
fixed check for dlsym() on Linux where we need to link against libdl
Robin Haberkorn
1
-0
/
+3
2017-03-05
replaced Linux-specific mallinfo()-based memory limiting with a more portable...
Robin Haberkorn
3
-45
/
+106
2017-03-05
updated TODO: some research into savepoints and memory limiting
Robin Haberkorn
1
-12
/
+22
2017-03-03
updated copyright to 2017
Robin Haberkorn
55
-56
/
+56
2017-03-03
build system portability fixes
Robin Haberkorn
10
-28
/
+1122
2017-02-26
more fixes for groff v1.19
Robin Haberkorn
2
-5
/
+5
2017-02-26
fixup to 733e0126: fixed if-then-else in sciteco.tmac
Robin Haberkorn
1
-1
/
+1
2017-02-23
print all warnings when invoking Groff
Robin Haberkorn
1
-2
/
+2
2017-02-22
grosciteco: added support for the `F` command
Robin Haberkorn
1
-0
/
+3
2017-02-22
fixed womanpage-generation for Groff < v1.20
Robin Haberkorn
1
-0
/
+14
2016-12-06
updated README: added link to SciTECO presentation and new manpages
Robin Haberkorn
1
-4
/
+7
2016-12-06
htbl.tes: clean up and added support for boxed tables with separator lines
Robin Haberkorn
1
-48
/
+82
2016-11-30
allow dollar sign as another variant of ^[ (discard all arguments or return)
Robin Haberkorn
3
-24
/
+53
2016-11-27
fixed rubout of the first command after command line termination ($$)
Robin Haberkorn
2
-6
/
+6
2016-11-22
womanpage lexer: fixed popup styling
Robin Haberkorn
1
-1
/
+1
2016-11-22
Gtk interface: make sure that the default display is opened
Robin Haberkorn
1
-2
/
+10
2016-11-22
save some bytes per Q-Register creation on the undo stack
Robin Haberkorn
2
-21
/
+47
2016-11-22
avoid the non-standard \e escape sequence
Robin Haberkorn
2
-5
/
+8
2016-11-22
fixed local Q-Register management on certain broken platforms
Robin Haberkorn
4
-23
/
+42
2016-11-22
optimized QRegisterTable cleanup
Robin Haberkorn
5
-5
/
+10
2016-11-22
partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...
Robin Haberkorn
7
-14
/
+47
2016-11-21
fixed compilation of the PDCurses frontend
Robin Haberkorn
1
-1
/
+1
2016-11-20
updated sample.teco_ini: 2EJ now sets a more or less global memory limit
Robin Haberkorn
1
-2
/
+2
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
26
-296
/
+358
2016-11-20
fixup to 19675a1a4899: fixed crash after rubbing out creation of global register
Robin Haberkorn
1
-1
/
+1
2016-11-20
optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...
Robin Haberkorn
7
-26
/
+42
2016-11-20
updated README: new features
Robin Haberkorn
1
-9
/
+18
2016-11-20
fixed interpretation of the Q-Register specification ".."
Robin Haberkorn
1
-3
/
+6
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
10
-12
/
+251
2016-11-20
optimized red-black trees and common base class for string-keyed RB trees
Robin Haberkorn
9
-143
/
+218
2016-11-18
updated .gitignore
Robin Haberkorn
1
-2
/
+7
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
17
-242
/
+366
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
7
-28
/
+93
[next]