aboutsummaryrefslogtreecommitdiff
path: root/contrib/libreadline
Commit message (Collapse)AuthorAgeFilesLines
* Remove libreadline from the source tree, all consumers but gdbBaptiste Daroussin2018-02-06114-69947/+0
| | | | | | | | | | | | | has been switched to libedit long ago, libreadline was built as an internallib for a while and kept only for gdbtui which was broken using libreadline. Since gdb has been mostly deorbitted in all arches, gdbtui was only installed on arm and sparc64, given it has been removed, gdb has been switched to use libedit, no consumers are left for libreadline. Thus this removal Notes: svn path=/head/; revision=328928
* Quiesce warning about unused argument in call to rl_message() by wrappingSean Bruno2013-11-041-0/+4
| | | | | | | | | | this call with the same #if defined (PREFER_STDARG) directive as in display.c Using -E to compile display.c/search.c shows that this is the code chosen by the build when we create libreadline Notes: svn path=/head/; revision=257642
* Update libreadline with vendor patches 8-13 as fetched from:Sean Bruno2013-11-033-28/+51
| | | | | | | | | ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/ MFC after: 2 weeks Notes: svn path=/head/; revision=257586
* Quiesce warnings regarding assignement of loop conditionals by implementingSean Bruno2013-10-296-11/+11
| | | | | | | the solution from the compiler to wrap the statement in parens. Notes: svn path=/head/; revision=257366
* Update after importAndrey A. Chernov2007-11-071-0/+1
| | | | Notes: svn path=/head/; revision=173407
* Merge after importing official patches 3-7Andrey A. Chernov2007-11-073-10/+95
| | | | Notes: svn path=/head/; revision=173406
* This commit was generated by cvs2svn to compensate for changes in r173403,Andrey A. Chernov2007-11-075-8/+45
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=173404
| * Official patches 3-7vendor/libreadlineAndrey A. Chernov2007-11-078-18/+140
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=173403
| * Official patch 002 importedAndrey A. Chernov2007-04-121-0/+12
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=168664
| * Official patch 001Andrey A. Chernov2006-12-311-0/+2
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=165678
| * Remove non-FSF fileAndrey A. Chernov2006-12-311-9/+0
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=165673
* | MergeAndrey A. Chernov2007-04-122-0/+13
| | | | | | | | Notes: svn path=/head/; revision=168666
* | Udate info after official patchAndrey A. Chernov2006-12-311-0/+2
| | | | | | | | Notes: svn path=/head/; revision=165681
* | Merge conflict after official patchAndrey A. Chernov2006-12-311-0/+2
| | | | | | | | Notes: svn path=/head/; revision=165680
* | Merge conflictsAndrey A. Chernov2006-12-317-117/+264
| | | | | | | | Notes: svn path=/head/; revision=165675
* | Update instructionsAndrey A. Chernov2006-12-311-4/+2
| | | | | | | | Notes: svn path=/head/; revision=165674
* | This commit was generated by cvs2svn to compensate for changes in r165670,Andrey A. Chernov2006-12-3140-324/+1184
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=165671
| * Virgin import of GNU Readline 5.2Andrey A. Chernov2006-12-3148-443/+1457
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=165670
| * Remove unneded files from the vendor branch tooAndrey A. Chernov2006-03-282-1278/+0
| | | | | | | | | | | | | | Pointed by: ru Notes: svn path=/vendor/libreadline/dist/; revision=157204
* | Merge conflicts after official patchesAndrey A. Chernov2006-03-272-10/+15
| | | | | | | | Notes: svn path=/head/; revision=157195
* | This commit was generated by cvs2svn to compensate for changes in r157191,Andrey A. Chernov2006-03-272-6/+5
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=157192
| * Official patches 001-004Andrey A. Chernov2006-03-274-16/+20
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=157191
* | Resolve conflictsAndrey A. Chernov2006-03-278-297/+676
| | | | | | | | Notes: svn path=/head/; revision=157188
* | Remove obsoleted files, update upgrade instructionsAndrey A. Chernov2006-03-273-1282/+4
| | | | | | | | Notes: svn path=/head/; revision=157187
* | This commit was generated by cvs2svn to compensate for changes in r157184,Andrey A. Chernov2006-03-2760-1457/+12933
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=157185
| * Virgin import of GNU Readline 5.1Andrey A. Chernov2006-03-2768-1746/+13607
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=157184
| * This files no longer usedAndrey A. Chernov2004-10-188-5270/+0
| | | | | | | | | | | | | | Asked-by: ru Notes: svn path=/vendor/libreadline/dist/; revision=136656
* | Fix some more files that got butchered to appear to be back on thePeter Wemm2004-10-213-110/+249
| | | | | | | | | | | | | | vendor branch again. (These will need a readline import merge too) Notes: svn path=/head/; revision=136759
* | Force these files back off the vendor branch. They should NEVER have beenPeter Wemm2004-10-215-69/+275
| | | | | | | | | | | | | | | | | | put back on there in the first place. :-( Note that complete.c will need a readline 5.0 merge. Notes: svn path=/head/; revision=136758
* | Merge local changesAndrey A. Chernov2004-10-181-11/+48
| | | | | | | | Notes: svn path=/head/; revision=136652
* | Remove files not in 5.0Andrey A. Chernov2004-10-188-5270/+0
| | | | | | | | Notes: svn path=/head/; revision=136651
* | Update instructionsAndrey A. Chernov2004-10-181-4/+4
| | | | | | | | Notes: svn path=/head/; revision=136650
* | This commit was generated by cvs2svn to compensate for changes in r136647,Andrey A. Chernov2004-10-182-8/+2
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=136648
| * Official patches 001-005Andrey A. Chernov2004-10-184-27/+57
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=136647
* | This commit was generated by cvs2svn to compensate for changes in r136644,Andrey A. Chernov2004-10-1860-2260/+14614
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=136645
| * Virgin import of GNU Readline 5.0Andrey A. Chernov2004-10-1868-2424/+15117
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=136644
* | Mention which patches importedAndrey A. Chernov2004-02-131-0/+3
| | | | | | | | Notes: svn path=/head/; revision=125763
* | This commit was generated by cvs2svn to compensate for changes in r125759,Andrey A. Chernov2004-02-133-7/+16
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=125760
| * Official patches 001-005Andrey A. Chernov2004-02-135-21/+35
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=125759
* | Official patches 001-005Andrey A. Chernov2004-02-101-2/+6
| | | | | | | | | | | | | | PR: 62555 Notes: svn path=/head/; revision=125665
* | Provide an escape to our "savestring" compatibility with ancient readlineDavid E. O'Brien2004-01-151-1/+3
| | | | | | | | | | | | | | versions madness. Define 'RL_NO_COMPAT' and be worry free. Notes: svn path=/head/; revision=124575
* | Diff to vendor reduction.David E. O'Brien2003-12-081-0/+1
| | | | | | | | Notes: svn path=/head/; revision=123279
* | Merge local changesAndrey A. Chernov2003-08-311-13/+53
| | | | | | | | Notes: svn path=/head/; revision=119615
* | Merge local changesAndrey A. Chernov2003-08-318-456/+1296
| | | | | | | | Notes: svn path=/head/; revision=119614
* | This commit was generated by cvs2svn to compensate for changes in r119610,Andrey A. Chernov2003-08-3180-5597/+12760
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=119611
| * Virgin import of GNU Readline 4.3Andrey A. Chernov2003-08-3188-6069/+14100
| | | | | | | | Notes: svn path=/vendor/libreadline/dist/; revision=119610
* | Move manpages to their original location (cvs copy to doc)Andrey A. Chernov2001-04-213-1873/+1
| | | | | | | | Notes: svn path=/head/; revision=75807
* | Activate backward-compatible prototypesAndrey A. Chernov2001-04-121-2/+0
| | | | | | | | Notes: svn path=/head/; revision=75446
* | Merge local changesAndrey A. Chernov2001-04-119-616/+836
| | | | | | | | Notes: svn path=/head/; revision=75409
* | This commit was generated by cvs2svn to compensate for changes in r75406,Andrey A. Chernov2001-04-1167-2562/+5563
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=75407