index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
lib
/
libreadline
Age
Commit message (
Expand
)
Author
2005-10-19
strcpy -> strlcpy
Bjorn Sandell
2005-04-16
amd64 canonicalization
Mark Kettenis
2005-02-04
unfuck amd64
Peter Valchev
2005-01-25
simplify OpenBSD case by using arch(1) and sed to grab
Brad Smith
2005-01-02
add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@
Dale Rahn
2004-08-09
Remove second instance of nls.c from the file list.
Per Fogelstrom
2004-07-13
errno changes, lib major version bumps, and general flag day
Marco S Hyman
2004-05-20
Correctly copy text into line buffer.
Mark Kettenis
2004-05-10
Resolve conflicts for GNU readline 4.3p5.
Mark Kettenis
2004-05-10
GNU readline 4.3p5
Mark Kettenis
2004-04-21
Add luna88k related directories and information to the build infrastructure.
Miod Vallat
2004-03-03
Do not segfault writing an empty history list to a file. Resolves PR 3690.
Otto Moerbeek
2003-08-12
Don't tell people to use FD_SETSIZE as the first argument to select().
Todd C. Miller
2003-07-07
fix location of readline includes;
Jason McIntyre
2003-05-14
correct bound length and make sure string is always nul'd
Ted Unangst
2003-05-13
buffer size is strlen + 1. ok beck@
Ted Unangst
2003-05-12
strings in libreadline, again. this time with no abi change,
Bob Beck
2003-05-10
Back out libreadline changes, this breaks static build (I.E. vax).
Bob Beck
2003-05-08
strings
Bob Beck
2003-04-28
No need to install both the "readline guide" and the "readline user's guide"
Miod Vallat
2003-04-28
Proper @ignore usage, to prevent yet another gnu notice to pop up by mistake
Miod Vallat
2003-01-04
spelling
Theo de Raadt
2002-12-03
Crank all library major numbers. Needed due to the fact that we
Todd C. Miller
2002-11-06
Fix obnoxious makeinfo warnings during build.
Miod Vallat
2002-05-28
Fix *.texinfo warnings in gnu/.
Mike Pechkin
2002-04-19
create include dir first.
Marc Espie
2002-03-25
bring in prototypes
Theo de Raadt
2002-02-18
deal with unsigned char issues
Theo de Raadt
2001-09-25
let configure script use GNUSYSTEM_AUX_DIR
Marc Espie
2001-09-10
allow building with NOMAN= in /etc/mk.conf
Jason Wright
2001-08-27
fix description so it is aligned with other entries surrounding it
Brad Smith
2001-03-25
Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I
Todd C. Miller
2001-03-23
explicitly generate info files via "all" target like we do for
Todd C. Miller
2001-03-18
for "make cleandir" clean out the doc stuff too
Todd C. Miller
2001-03-18
Deal with history_filename() returning NULL. Missing part if last commit.
Todd C. Miller
2001-03-18
If $HOME is not set do *not* use '.' for the history file.
Todd C. Miller
2001-03-18
Local patches:
Todd C. Miller
2001-03-18
Add BSD Makefiles, shlib_version and a pre-generated config.h for
Todd C. Miller
2001-03-18
GNU readline-4.1
Todd C. Miller