aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-08revised icon loading on Windows and packaging againRobin Haberkorn1-19/+28
2021-06-08Gtk UI: fixed lookup of icons and fallback.css on WindowsRobin Haberkorn1-33/+39
2021-06-08improved PDCurses detectionRobin Haberkorn1-61/+22
2021-06-08all SciTECO scripts used during the build process now always write files with...Robin Haberkorn1-1/+1
2021-06-08get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...Robin Haberkorn9-716/+813
2021-06-08try G_SPAWN_LEAVE_DESCRIPTORS_OPEN when spawning processes: promises an "opti...Robin Haberkorn1-1/+6
2021-06-08added test suite cases for memory limiting and command executionRobin Haberkorn1-0/+5
2021-06-08Windows: normalize $COMSPECRobin Haberkorn3-4/+18
2021-06-05teco_memory_check() now checks for addition overflows and negative searches (...Robin Haberkorn2-1/+18
2021-06-05don't add -rdynamic when not replacing mallocRobin Haberkorn1-1/+4
2021-06-05when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...Robin Haberkorn1-1/+3
2021-06-05use memory polling (--disable-malloc-replacement) on Mac OS XRobin Haberkorn1-3/+11
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn5-14/+28
2021-06-02avoid aliased functions, as they are not supported on Darwin (macOS)Robin Haberkorn1-1/+5
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn6-5/+5
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn93-21895/+18705
2018-06-11improved Emscripten support: fixed configure-checks, generate *.js and detect...Robin Haberkorn3-9/+18
2017-08-24fixed memory leaks and memory measurement leaks by removing -fsized-deallocationRobin Haberkorn1-40/+28
2017-04-30define non-sized deallocator and memory counting debuggingRobin Haberkorn2-13/+39
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn3-21/+3
2017-03-25some minor Doxygen documentation improvementsRobin Haberkorn4-4/+5
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn4-11/+44
2017-03-23fixed checks for missing left and right operands to binary operatorsRobin Haberkorn1-2/+2
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 Haberkorn1-13/+27
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn4-75/+117
2017-03-08undo stack reorganized into a stack of undo token listsRobin Haberkorn2-38/+62
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 Haberkorn7-383/+524
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn3-64/+118
2017-03-05memory limiting: libc malloc() and realloc() can return NULLRobin Haberkorn1-2/+4
2017-03-05replaced Linux-specific mallinfo()-based memory limiting with a more portable...Robin Haberkorn1-17/+90
2017-03-03updated copyright to 2017Robin Haberkorn53-53/+53
2017-03-03build system portability fixesRobin Haberkorn1-6/+3
2016-11-30allow dollar sign as another variant of ^[ (discard all arguments or return)Robin Haberkorn2-23/+42
2016-11-27fixed rubout of the first command after command line termination ($$)Robin Haberkorn2-6/+6
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 Haberkorn2-14/+24
2016-11-21fixed compilation of the PDCurses frontendRobin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn24-268/+352
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-20fixed interpretation of the Q-Register specification ".."Robin Haberkorn1-3/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn8-11/+194
2016-11-20optimized red-black trees and common base class for string-keyed RB treesRobin Haberkorn8-121/+167