aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-06-05use memory polling (--disable-malloc-replacement) on Mac OS XRobin Haberkorn3-16/+21
2021-06-04guard against too low arguments to <S> by checking whether the memory limit w...Robin Haberkorn6-15/+29
2021-06-03ci.yml: run the test suite in verbose mode - we've got nothing but the Github...Robin Haberkorn1-2/+6
2021-06-02avoid aliased functions, as they are not supported on Darwin (macOS)Robin Haberkorn1-1/+5
2021-06-02CI Github workflow: turns out we need to manually install autotools on macOS ...Robin Haberkorn1-1/+1
2021-06-02Github workflows: some macOS simplifications and build nightly packages with ...Robin Haberkorn2-8/+8
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn6-5/+5
2021-06-01ci.yml: try to build on macOSRobin Haberkorn1-1/+35
2021-06-01nightly.yml: allow nightly builds to be triggered manuallyRobin Haberkorn1-0/+1
2021-06-01Continuous Integration artifacts are now built only once a day (nightly build...Robin Haberkorn3-53/+62
2021-06-01debianized the Gtk UI (sciteco-gtk)Robin Haberkorn9-16/+125
2021-05-30cosmetic changes to continuous-integration.yml and mention availability of ni...Robin Haberkorn2-10/+16
2021-05-30continuous-integration.yml: start xvfb with automatic server number assignmen...Robin Haberkorn1-4/+4
2021-05-30continuous-integration.yml: fixed building Gtk versionsRobin Haberkorn1-5/+9
2021-05-30continuous-integration.yml: update repos before installing new packagesRobin Haberkorn1-0/+2
2021-05-30continuous-integration.yml: also build and test the Gtk UI on every platform ...Robin Haberkorn1-2/+5
2021-05-30fixed Clang buildsRobin Haberkorn2-1/+6
2021-05-30continuous-integration.yml: build on Ubuntu 18.04, Ubuntu 20.04 with GCC and ...Robin Haberkorn1-24/+61
2021-05-30continuous-integration.yml: added debhelper dependencyRobin Haberkorn1-1/+1
2021-05-30updated continuous-integration.yml: now also builds and archives Debian packagesRobin Haberkorn1-6/+32
2021-05-30updated Debian packageRobin Haberkorn2-1/+7
2021-05-30continuous-integration.yml: fixed "apt-get install" and show badge in READMERobin Haberkorn2-3/+6
2021-05-30updated Doxyfile.in with Doxygen 1.8.17Robin Haberkorn1-77/+186
2021-05-30Added support for Continuous IntegrationRobin Haberkorn1-0/+34
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn117-23605/+27099
2018-06-11improved Emscripten support: fixed configure-checks, generate *.js and detect...Robin Haberkorn4-14/+33
2017-11-16CPP lexer: support *.ino files (Arduino IDE sketches)Robin Haberkorn1-1/+2
2017-08-24fixed memory leaks and memory measurement leaks by removing -fsized-deallocationRobin Haberkorn2-63/+28
2017-04-30define non-sized deallocator and memory counting debuggingRobin Haberkorn2-13/+39
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