Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file ex.c version 7a21dfb42c
|
2026-02-14
| ||
| 00:57 | Remap Home and End keys to go to the beginning and end of the current line. In olden times, these would go to the first or last line on the screen, but this is no longer normal. check-in: df413cad41 user: ben tags: trunk | |
|
2026-01-26
| ||
| 16:12 | Check for error after compiling vs.c in build.bat check-in: 8d99b0e96c user: ben tags: trunk | |
|
2026-01-19
| ||
| 16:28 | Bump version to 2.4 Show current column in status line when pressing Ctrl-G. Convert code to build using Watcom 1.9. Convert code to support large memory model, but continue using compact memory model for reduced executable size. Support using JWASM. Support cross-compiling from Linux. Use libc setjmp()/longjmp() instead of .asm version. Use libc malloc()/free() instead of .asm version farmalloc()/farfree(). Use libc memmove() and string functions instead of .asm version farmemmove(), etc. Use libc read()/write() instead of .asm version farread()/farwrite(). Make sure to open files in binary mode to avoid Watcom's EOL conversion. check-in: 1ef35e5245 user: ben tags: trunk, version-2.4 | |