aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn4-25/+9
2017-03-25some minor Doxygen documentation improvementsRobin Haberkorn5-5/+6
2017-03-25updated Doxyfile to suppress some Doxygen warningsRobin Haberkorn1-148/+261
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn6-11/+64
2017-03-23fixed checks for missing left and right operands to binary operatorsRobin Haberkorn2-2/+6
2017-03-23updated TODORobin Haberkorn1-2/+29
2017-03-23fixed and optimized piping very large buffers via EC/EGRobin Haberkorn2-14/+17
2017-03-18fixed Q-Reg autocompletion for `Q` commandRobin Haberkorn4-34/+42
2017-03-14added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...Robin Haberkorn2-19/+41
2017-03-14support NetBSD's cursesRobin Haberkorn2-1/+2
2017-03-14updated TODORobin Haberkorn1-1/+20
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn6-86/+146
2017-03-08undo stack reorganized into a stack of undo token listsRobin Haberkorn3-41/+64
2017-03-08fixup to 89224899: fixed function key macros after $ and the rubout-command e...Robin Haberkorn2-2/+21
2017-03-07refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...Robin Haberkorn8-392/+528
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn5-76/+131
2017-03-05memory limiting: libc malloc() and realloc() can return NULLRobin Haberkorn1-2/+4
2017-03-05fixed check for dlsym() on Linux where we need to link against libdlRobin Haberkorn1-0/+3
2017-03-05replaced Linux-specific mallinfo()-based memory limiting with a more portable...Robin Haberkorn3-45/+106
2017-03-05updated TODO: some research into savepoints and memory limitingRobin Haberkorn1-12/+22
2017-03-03updated copyright to 2017Robin Haberkorn55-56/+56
2017-03-03build system portability fixesRobin Haberkorn10-28/+1122
2017-02-26more fixes for groff v1.19Robin Haberkorn2-5/+5
2017-02-26fixup to 733e0126: fixed if-then-else in sciteco.tmacRobin Haberkorn1-1/+1
2017-02-23print all warnings when invoking GroffRobin Haberkorn1-2/+2
2017-02-22grosciteco: added support for the `F` commandRobin Haberkorn1-0/+3
2017-02-22fixed womanpage-generation for Groff < v1.20Robin Haberkorn1-0/+14
2016-12-06updated README: added link to SciTECO presentation and new manpagesRobin Haberkorn1-4/+7
2016-12-06htbl.tes: clean up and added support for boxed tables with separator linesRobin Haberkorn1-48/+82
2016-11-30allow dollar sign as another variant of ^[ (discard all arguments or return)Robin Haberkorn3-24/+53
2016-11-27fixed rubout of the first command after command line termination ($$)Robin Haberkorn2-6/+6
2016-11-22womanpage lexer: fixed popup stylingRobin Haberkorn1-1/+1
2016-11-22Gtk interface: make sure that the default display is openedRobin Haberkorn1-2/+10
2016-11-22save some bytes per Q-Register creation on the undo stackRobin Haberkorn2-21/+47
2016-11-22avoid the non-standard \e escape sequenceRobin Haberkorn2-5/+8
2016-11-22fixed local Q-Register management on certain broken platformsRobin Haberkorn4-23/+42
2016-11-22optimized QRegisterTable cleanupRobin Haberkorn5-5/+10
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn7-14/+47
2016-11-21fixed compilation of the PDCurses frontendRobin Haberkorn1-1/+1
2016-11-20updated sample.teco_ini: 2EJ now sets a more or less global memory limitRobin Haberkorn1-2/+2
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn26-296/+358
2016-11-20fixup to 19675a1a4899: fixed crash after rubbing out creation of global registerRobin Haberkorn1-1/+1
2016-11-20optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...Robin Haberkorn7-26/+42
2016-11-20updated README: new featuresRobin Haberkorn1-9/+18
2016-11-20fixed interpretation of the Q-Register specification ".."Robin Haberkorn1-3/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn10-12/+251
2016-11-20optimized red-black trees and common base class for string-keyed RB treesRobin Haberkorn9-143/+218
2016-11-18updated .gitignoreRobin Haberkorn1-2/+7
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn17-242/+366
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn7-28/+93