Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | USE_SHLIBDIR is archaic | 2014-10-09 | 1 | -2/+1 | ||
| | ||||||
* | Merge the fixes from the upstream. Factor out some common code in | 2014-05-20 | 2 | -133/+99 | ||
| | | | | | | tty.c and fix EL_SETTY to work. ok nicm | |||||
* | The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated | 2014-05-20 | 1 | -5/+5 | ||
| | | | | | | | by NULL. Fix from NetBSD via yasuoka@ but changed by me not to walk off the end of array with >20 arguments. ok yasuoka | |||||
* | Add a H_SAVE_FP operation to history() which lets the history be saved | 2014-05-19 | 5 | -13/+41 | ||
| | | | | | | to an open file pointer. From NetBSD via Eitan Adler. ok millert | |||||
* | Retain local changes from rev 1.13. | 2014-01-19 | 2 | -25/+50 | ||
| | | | | ok deraadt@ | |||||
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | 2013-08-13 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | 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@ | |||||
* | Link sqlite3(1) against libedit and add an empty history.h header for | 2013-07-01 | 1 | -0/+5 | ||
| | | | | | | compatibility with GNU realine. ok mikeb@, sthen@, espie@ | |||||
* | Sync with upstream. Fix buffer growing and memory allocation for wide | 2013-05-22 | 1 | -18/+13 | ||
| | | | | | | chars. Handle return of mbstowcs(). ok nickm | |||||
* | editline.3: editrc only read from $HOME; from LEVAI Daniel | 2013-01-10 | 2 | -6/+11 | ||
| | | | | | | editrc.5: add FILES for ~/.editrc patches passed onto net/free | |||||
* | remove lint leftovers; ok guenther@ | 2012-09-04 | 1 | -2/+1 | ||
| | ||||||
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | 2012-08-02 | 1 | -2/+1 | ||
| | | | | ok guenther@ | |||||
* | Don't segfault when trying to bind to an invalid command. While here, | 2011-11-27 | 2 | -6/+7 | ||
| | | | | | | kill a C++-style comment. ok nicm@ | |||||
* | Calculate the size for the wchar_t argv correctly, fixes memory | 2011-11-17 | 1 | -8/+9 | ||
| | | | | | | | | 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 | |||||
* | Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@ | 2011-07-13 | 1 | -5/+16 | ||
| | | | | all hail the more strict malloc S flag! | |||||
* | el_set EL_BIND or EL_SETTC must have argument lists ending with NULL. | 2011-07-08 | 1 | -5/+5 | ||
| | | | | ok tedu | |||||
* | Enable wide character functions in libedit (not the other libe*t). | 2011-07-07 | 3 | -14/+79 | ||
| | | | | ok stsp deraadt | |||||
* | sync with upstream, retaining local modifications. | 2011-07-07 | 17 | -230/+280 | ||
| | | | | ok nicm@ | |||||
* | No need for files generated by depend. | 2011-06-25 | 8 | -520/+0 | ||
| | | | | ok nicm@ | |||||
* | lots of back things happening in this signal handler, but at least | 2011-06-03 | 1 | -2/+3 | ||
| | | | | | start to clean up the simple stuff ok nicm | |||||
* | Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet. | 2011-04-04 | 2 | -4/+8 | ||
| | | | | ok nicm | |||||
* | netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee | 2011-03-02 | 1 | -3/+3 | ||
| | | | | ok nicm | |||||
* | Don't leak the fd returned by mkstemp in vi_histedit error paths. | 2010-10-23 | 1 | -2/+7 | ||
| | | | | From zinovik. | |||||
* | observe the following spelling: | 2010-09-10 | 1 | -3/+3 | ||
| | | | | | | | | | - 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; | |||||
* | there's no tcsh page in base, so don;t bother xr'ing it; | 2010-06-30 | 1 | -6/+3 | ||
| | ||||||
* | tweak previous; | 2010-06-30 | 1 | -4/+2 | ||
| | ||||||
* | Update libedit to bring it into sync with the latest version from NetBSD. | 2010-06-30 | 56 | -2365/+5824 | ||
| | | | | ok deraadt | |||||
* | Document return values, based on a diff from Ross Richardson. | 2010-05-14 | 1 | -3/+8 | ||
| | | | | ok jmc | |||||
* | another Os out of order; | 2010-05-09 | 1 | -2/+2 | ||
| | ||||||
* | Document that el_init can return NULL on failure, PR 6374 from rueda at | 2010-05-09 | 1 | -3/+5 | ||
| | | | | | | devio.us. ok jmc | |||||
* | ellipses are not optional arguments; while here, fix a double .Ar/.Ar | 2010-01-25 | 1 | -3/+3 | ||
| | | | | | | in the roff source. ok jmc@ | |||||
* | fix double full stop, find out by jmc@ when looking into another issue. | 2010-01-25 | 1 | -3/+3 | ||
| | ||||||
* | Fix two memory leaks, one found by parfait, one by myself. | 2009-12-11 | 1 | -14/+35 | ||
| | | | | ok deraadt@ | |||||
* | a few leftovers from yesterday's SCCS/RCS-ID removal; | 2009-10-28 | 1 | -2/+1 | ||
| | | | | | survived a full make build on i386; "sure" deraadt@ | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 20 | -163/+20 | ||
| | | | | | | | 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 | |||||
* | fix rcs ids. ok sthen@ | 2009-06-21 | 1 | -2/+2 | ||
| | ||||||
* | typo fixed (overriden -> overridden) | 2008-11-09 | 1 | -2/+2 | ||
| | | | | ok espie, jmc | |||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 5 | -42/+7 | ||
| | | | | | | | | | 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@ | |||||
* | convert to new .Dd format; | 2007-05-31 | 2 | -4/+4 | ||
| | ||||||
* | advertising clauses that can be dropped | 2007-01-08 | 1 | -6/+2 | ||
| | ||||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | ||
| | ||||||
* | use asprintf() | 2005-11-14 | 1 | -5/+2 | ||
| | ||||||
* | add el_get() to the Nm list; | 2005-10-11 | 1 | -1/+2 | ||
| | ||||||
* | double word typos; | 2005-09-09 | 1 | -2/+2 | ||
| | | | | from alexey e. suslikov; | |||||
* | Make signal handler safe. From Michael Knudsen, many thanks. | 2005-05-22 | 1 | -5/+11 | ||
| | ||||||
* | Fix fgetln handling and always increment the size if we need to realloc, | 2004-08-23 | 2 | -23/+38 | ||
| | | | | | Based on a diff by kjell@; latter hunk from a diff by Sergey S. Kostyliov. ok kjell@ canacar@ | |||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -4/+1 | ||
| | | | | | | | 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 | |||||
* | remove an extra occurence of the word `succeeds' | 2004-04-14 | 1 | -2/+2 | ||
| | | | | ok jmc@ | |||||
* | Sync libedit to NetBSD libedit as of Nov 8, 2003. | 2003-11-25 | 20 | -496/+909 | ||
| | | | | Tested by jmc@ djm@ and myself | |||||
* | encourage people to link with -lcurses rather than -ltermcap; | 2003-11-03 | 1 | -3/+4 | ||
| | | | | | | .Xr curses in SEE ALSO, suggested by otto@; ok otto@ | |||||
* | Fix typo, which was already spotted by jmc@, but missing in the previous | 2003-11-01 | 1 | -2/+2 | ||
| | | | | commit. |