256
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
got rid of Re_used More... over 20 years ago
have log[12] as explicit variables More... over 20 years ago
include regex.h in ex_re.c only More... over 20 years ago
* Traditional regular expressions can now be used with multibyte characters. More... over 20 years ago
built on EP/IX More... over 20 years ago
fix for solaris compiler More... over 20 years ago
* If the 'next!' ex command is given and the autowrite option is set, the current file is not written anymore. More... over 20 years ago
/dev/zero allocation fixed, increase pool size in smaller units More... over 20 years ago
* A new version of mapmalloc.c that is derived from Unix 7th Edition code has been introduced. More... over 20 years ago
new variant in preparation More... over 20 years ago
made -t foo -c bar work in visual mode too More... over 20 years ago
* Fixed an error in the realloc() function in mapmalloc.c that sometimes caused memory to be overwritten because memcpy(new, old, size) was called with the size of 'new' if 'new' was larger than 'old'. More... over 20 years ago
* The 'substitute' ex command can now be abbreviated as 'sub', 'subst' etc. More... over 20 years ago
* Ex does not exit on errors immediately anymore if standard input is not a terminal but a pipe or regular file. More... over 20 years ago
* The 'source' ex command now works if command input comes from a pipe or regular file. More... over 20 years ago
* If standard output is not a terminal, no '\r' is written at the end of printed lines anymore. More... over 20 years ago
* When the name of a nonexisting file is given with the 'edit' ex command, the command now succeeds and prints a "[New file]" message. More... over 20 years ago
* The -w option now also sets the scroll size for the 'z' command. More... over 20 years ago
* If both the '-t' and the '-c' option are given, the '-t' option is now processed first, i.e. the command is executed at the position where the tag was found. More... over 20 years ago
* When moving left while the cursor is positioned over a multicolumn character at the end of the line, the bell is rung now (Bugreport by Matthew Fischer). * When moving up or down to a row with different column arrangement while the cursor is positioned over a multicolumn character, the leftmost character above the original position is chosen in the new row. More... over 20 years ago
singlebyte compile fixes More... over 20 years ago
* Made multicolumn characters work in lines longer than the screen width in visual mode (Bugreport by Matthew Fischer). More... over 20 years ago
* The argument to the -w option is correctly recognized now. More... over 20 years ago
anoter fix for the 'ic' case More... over 20 years ago
* The insertion of multicolumn characters now works with terminals that have the 'ic' but no 'im' termcap capability (Bugreport by Matthew Fischer). More... over 20 years ago
multibyte support tested on HP-UX B.11.11 More... over 20 years ago
s/revision/release/ More... over 20 years ago
* If a line began with a tabulator and another tabulator was inserted with the cursor located on the first tabulator, the display was not updated appropriately since the last revision (Bugreport by Matthew Fischer). (P) More... over 20 years ago
GB 2312 is also supported More... over 20 years ago
documented support for East Asian encodings More... over 20 years ago