Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | Merge the fixes from the upstream. Factor out some common code in | YASUOKA Masahiko | |
tty.c and fix EL_SETTY to work. ok nicm | |||
2014-05-20 | The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated | Nicholas Marriott | |
by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off the end of array with >20 arguments. ok yasuoka | |||
2014-05-19 | Add a H_SAVE_FP operation to history() which lets the history be saved | Nicholas Marriott | |
to an open file pointer. From NetBSD via Eitan Adler. ok millert | |||
2014-01-19 | Retain local changes from rev 1.13. | Tobias Stoeckmann | |
ok deraadt@ | |||
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@ | |||
2013-07-01 | Link sqlite3(1) against libedit and add an empty history.h header for | Martin Pieuchot | |
compatibility with GNU realine. ok mikeb@, sthen@, espie@ | |||
2013-05-22 | Sync with upstream. Fix buffer growing and memory allocation for wide | YASUOKA Masahiko | |
chars. Handle return of mbstowcs(). ok nickm | |||
2013-01-10 | editline.3: editrc only read from $HOME; from LEVAI Daniel | Jason McIntyre | |
editrc.5: add FILES for ~/.editrc patches passed onto net/free | |||
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen | |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen | |
ok guenther@ | |||
2011-11-27 | Don't segfault when trying to bind to an invalid command. While here, | Pascal Stumpf | |
kill a C++-style comment. ok nicm@ | |||
2011-11-17 | Calculate the size for the wchar_t argv correctly, fixes memory | Nicholas Marriott | |
corruption reported by LEVAI Daniel <leva at ecentrum dot hu>. Also rename "bytes" to "wlen" since bytes is not accurate, suggested by stsp@. ok stsp oga | |||
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@ |