Age | Commit message (Expand) | Author | Files | Lines |
2024-12-09 | prepared v2.2.0 releasev2.2.0 | Robin Haberkorn | 3 | -31/+107 |
2024-12-08 | fixed rubbing out file open with glob patterns | Robin Haberkorn | 1 | -5/+4 |
2024-12-08 | implemented the ^Q command for converting between line and glyph positions | Robin Haberkorn | 4 | -7/+76 |
2024-12-06 | support the ::S anchored search (string comparison) command (and ::FD, ::FR, ... | Robin Haberkorn | 15 | -72/+130 |
2024-12-05 | nightly builds: use Mac OS 13 instead of the deprecated version 12 | Robin Haberkorn | 1 | -1/+1 |
2024-12-05 | updated NEWS: mention the chatroom poll | Robin Haberkorn | 1 | -2/+2 |
2024-12-04 | use the new ^Y, ^S and @Xq commands in tedoc.tes and string.tes | Robin Haberkorn | 2 | -7/+7 |
2024-12-04 | the <Xq> command now supports the @ modifier for cutting into the register | Robin Haberkorn | 6 | -12/+79 |
2024-12-04 | implemented ^Y/^S commands for receiving pattern match/insertion ranges and l... | Robin Haberkorn | 8 | -25/+224 |
2024-11-30 | sciteco(7): fixed outdated information about the STYLE_CALLTIP default colors | Robin Haberkorn | 1 | -3/+3 |
2024-11-30 | updated Scinterm to the official v5.2 release | Robin Haberkorn | 1 | -0/+0 |
2024-11-25 | fixed operator precedence application (fixup 5597bc72671d0128e6f0dba446c4dc8d... | Robin Haberkorn | 2 | -7/+12 |
2024-11-25 | avoid dynamic stack allocation in teco_expressions_brace_return() | Robin Haberkorn | 1 | -4/+1 |
2024-11-25 | fixed subtle operator precedence bug | Robin Haberkorn | 2 | -1/+7 |
2024-11-24 | sciteco(7): minor documentation fix | Robin Haberkorn | 1 | -1/+1 |
2024-11-24 | lexer.auto: use case-sensitive searches | Robin Haberkorn | 1 | -0/+0 |
2024-11-24 | added special Q-Register ":" for accessing dot | Robin Haberkorn | 9 | -15/+76 |
2024-11-24 | minor documentation changes: use typographic quotes instead of " | Robin Haberkorn | 2 | -3/+3 |
2024-11-23 | string building: ^c (caret+c) does no longer expand to data garbage for non-c... | Robin Haberkorn | 1 | -0/+9 |
2024-11-23 | disallow setting the radix to values lower than 2 | Robin Haberkorn | 3 | -8/+34 |
2024-11-23 | the search mode and current radix are mapped to __local__ Q-Registers ^X and ... | Robin Haberkorn | 12 | -56/+185 |
2024-11-23 | implemented search mode flag (^X): allow case-sensitive searches (closes #17) | Robin Haberkorn | 5 | -6/+41 |
2024-11-19 | minor documentation fixes | Robin Haberkorn | 2 | -3/+5 |
2024-11-18 | fixed some common typos: "ie." and "eg.", "ocur" instead of "occur" | Robin Haberkorn | 14 | -36/+36 |
2024-11-18 | Debian/Ubuntu, FreeBSD and website updates for v2.1.1 release | Robin Haberkorn | 4 | -5/+11 |
2024-11-17 | updated TODO and ChangeLog for v2.1.1 releasev2.1.1 | Robin Haberkorn | 2 | -1/+62 |
2024-11-11 | session.tes: store the current tab style (width and hard-tabs); fixed for fil... | Robin Haberkorn | 2 | -0/+5 |
2024-11-10 | Win32: fixed Unicode commandlines with newer MinGW runtimes | Robin Haberkorn | 3 | -5/+18 |
2024-11-10 | fixed installation with absolute "scitecodatadir" (ie. if building non-reloca... | Robin Haberkorn | 1 | -2/+2 |
2024-11-10 | changed target release to v2.1.1 | Robin Haberkorn | 1 | -1/+1 |
2024-11-10 | updated grosciteco.tes(1): mention new macros, changed command lines and rest... | Robin Haberkorn | 2 | -1/+19 |
2024-11-10 | updated TODO | Robin Haberkorn | 2 | -4/+24 |
2024-11-10 | grosciteco: basic support for GNU pic graphics | Robin Haberkorn | 1 | -26/+52 |
2024-11-10 | grosciteco: support .SCITECO_STARTSTYLING and .SCITECO_SETSTYLING macros | Robin Haberkorn | 2 | -1/+21 |
2024-11-10 | grosciteco: added some more quote glyphs | Robin Haberkorn | 1 | -0/+2 |
2024-11-07 | if a macro ends without finding a goto label, always throw a 'Label "..." not... | Robin Haberkorn | 1 | -7/+7 |
2024-11-07 | grosciteco: fixed the CuXXXX postprocessor command, ie. insertion of characte... | Robin Haberkorn | 1 | -1/+1 |
2024-11-07 | grosciteco: fixed styling of multi-byte text (ie. non-latin characters) | Robin Haberkorn | 1 | -1/+1 |
2024-11-07 | test suite: fixed failure detection in the commandline-editing test cases | Robin Haberkorn | 3 | -3/+17 |
2024-11-06 | fixed the Q-Reg spec machine used for implementing S^EGq$ (match one of chara... | Robin Haberkorn | 4 | -21/+33 |
2024-11-06 | fixed possible crashes during --fake-cmdline | Robin Haberkorn | 2 | -4/+6 |
2024-11-05 | fixup: fixed Windows builds | Robin Haberkorn | 1 | -1/+1 |
2024-11-05 | fully support relocatable binaries, improving AppImages | Robin Haberkorn | 11 | -64/+153 |
2024-11-04 | monkey-test.apl: avoid some bogus failures due to insufficient handling of th... | Robin Haberkorn | 2 | -6/+6 |
2024-11-03 | fixed assertions in ^EGq search construct for Q-Registers with uninitialized ... | Robin Haberkorn | 2 | -1/+6 |
2024-11-03 | Added "infinite monkey"-style test (refs #26) | Robin Haberkorn | 6 | -0/+129 |
2024-10-30 | CI: disabled Valgrind altogether | Robin Haberkorn | 1 | -2/+2 |
2024-10-30 | CI: Valgrind does not work in the Ubuntu runners, so let's try it under Mac OS | Robin Haberkorn | 1 | -4/+4 |
2024-10-30 | fixup: make sure the correct PCs, pointing directly at the command that faile... | Robin Haberkorn | 1 | -2/+7 |
2024-10-30 | fixed invalid memory access when executing the F< command (but only when jump... | Robin Haberkorn | 3 | -6/+6 |