summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline
AgeCommit message (Collapse)AuthorFilesLines
2019-03-20fix serious markup error: \B -> \fB to select bold fontschwarze1-1/+1
2019-01-15Fix the inter-library dependency for libedit and libreadline.yasuoka1-3/+3
Previously they tried to depend on libtermcap which actually doesn't exist in the objdir. ok jca
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,sthen1-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@
2017-07-27fix warnings from missing headers.espie4-4/+2
okay deraadt@
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw29-119/+119
"warning:" rectification.
2017-01-20Take gcc's suggestions about parenthesis around assignments usedkrw5-10/+10
as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@
2016-12-19A couple more unused variables.krw1-0/+2
tweak & ok kettenis@
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-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@
2010-03-25Fix from readline 5.0 via Alexandr Shadchin to for a bug that preventsnicm3-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
2005-10-19strcpy -> strlcpybiorn1-1/+1
ok beck@
2005-04-16amd64 canonicalizationkettenis1-3/+0
ok pvalchev@, fine deraadt@
2005-02-04unfuck amd64pvalchev1-0/+3
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabbrad2-49/+8
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@drahn1-0/+6
2004-08-09Remove second instance of nls.c from the file list.pefo1-2/+2
OK from kettenis@, deraadt@
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-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
2004-05-20Correctly copy text into line buffer.kettenis1-1/+1
ok miod@
2004-05-10Resolve conflicts for GNU readline 4.3p5.kettenis34-5573/+9712
ok deraadt@, otto@, pval@
2004-05-10GNU readline 4.3p5kettenis62-3065/+9598
2004-04-21Add luna88k related directories and information to the build infrastructure.miod1-0/+3
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-03-03Do not segfault writing an empty history list to a file. Resolves PR 3690.otto1-2/+2
ok tdeval@ markus@
2003-08-12Don't tell people to use FD_SETSIZE as the first argument to select().millert1-1/+1
2003-07-07fix location of readline includes;jmc1-2/+2
from Manuel Sabban (PR 3345);
2003-05-14correct bound length and make sure string is always nul'dtedu2-1/+2
fixes problem found by markus@
2003-05-13buffer size is strlen + 1. ok beck@tedu1-1/+1
2003-05-12strings in libreadline, again. this time with no abi change,beck17-132/+172
static builds still seem to work with this. ok deraadt@ tedu@
2003-05-10Back out libreadline changes, this breaks static build (I.E. vax).beck17-134/+119
changes are nontrivial to fix. Will return when static build works.
2003-05-08stringsbeck17-119/+134
ok tedu@, art@
2003-04-28No need to install both the "readline guide" and the "readline user's guide"miod1-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@
2003-04-28Proper @ignore usage, to prevent yet another gnu notice to pop up by mistakemiod1-4/+2
in the middle of a page. ok millert@ krw@
2003-01-04spellingderaadt1-1/+1
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-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@
2002-11-06Fix obnoxious makeinfo warnings during build.miod1-1/+1
2002-05-28Fix *.texinfo warnings in gnu/.mpech1-1/+1
espie@ request and OK
2002-04-19create include dir first.espie1-1/+3
2002-03-25bring in prototypesderaadt1-0/+2
2002-02-18deal with unsigned char issuesderaadt1-1/+1
2001-09-25let configure script use GNUSYSTEM_AUX_DIRespie1-1/+1
2001-09-10allow building with NOMAN= in /etc/mk.confjason1-2/+3
2001-08-27fix description so it is aligned with other entries surrounding itbrad1-1/+1
-- Ok'd by millert@
2001-03-25Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently Imillert1-7/+3
was on drugs earlier.
2001-03-23explicitly generate info files via "all" target like we do formillert1-2/+4
cleandir. This is not the prettiest of things but it does work.
2001-03-18for "make cleandir" clean out the doc stuff toomillert1-1/+4
2001-03-18Deal with history_filename() returning NULL. Missing part if last commit.millert1-8/+13
2001-03-18If $HOME is not set do *not* use '.' for the history file.millert1-4/+1
2001-03-18Local patches:millert7-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
2001-03-18Add BSD Makefiles, shlib_version and a pre-generated config.h formillert20-28621/+215
standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree.
2001-03-18GNU readline-4.1millert105-0/+68761