summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline
Commit message (Collapse)AuthorAgeFilesLines
* Add missing depend fileache2000-03-191-1/+1
|
* Install readline API infoache2000-03-191-2/+8
|
* Upgrade to 4.1ache2000-03-192-2/+6
| | | | Minor bumped because new function added
* The "INCDIR" required by the new header installation code in bsd.lib.mkobrien2000-01-301-0/+2
| | | | | | was not set correctly. Ok'ed by: JKH
* Move the header installation down into `readline' which is the subsystemobrien2000-01-292-12/+8
| | | | the headers are part of.
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* $Id$ -> $FreeBSD$peter1999-08-276-6/+6
|
* Try to get /usr/include/readline back into the snapshots.obrien1999-08-251-2/+2
| | | | Submitted by: bde
* MFS: Revert shared lib major version number back to 3.obrien1999-08-211-2/+2
|
* don't include Makefile.inc twiceache1999-05-282-4/+2
|
* upgrade to 4.0ache1999-05-287-35/+52
|
* Upgrade to 2.2ache1998-04-282-3/+10
|
* Upgrade to 2.1ache1997-06-072-21/+144
|
* Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Patch up the readline info building. This one is a bit of a problempeter1997-01-124-12/+33
| | | | | | since the source name is not the same as the texinfo name so we have to use SRCS=. This means we can't build two info sets in the same directory so I've split it.
* Disconnect the doc subdir until somebody fixes this. I don't see how thispeter1997-01-121-2/+2
| | | | could possibly have worked during the testing before the last commit. :-(
* Add the missing annotations.jmacd1997-01-111-12/+6
|
* Add -f to lnache1997-01-061-3/+3
|
* Use contrib version nowache1997-01-0548-23013/+52
|
* Add HAVE_STRING_Hache1996-08-301-2/+2
| | | | Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
* cmp -s || install -c ==> install -Cpeter1996-08-301-8/+7
| | | | Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
* Keep in sync with latest bashache1996-08-281-5/+5
|
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-091-2/+2
| | | | file locations and some minor formatting/style problems.
* recording cvs-1.6 file deathpeter1995-12-3017-5890/+0
|
* Add fixes from bash betaache1995-12-0312-30/+41
| | | | Back out trailing spaces changes
* gets() -> fgets()jkh1995-12-012-2/+2
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-2/+2
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Update version infoache1995-07-191-1/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Sync with bash 1.4.5 versionache1995-07-195-20/+18
| | | | | | Check some null pointers before action, cosmetique fixes Submitted by: Obtained from:
* Remove trailing whitespace.rgrimes1995-05-3013-27/+27
|
* eliminate coredump for readline(NULL) caseadam1995-05-221-1/+1
|
* Bump major numberache1995-05-081-1/+3
|
* Fix update_line() updates on screen edgesache1995-04-181-1/+1
| | | | Obtained from: bash sources
* Fix savestring & gdb conflictache1995-03-172-5/+3
| | | | Moreover, this fix not breaks any pgm which uses readline's savestring
* Upgradeache1995-03-178-39/+172
|
* Remove dir creating, done by mtreeache1995-02-151-7/+2
| | | | Add missing file name for cmp
* Add doc to SUBDIRache1995-01-161-1/+3
|
* Back out prev fix, now fixed in bsd.info.mkache1995-01-071-2/+2
|
* Fix "make" vs "make all"ache1995-01-071-2/+2
|
* Fix format errorache1995-01-041-1/+1
|
* Add dependancesache1995-01-041-0/+3
|
* Install infopagesache1995-01-043-24/+226
|
* Upgrade from new bashache1994-12-302-17/+12
|
* Upgrade to readline from bash 1.14.3ache1994-12-1213-96/+168
|
* 8bit locale ajustment fixache1994-12-061-2/+6
|
* Upgrade to version 2.0ache1994-12-0643-1037/+7350
|
* Fix beforeinstall compareache1994-11-011-3/+3
| | | | Submitted by: jc@cleat.irbs.com
* Don't reinstall includes when not necessarypst1994-11-011-3/+6
|
* Add LDADD+= -ltermcapache1994-10-121-1/+2
|
OpenPOWER on IntegriCloud