Age | Commit message (Expand) | Author |
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 |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-07-26 | Add the correct file descriptor to rdfd when cycling through | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-05-14 | use sys/queue macros instead of accessing fields directly. | Pierre-Yves Ritschard |
2007-03-27 | Catch OOB access for tag searches mathching lines ending with \ | Otto Moerbeek |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-12-21 | Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite a | Otto Moerbeek |
2006-12-11 | rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama... | Theo de Raadt |
2006-07-07 | Don't add space for line numbers twice. | Ray Lai |
2006-06-18 | Fix memleak; From Coverity Scan, CID 3135. | Jasper Lievisse Adriaanse |
2006-05-30 | avoid double fclose(), from coverity/NetBSD; ok otto | Peter Valchev |
2006-05-21 | Backport fix from nvi 1.81.5: do not go into loop if :set number and | Otto Moerbeek |
2006-04-28 | ensure NUL termination after read(); ok ray | Jared Yanovich |
2006-04-22 | Removes unused variables and rename variables shadowing external | Ray Lai |
2006-03-20 | if we're in visual mode reading a command, check the termination value | Peter Valchev |
2006-03-15 | Handle ^C correctly, morph it to escape key so the input | Peter Valchev |
2006-03-11 | Fixes the `optindx' might be used uninitialized in this function | Ray Lai |
2006-03-11 | Silence 2 warnings. | Ray Lai |
2006-03-11 | Silence 39 warnings. | Ray Lai |
2006-03-11 | Silence uninitialized variable warning. | Ray Lai |
2006-03-11 | Make FLUSH macro more function-like, so there are no hidden surprises. | Ray Lai |
2006-03-11 | Initialize p to NULL to prevent gcc warning. | Ray Lai |
2006-03-04 | the the | Miod Vallat |
2006-02-17 | Fix use after free. Problem hunted down by wilfried@; ok fgsch@ | Otto Moerbeek |