Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another nice cleanup from Larry. This adds a new last_char_is() function and | Eric Andersen | 2001-04-26 | 1 | -2/+2 |
| | | | | | | uses it to avoid possible buffer underruns whn strlen is zero, and avoid the possible space-hogging inline of strlen() in several cases. -Erik | ||||
* | Several fixes from Sterling Huxley for the vi applet. | Eric Andersen | 2001-04-16 | 1 | -79/+210 |
| | |||||
* | Remove unused optarg variable | Eric Andersen | 2001-04-04 | 1 | -2/+1 |
| | |||||
* | Some cleanups for libc5 support | Eric Andersen | 2001-04-04 | 1 | -17/+9 |
| | |||||
* | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | 2001-04-04 | 1 | -0/+3683 |
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! |