Age | Commit message (Expand) | Author |
2013-06-22 | Tweak optimization flags on landisk until I have time to investigate further. | Miod Vallat |
2013-05-14 | When ^W (WERASE) is hit in insert mode it's possible that the line | Todd C. Miller |
2013-05-03 | Use open(2) / fstat(2) instead of stat(2) / open(2) for checking | Matthias Kilian |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2012-12-20 | use openpty() rather than hand-rolled pty opening code; ok millert@ | Christian Weisgerber |
2012-12-03 | Fix hang when exiting shell in script mode. OK naddy@ | Todd C. Miller |
2012-01-17 | flesh out the VI COMMANDS section somewhat; | Jason McIntyre |
2011-12-28 | These utilities were already part of 1BSD, and some authors are known. | Ingo Schwarze |
2011-07-29 | document vi/ex regular expressions, and where they differ from those | Jason McIntyre |
2011-07-10 | Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision | Todd C. Miller |
2011-05-16 | better document some of the terminology used in the VI COMMANDS section; | Jason McIntyre |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-12 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-10 | Fix display glitch leading to crash. If we're reformatting, check | Martynas Venckus |
2011-03-31 | add a BUFFERS section, to explain how they work; | Jason McIntyre |
2011-03-17 | since we stopped installing the usd docs, it no longer makes | Jason McIntyre |
2011-01-05 | tyop, pr 6538. | Jasper Lievisse Adriaanse |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre |
2010-09-24 | add a little padding to make SYNOPSIS line up nicely; | Jason McIntyre |
2010-07-25 | ^U scrolls backwards, not forwards; from marrob at lavabit com | Jason McIntyre |
2010-07-18 | remove some nasty hacks; | Jason McIntyre |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2010-05-29 | subsitution -> substitution; | Jason McIntyre |
2009-11-22 | Fix for flash defaulting to off, pointed out by jmc. | Nicholas Marriott |
2009-11-22 | Change the flash option to be off by default. Now that xterm has the flash | Nicholas Marriott |
2009-11-15 | do not leak a lot of memory if a small memory allocation fails, found by | Theo de Raadt |
2009-11-14 | fix leaks in error paths found by parfait | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-20 | ex(1) and vi(1) are different editors. diff based on the original | Igor Sobrado |
2009-06-10 | Use poll() instead of select(). The sscr_check_input() bit is | Todd C. Miller |
2009-06-02 | If the read from the tty fails with EAGAIN, pop back up to the select. | Todd C. Miller |
2009-04-27 | It's called `msgcat', not `mesgcat'. | Michael Knudsen |
2009-04-19 | fix tagnext and tagprev; from patrick keshishian | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-02-01 | Move variable declarations around to compile with gcc 2 | Miod Vallat |
2009-01-28 | remove undocumented support for "-e" in ex(1). | Igor Sobrado |
2009-01-28 | ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility | Igor Sobrado |
2008-09-25 | do not hardcode the editor name in the message displayed by "-r" | Igor Sobrado |
2008-08-29 | Fix nvi's cscope support in the case that someone provided a filename | Owain Ainsworth |
2008-06-12 | remove superfluous "usage:" from v_estr(). | Igor Sobrado |
2008-03-28 | - minor ansification | Jasper Lievisse Adriaanse |
2008-03-08 | avoid inifite recursion on certain error conditions; from netbsd; | Otto Moerbeek |
2008-03-08 | fix vs_columns() for the "set nu" case. avoids segfaults for very long | Otto Moerbeek |
2008-03-04 | fix ifdef DEBUG code; ok krw@ deraadt@ | Otto Moerbeek |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |