summaryrefslogtreecommitdiffstats
path: root/lib/libedit/makelist
Commit message (Collapse)AuthorAgeFilesLines
* Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch thestefanf2005-10-041-2/+1
| | | | | bug fixed in the last commit to map.c in a different way. Follow NetBSD to facilitate future merges.
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-7/+3
| | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h}
* LANG->LC_ALLache2003-08-041-1/+1
| | | | Pointed by: ru
* Fix problem differently, useache2003-08-041-1/+1
| | | | | LANG=C tr 'a-z' 'A-Z' for hypotetical case that script may generate non-ascii characters
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'ache2003-08-041-1/+1
| | | | | | | | First of all, it should be written as: tr 'a-z' 'A-Z' ranges not encolosed in [] according to POSIX, so [] just included in the replacement. Second, it should be written: tr '[:lower:]' '[:upper:]' since a-z and A-Z may have different length in some locales.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* + Sync with NetBSD, bringing in feature enhancements.obrien2001-10-011-30/+97
| | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris
* Don't use absolute path.jkh1998-05-271-1/+1
| | | | Submitted by: jhay
* Reorder decomposition of the filename argument for the '-h' flag tomsmith1997-07-231-2/+3
| | | | | | | avoid misprocessing in the case where the filename argument contains more than one period. Submitted by: micke@dynas.se (Mikael Hybsch)
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+187
OpenPOWER on IntegriCloud