Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier | |
ok deraadt@, dhartmei@ | |||
2003-07-09 | Fix double free; eric jackson | Todd C. Miller | |
2003-04-17 | eliminate strcpy/sprintf. reviewed by deraadt and millert. | Jun-ichiro itojun Hagino | |
2002-12-15 | more writable spelling; torh | Henning Brauer | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-31 | Bugfix picked up from NetBSD, and checked by pval: | Hugh Graham | |
: date: 2001/10/20 10:04:50; author: aymeric : Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE, : by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it : where due. : Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> : diagnosed by Bang Jun-Young <bjy@mogua.org>, : quick-fixed by Robert Elz <kre@munnari.OZ.AU>. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-08-18 | Range check snprintf() return value | Todd C. Miller | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-17 | Don't dump core when a ``bad address'' error occurs and there is neither | Paul Janzen | |
a file nor a command underlying it. This fixes NetBSD PR 11543; the fix is from Aymeric Vincent <aymeric@netbsd.org>. | |||
2000-10-12 | When checking mmap return, check for MAP_FAILED, not -1. | Artur Grabowski | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller | |
o make port.h empty since we there is nothing we lack o include <sys/param.h>, not <sys/types.h> in files that use MIN/MAX macros o add perl api support since we have libperl (off by default) | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-25 | fix relative tags in vi; Frank Mayhar <frank@exit.com> | Todd C. Miller | |
1997-08-24 | Check for >= UINT_MAX not > UINT_MAX | Todd C. Miller | |
1997-08-24 | 64bit fix wrt strtoul(3). Fix send to Keith. | Todd C. Miller | |
1997-07-27 | Update to 1.79 and install as vi/ex/view. | Jason Downs | |
1996-10-16 | nvi 1.78: | michaels | |
+ Fix bugs when both the leftright scrolling and number edit options were on. + Fix bug where splitting in the middle of the screen could repaint incorrectly. + Fix first-nul in input bug, where random garbage was inserted. + Correct search and mark-as-motion-command bug, it's a line mode action if the search starts at or before the first non<blank>. + Fix bug autoindent bug, where ^D could shift too far in the line. + Fix core dump where ! command called from the .exrc file. + Add the -S command-line option, which initializes vi to have the secure edit option preset. | |||
1996-09-17 | nvi 1.76: | michaels | |
+ Fix bug where ^V didn't keep input mapping from happening. + Fix a core dump bug in the R command. + Give up on licensing: no more shareware, adware, whatever. + Fix cursor positioning bug for C, S and c$ in an empty file. | |||
1996-08-23 | nvi 1.75 | michaels | |
1996-08-20 | nvi 1.74 | michaels | |
1996-08-16 | nvi 1.73 | michaels | |
1996-07-24 | bring vi/ex up to 1.71 | Michael Shalayeff | |
1996-06-18 | vi fixes from bostic | Theo de Raadt | |
1996-05-22 | new vi | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |