Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@ | Otto Moerbeek | |
all hail the more strict malloc S flag! | |||
2011-07-08 | el_set EL_BIND or EL_SETTC must have argument lists ending with NULL. | Nicholas Marriott | |
ok tedu | |||
2011-07-07 | Enable wide character functions in libedit (not the other libe*t). | Nicholas Marriott | |
ok stsp deraadt | |||
2011-07-07 | sync with upstream, retaining local modifications. | Okan Demirmen | |
ok nicm@ | |||
2011-06-25 | No need for files generated by depend. | Okan Demirmen | |
ok nicm@ | |||
2011-06-03 | lots of back things happening in this signal handler, but at least | Theo de Raadt | |
start to clean up the simple stuff ok nicm | |||
2011-04-04 | Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet. | Stefan Sperling | |
ok nicm | |||
2011-03-02 | netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee | Jason McIntyre | |
ok nicm | |||
2010-10-23 | Don't leak the fd returned by mkstemp in vi_histedit error paths. | Nicholas Marriott | |
From zinovik. | |||
2010-09-10 | observe the following spelling: | Jason McIntyre | |
- wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream; | |||
2010-06-30 | there's no tcsh page in base, so don;t bother xr'ing it; | Jason McIntyre | |
2010-06-30 | tweak previous; | Jason McIntyre | |
2010-06-30 | Update libedit to bring it into sync with the latest version from NetBSD. | Nicholas Marriott | |
ok deraadt | |||
2010-05-14 | Document return values, based on a diff from Ross Richardson. | Nicholas Marriott | |
ok jmc | |||
2010-05-09 | another Os out of order; | Jason McIntyre | |
2010-05-09 | Document that el_init can return NULL on failure, PR 6374 from rueda at | Nicholas Marriott | |
devio.us. ok jmc | |||
2010-01-25 | ellipses are not optional arguments; while here, fix a double .Ar/.Ar | Igor Sobrado | |
in the roff source. ok jmc@ | |||
2010-01-25 | fix double full stop, find out by jmc@ when looking into another issue. | Igor Sobrado | |
2009-12-11 | Fix two memory leaks, one found by parfait, one by myself. | Jacek Masiulaniec | |
ok deraadt@ | |||
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze | |
survived a full make build on i386; "sure" deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus | |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt | |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-11-14 | use asprintf() | Theo de Raadt | |
2005-10-11 | add el_get() to the Nm list; | Jason McIntyre | |
2005-09-09 | double word typos; | Jason McIntyre | |
from alexey e. suslikov; | |||
2005-05-22 | Make signal handler safe. From Michael Knudsen, many thanks. | Otto Moerbeek | |
2004-08-23 | Fix fgetln handling and always increment the size if we need to realloc, | Otto Moerbeek | |
Based on a diff by kjell@; latter hunk from a diff by Sergey S. Kostyliov. ok kjell@ canacar@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-04-14 | remove an extra occurence of the word `succeeds' | Jean-Francois Brousseau | |
ok jmc@ | |||
2003-11-25 | Sync libedit to NetBSD libedit as of Nov 8, 2003. | Otto Moerbeek | |
Tested by jmc@ djm@ and myself | |||
2003-11-03 | encourage people to link with -lcurses rather than -ltermcap; | Jason McIntyre | |
.Xr curses in SEE ALSO, suggested by otto@; ok otto@ | |||
2003-11-01 | Fix typo, which was already spotted by jmc@, but missing in the previous | Otto Moerbeek | |
commit. | |||
2003-11-01 | Complete incomplete H_ADD description. | Otto Moerbeek | |
Spotted and ok by jmc@ | |||
2003-11-01 | Sync command table to code. Spotted by jmc@. | Otto Moerbeek | |
2003-10-31 | Typo fix from Dries Schellekens <gwyllion at ace dot ulyssis dot org>. | Otto Moerbeek | |
10x | |||
2003-10-31 | Man pages fixes from jmc@ | Otto Moerbeek | |
2003-10-31 | Update to NetBSD libedit (from Oct 1, 2003), adding some string | Otto Moerbeek | |
cleaning and history bug fixes. The code includes GNU libreadline functionality, but the corresponding header files are not installed, since some libreadline functions are missing. There are some minor API changes, notably: old: EditLine *el_init(const char *, FILE *, FILE *); new: EditLine *el_init(const char *, FILE *, FILE *, FILE *); old: HistEvent *history(History *h, int op, ...); new: int history(History *h, HistEvent *ev, int op, ...); plus some changes in operation names. See editline(3) for details. Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-22 | emptry -> empty; from Jared Yanovich | Jason McIntyre | |
2003-08-11 | failure to deal with realloc nicely; spotted by Jonas.Munsin@teleste.com, | Theo de Raadt | |
few more changes by millert | |||
2003-08-08 | functions should link with -lcurses, not -ltermcap; | Jason McIntyre | |
pointed out by millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | Correct string bounds; spotted by avsm@'s bounds checker. | Miod Vallat | |
ok krw@ rohee@ | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2003-05-10 | typo; | Jason McIntyre | |
2003-05-01 | is -Wall clean by making rcsid const | Anil Madhavapeddy | |