aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
Commit message (Collapse)AuthorAgeFilesLines
* Pick manpages from their original locationsAndrey A. Chernov2001-04-212-2/+4
| | | | Notes: svn path=/head/; revision=75808
* Install history.3 as rlhistory.3 to not conflict with existing libedit functionAndrey A. Chernov2001-04-121-1/+4
| | | | Notes: svn path=/head/; revision=75439
* Upgrade to 4.2Andrey A. Chernov2001-04-113-5/+5
| | | | Notes: svn path=/head/; revision=75410
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74861
* Add missing depend fileAndrey A. Chernov2000-03-191-1/+1
| | | | Notes: svn path=/head/; revision=58317
* Install readline API infoAndrey A. Chernov2000-03-191-2/+8
| | | | Notes: svn path=/head/; revision=58316
* Upgrade to 4.1Andrey A. Chernov2000-03-192-2/+6
| | | | | | | Minor bumped because new function added Notes: svn path=/head/; revision=58315
* The "INCDIR" required by the new header installation code in bsd.lib.mkDavid E. O'Brien2000-01-301-0/+2
| | | | | | | | | was not set correctly. Ok'ed by: JKH Notes: svn path=/head/; revision=56911
* Move the header installation down into `readline' which is the subsystemDavid E. O'Brien2000-01-292-12/+8
| | | | | | | the headers are part of. Notes: svn path=/head/; revision=56804
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-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. Notes: svn path=/head/; revision=51794
* $Id$ -> $FreeBSD$Peter Wemm1999-08-276-6/+6
| | | | Notes: svn path=/head/; revision=50472
* Try to get /usr/include/readline back into the snapshots.David E. O'Brien1999-08-251-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=50332
* MFS: Revert shared lib major version number back to 3.David E. O'Brien1999-08-211-2/+2
| | | | Notes: svn path=/head/; revision=50110
* don't include Makefile.inc twiceAndrey A. Chernov1999-05-282-4/+2
| | | | Notes: svn path=/head/; revision=47573
* upgrade to 4.0Andrey A. Chernov1999-05-287-35/+52
| | | | Notes: svn path=/head/; revision=47569
* Upgrade to 2.2Andrey A. Chernov1998-04-282-3/+10
| | | | Notes: svn path=/head/; revision=35492
* Upgrade to 2.1Andrey A. Chernov1997-06-072-21/+144
| | | | Notes: svn path=/head/; revision=26501
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Patch up the readline info building. This one is a bit of a problemPeter Wemm1997-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. Notes: svn path=/head/; revision=21595
* Disconnect the doc subdir until somebody fixes this. I don't see how thisPeter Wemm1997-01-121-2/+2
| | | | | | | could possibly have worked during the testing before the last commit. :-( Notes: svn path=/head/; revision=21584
* Add the missing annotations.Joshua Peck Macdonald1997-01-111-12/+6
| | | | Notes: svn path=/head/; revision=21509
* Add -f to lnAndrey A. Chernov1997-01-061-3/+3
| | | | Notes: svn path=/head/; revision=21382
* Use contrib version nowAndrey A. Chernov1997-01-0548-23013/+52
| | | | Notes: svn path=/head/; revision=21342
* Add HAVE_STRING_HAndrey A. Chernov1996-08-301-2/+2
| | | | | | | Use -DHAVE_XXX=1 form to be visually consistent with config.h defines Notes: svn path=/head/; revision=17951
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-8/+7
| | | | | | | Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files Notes: svn path=/head/; revision=17937
* Keep in sync with latest bashAndrey A. Chernov1996-08-281-5/+5
| | | | Notes: svn path=/head/; revision=17859
* Add some missing MLINKS, correct some cross references, correct someMike Pritchard1996-02-091-2/+2
| | | | | | | file locations and some minor formatting/style problems. Notes: svn path=/head/; revision=14003
* recording cvs-1.6 file deathPeter Wemm1995-12-3017-5890/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Add fixes from bash betaAndrey A. Chernov1995-12-0312-30/+41
| | | | | | | Back out trailing spaces changes Notes: svn path=/head/; revision=12586
* gets() -> fgets()Jordan K. Hubbard1995-12-012-2/+2
| | | | Notes: svn path=/head/; revision=12552
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-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. Notes: svn path=/head/; revision=9970
* Update version infoAndrey A. Chernov1995-07-191-1/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9580
* Sync with bash 1.4.5 versionAndrey A. Chernov1995-07-195-20/+18
| | | | | | | | | Check some null pointers before action, cosmetique fixes Submitted by: Obtained from: Notes: svn path=/head/; revision=9579
* Remove trailing whitespace.Rodney W. Grimes1995-05-3013-27/+27
| | | | Notes: svn path=/head/; revision=8858
* eliminate coredump for readline(NULL) caseAdam David1995-05-221-1/+1
| | | | Notes: svn path=/head/; revision=8700
* Bump major numberAndrey A. Chernov1995-05-081-1/+3
| | | | Notes: svn path=/head/; revision=8350
* Fix update_line() updates on screen edgesAndrey A. Chernov1995-04-181-1/+1
| | | | | | | Obtained from: bash sources Notes: svn path=/head/; revision=7923
* Fix savestring & gdb conflictAndrey A. Chernov1995-03-172-5/+3
| | | | | | | Moreover, this fix not breaks any pgm which uses readline's savestring Notes: svn path=/head/; revision=7114
* UpgradeAndrey A. Chernov1995-03-178-39/+172
| | | | Notes: svn path=/head/; revision=7101
* Remove dir creating, done by mtreeAndrey A. Chernov1995-02-151-7/+2
| | | | | | | Add missing file name for cmp Notes: svn path=/head/; revision=6467
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-1/+3
| | | | Notes: svn path=/head/; revision=5660
* Back out prev fix, now fixed in bsd.info.mkAndrey A. Chernov1995-01-071-2/+2
| | | | Notes: svn path=/head/; revision=5430
* Fix "make" vs "make all"Andrey A. Chernov1995-01-071-2/+2
| | | | Notes: svn path=/head/; revision=5421
* Fix format errorAndrey A. Chernov1995-01-041-1/+1
| | | | Notes: svn path=/head/; revision=5385
* Add dependancesAndrey A. Chernov1995-01-041-0/+3
| | | | Notes: svn path=/head/; revision=5384
* Install infopagesAndrey A. Chernov1995-01-043-24/+226
| | | | Notes: svn path=/head/; revision=5383
* Upgrade from new bashAndrey A. Chernov1994-12-302-17/+12
| | | | Notes: svn path=/head/; revision=5293
* Upgrade to readline from bash 1.14.3Andrey A. Chernov1994-12-1213-96/+168
| | | | Notes: svn path=/head/; revision=5073
* 8bit locale ajustment fixAndrey A. Chernov1994-12-061-2/+6
| | | | Notes: svn path=/head/; revision=4999