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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...
Robin Haberkorn
9
-716
/
+813
2021-06-08
try G_SPAWN_LEAVE_DESCRIPTORS_OPEN when spawning processes: promises an "opti...
Robin Haberkorn
1
-1
/
+6
2021-06-08
added test suite cases for memory limiting and command execution
Robin Haberkorn
1
-0
/
+5
2021-06-08
Windows: normalize $COMSPEC
Robin Haberkorn
3
-4
/
+18
2021-06-05
teco_memory_check() now checks for addition overflows and negative searches (...
Robin Haberkorn
2
-1
/
+18
2021-06-05
don't add -rdynamic when not replacing malloc
Robin Haberkorn
1
-1
/
+4
2021-06-05
when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...
Robin Haberkorn
1
-1
/
+3
2021-06-05
use memory polling (--disable-malloc-replacement) on Mac OS X
Robin Haberkorn
1
-3
/
+11
2021-06-04
guard against too low arguments to <S> by checking whether the memory limit w...
Robin Haberkorn
5
-14
/
+28
2021-06-02
avoid aliased functions, as they are not supported on Darwin (macOS)
Robin Haberkorn
1
-1
/
+5
2021-06-02
renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...
Robin Haberkorn
6
-5
/
+5
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
93
-21895
/
+18705
2018-06-11
improved Emscripten support: fixed configure-checks, generate *.js and detect...
Robin Haberkorn
3
-9
/
+18
2017-08-24
fixed memory leaks and memory measurement leaks by removing -fsized-deallocation
Robin Haberkorn
1
-40
/
+28
2017-04-30
define non-sized deallocator and memory counting debugging
Robin Haberkorn
2
-13
/
+39
2017-04-30
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Robin Haberkorn
3
-21
/
+3
2017-03-25
some minor Doxygen documentation improvements
Robin Haberkorn
4
-4
/
+5
2017-03-25
0,8ED: Automatic case-folding of commands
Robin Haberkorn
4
-11
/
+44
2017-03-23
fixed checks for missing left and right operands to binary operators
Robin Haberkorn
1
-2
/
+2
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
1
-13
/
+27
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
4
-75
/
+117
2017-03-08
undo stack reorganized into a stack of undo token lists
Robin Haberkorn
2
-38
/
+62
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
7
-383
/
+524
2017-03-06
roll back to the old mallinfo() implementation of memory limiting on Linux an...
Robin Haberkorn
3
-64
/
+118
2017-03-05
memory limiting: libc malloc() and realloc() can return NULL
Robin Haberkorn
1
-2
/
+4
2017-03-05
replaced Linux-specific mallinfo()-based memory limiting with a more portable...
Robin Haberkorn
1
-17
/
+90
2017-03-03
updated copyright to 2017
Robin Haberkorn
53
-53
/
+53
2017-03-03
build system portability fixes
Robin Haberkorn
1
-6
/
+3
2016-11-30
allow dollar sign as another variant of ^[ (discard all arguments or return)
Robin Haberkorn
2
-23
/
+42
2016-11-27
fixed rubout of the first command after command line termination ($$)
Robin Haberkorn
2
-6
/
+6
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
2
-14
/
+24
2016-11-21
fixed compilation of the PDCurses frontend
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
24
-268
/
+352
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
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
8
-11
/
+194
2016-11-20
optimized red-black trees and common base class for string-keyed RB trees
Robin Haberkorn
8
-121
/
+167
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
9
-69
/
+69
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
2
-17
/
+23
2016-11-18
improved command line option handling
Robin Haberkorn
8
-40
/
+110
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
4
-4
/
+414
[next]