aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/readline
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-1/+1
| | | | | | | | | | 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
* 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-5/+5
| | | | Notes: svn path=/head/; revision=136654
* Upgrade to 4.3Andrey A. Chernov2003-08-311-1/+1
| | | | 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
* 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-211-1/+1
| | | | Notes: svn path=/head/; revision=75808
* Upgrade to 4.2Andrey A. Chernov2001-04-111-3/+2
| | | | 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
* 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-291-0/+7
| | | | | | | the headers are part of. Notes: svn path=/head/; revision=56804
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* don't include Makefile.inc twiceAndrey A. Chernov1999-05-281-2/+1
| | | | Notes: svn path=/head/; revision=47573
* upgrade to 4.0Andrey A. Chernov1999-05-282-0/+33
| | | | Notes: svn path=/head/; revision=47569
* recording cvs-1.6 file deathPeter Wemm1995-12-305-634/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Upgrade to readline 2.0 from bash1.14.1Andrey A. Chernov1994-05-135-44/+137
| | | | Notes: svn path=/head/; revision=1492
* Remove #ifdefs which may confuse external packages which includeAndrey A. Chernov1994-05-112-17/+1
| | | | | | | this headers Notes: svn path=/head/; revision=1483
* Back out forced 8-bit mode, it can be tudned from ~/.inputrc fileAndrey A. Chernov1994-05-111-2/+2
| | | | Notes: svn path=/head/; revision=1479
* Make readline 8-bit cleanAndrey A. Chernov1994-05-101-2/+2
| | | | Notes: svn path=/head/; revision=1476
* Back out previous fix, correct place to fix is octave programAndrey A. Chernov1994-05-101-1/+1
| | | | Notes: svn path=/head/; revision=1475
* Correct rl_attempted_completion_function type to Function *Andrey A. Chernov1994-05-101-1/+1
| | | | | | | for successful compilation with octave Notes: svn path=/head/; revision=1474
* Merged with new readline 2.0 from bashAndrey A. Chernov1994-05-094-25/+146
| | | | Notes: svn path=/head/; revision=1473
* Merge with much improved version from gdb4.11Andrey A. Chernov1994-05-092-29/+65
| | | | Notes: svn path=/head/; revision=1472
* Install history.h to /usr/include/readline too, gdb4 include itAndrey A. Chernov1994-05-091-0/+120
| | | | Notes: svn path=/head/; revision=1471
* Port readline lib into gnu system tree.Andrey A. Chernov1994-05-093-0/+280
Really we don't need copy of this library into each program (gdb f.e.) P.S. it is much cleaner port than /usr/ports version and based on /usr/ports version. /usr/ports version will be removed. Notes: svn path=/vendor/misc-GNU/dist3/; revision=1466