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