summaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-122-2/+2
| | | | | | | | | | read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor) Notes: svn path=/head/; revision=211243
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* - Bump share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* Change RL_LIBRARY_VERSIONAndrey A. Chernov2006-12-311-1/+1
| | | | Notes: svn path=/head/; revision=165677
* Update configAndrey A. Chernov2006-12-311-3/+33
| | | | Notes: svn path=/head/; revision=165676
* Upgrade to 5.1Andrey A. Chernov2006-03-272-1/+22
| | | | Notes: svn path=/head/; revision=157190
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Back out termcap -> ncurses change in LDADD/DPADDAndrey A. Chernov2004-10-181-2/+2
| | | | | | | It expand functions scope too wide Notes: svn path=/head/; revision=136658
* Upgrade to 5.0Andrey A. Chernov2004-10-181-1/+1
| | | | Notes: svn path=/head/; revision=136657
* Upgrade to 5.0Andrey A. Chernov2004-10-182-8/+6
| | | | Notes: svn path=/head/; revision=136654
* Update for 5.0Andrey A. Chernov2004-10-181-6/+23
| | | | Notes: svn path=/head/; revision=136653
* Bump the library version numbers for the following libraries:Ken Smith2004-10-011-1/+1
| | | | | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be) Notes: svn path=/head/; revision=136027
* Upgrade to 4.3Andrey A. Chernov2003-08-313-16/+68
| | | | Notes: svn path=/head/; revision=119616
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
| | | | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. Notes: svn path=/head/; revision=119017
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Avoid linting GNU contrib'ed stuff, even if the build engineer askedMark Murray2002-09-251-0/+2
| | | | | | | for it (via WANT_LINT). It's Just Too Noisy. Notes: svn path=/head/; revision=103959
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* -ltermcap is spelled -lncurses nowadays.Ruslan Ermilov2002-04-091-2/+2
| | | | Notes: svn path=/head/; revision=94278
* 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