summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix serious markup error: \B -> \fB to select bold fontschwarze2019-03-201-1/+1
|
* Fix the inter-library dependency for libedit and libreadline.yasuoka2019-01-151-3/+3
| | | | | | | Previously they tried to depend on libtermcap which actually doesn't exist in the objdir. ok jca
* Record an inter-library dependency on libcurses in libedit and libreadline,sthen2018-11-141-1/+3
| | | | | | | | | | avoiding runtime failures on architectures using ld.lld. Also add a note to libcurses shlib_version reminding about bumps (as done with libcrypto/libssl). Thanks guenther@ for suggestions of tests involving library bumps and jca@ for doing these tests and hint about DPADD. Looks good kettenis@, ok jca@
* fix warnings from missing headers.espie2017-07-274-4/+2
| | | | okay deraadt@
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-2129-119/+119
| | | | "warning:" rectification.
* Take gcc's suggestions about parenthesis around assignments usedkrw2017-01-205-10/+10
| | | | | | | as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@
* A couple more unused variables.krw2016-12-191-0/+2
| | | | tweak & ok kettenis@
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | 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@
* Fix from readline 5.0 via Alexandr Shadchin to for a bug that preventsnicm2010-03-253-1/+8
| | | | | | | | | | | | some programs working correctly in tmux and screen. From the readline changelog: w. Fixed a bug in the callback read-char interface to make it work when a readline function pushes some input onto the input stream with rl_execute_next (like the incremental search functions). ok deraadt
* strcpy -> strlcpybiorn2005-10-191-1/+1
| | | | ok beck@
* amd64 canonicalizationkettenis2005-04-161-3/+0
| | | | ok pvalchev@, fine deraadt@
* unfuck amd64pvalchev2005-02-041-0/+3
|
* simplify OpenBSD case by using arch(1) and sed to grabbrad2005-01-252-49/+8
| | | | | | | the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
* add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@drahn2005-01-021-0/+6
|
* Remove second instance of nls.c from the file list.pefo2004-08-091-2/+2
| | | | OK from kettenis@, deraadt@
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+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
* Correctly copy text into line buffer.kettenis2004-05-201-1/+1
| | | | ok miod@
* Resolve conflicts for GNU readline 4.3p5.kettenis2004-05-1034-5602/+9741
| | | | ok deraadt@, otto@, pval@
* GNU readline 4.3p5kettenis2004-05-1062-3076/+9609
|
* Add luna88k related directories and information to the build infrastructure.miod2004-04-211-0/+3
| | | | ok deraadt@, millert@, krw@ - mdoc ok jmc@
* Do not segfault writing an empty history list to a file. Resolves PR 3690.otto2004-03-031-2/+2
| | | | ok tdeval@ markus@
* Don't tell people to use FD_SETSIZE as the first argument to select().millert2003-08-121-1/+1
|
* fix location of readline includes;jmc2003-07-071-2/+2
| | | | from Manuel Sabban (PR 3345);
* correct bound length and make sure string is always nul'dtedu2003-05-142-1/+2
| | | | fixes problem found by markus@
* buffer size is strlen + 1. ok beck@tedu2003-05-131-1/+1
|
* strings in libreadline, again. this time with no abi change,beck2003-05-1217-132/+172
| | | | static builds still seem to work with this. ok deraadt@ tedu@
* Back out libreadline changes, this breaks static build (I.E. vax).beck2003-05-1017-134/+119
| | | | changes are nontrivial to fix. Will return when static build works.
* stringsbeck2003-05-0817-119/+134
| | | | ok tedu@, art@
* No need to install both the "readline guide" and the "readline user's guide"miod2003-04-281-5/+2
| | | | | | since the former is a superset of the latter, and they used the same info node name, for further confusion. ok millert@ krw@
* Proper @ignore usage, to prevent yet another gnu notice to pop up by mistakemiod2003-04-281-4/+2
| | | | | in the middle of a page. ok millert@ krw@
* spellingderaadt2003-01-041-1/+1
|
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* Fix obnoxious makeinfo warnings during build.miod2002-11-061-1/+1
|
* Fix *.texinfo warnings in gnu/.mpech2002-05-281-1/+1
| | | | espie@ request and OK
* create include dir first.espie2002-04-191-1/+3
|
* bring in prototypesderaadt2002-03-251-0/+2
|
* deal with unsigned char issuesderaadt2002-02-181-1/+1
|
* let configure script use GNUSYSTEM_AUX_DIRespie2001-09-251-1/+1
|
* allow building with NOMAN= in /etc/mk.confjason2001-09-101-2/+3
|
* fix description so it is aligned with other entries surrounding itbrad2001-08-271-1/+1
| | | | | -- Ok'd by millert@
* Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently Imillert2001-03-251-7/+3
| | | | was on drugs earlier.
* explicitly generate info files via "all" target like we do formillert2001-03-231-2/+4
| | | | cleandir. This is not the prettiest of things but it does work.
* for "make cleandir" clean out the doc stuff toomillert2001-03-181-1/+4
|
* Deal with history_filename() returning NULL. Missing part if last commit.millert2001-03-181-8/+13
|
* If $HOME is not set do *not* use '.' for the history file.millert2001-03-181-4/+1
|
* Local patches:millert2001-03-187-14/+10
| | | | | | remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset
* Add BSD Makefiles, shlib_version and a pre-generated config.h formillert2001-03-1820-28621/+215
| | | | | standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree.
* GNU readline-4.1millert2001-03-18105-0/+68761