summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline
AgeCommit message (Expand)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
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,sthen1-1/+3
2017-07-27fix warnings from missing headers.espie4-4/+2
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw29-119/+119
2017-01-20Take gcc's suggestions about parenthesis around assignments usedkrw5-10/+10
2016-12-19A couple more unused variables.krw1-0/+2
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
2010-03-25Fix from readline 5.0 via Alexandr Shadchin to for a bug that preventsnicm3-1/+8
2005-10-19strcpy -> strlcpybiorn1-1/+1
2005-04-16amd64 canonicalizationkettenis1-3/+0
2005-02-04unfuck amd64pvalchev1-0/+3
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabbrad2-49/+8
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
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
2004-05-20Correctly copy text into line buffer.kettenis1-1/+1
2004-05-10Resolve conflicts for GNU readline 4.3p5.kettenis34-5573/+9712
2004-05-10GNU readline 4.3p5kettenis62-3065/+9598
2004-04-21Add luna88k related directories and information to the build infrastructure.miod1-0/+3
2004-03-03Do not segfault writing an empty history list to a file. Resolves PR 3690.otto1-2/+2
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
2003-05-14correct bound length and make sure string is always nul'dtedu2-1/+2
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
2003-05-10Back out libreadline changes, this breaks static build (I.E. vax).beck17-134/+119
2003-05-08stringsbeck17-119/+134
2003-04-28No need to install both the "readline guide" and the "readline user's guide"miod1-5/+2
2003-04-28Proper @ignore usage, to prevent yet another gnu notice to pop up by mistakemiod1-4/+2
2003-01-04spellingderaadt1-1/+1
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-1/+1
2002-11-06Fix obnoxious makeinfo warnings during build.miod1-1/+1
2002-05-28Fix *.texinfo warnings in gnu/.mpech1-1/+1
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
2001-03-25Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently Imillert1-7/+3
2001-03-23explicitly generate info files via "all" target like we do formillert1-2/+4
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
2001-03-18Add BSD Makefiles, shlib_version and a pre-generated config.h formillert20-28621/+215
2001-03-18GNU readline-4.1millert105-0/+68761