aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit/makelist
Commit message (Collapse)AuthorAgeFilesLines
* MFC stefanf's work on libedit. This includes a sync with NetBSD/OpenBSDXin LI2005-10-091-8/+3
| | | | | | | | | and some bugfixes. Approved by: re (scottl) Notes: svn path=/stable/6/; revision=151131
* LANG->LC_ALLAndrey A. Chernov2003-08-041-1/+1
| | | | | | | Pointed by: ru Notes: svn path=/head/; revision=118449
* Fix problem differently, useAndrey A. Chernov2003-08-041-1/+1
| | | | | | | | LANG=C tr 'a-z' 'A-Z' for hypotetical case that script may generate non-ascii characters Notes: svn path=/head/; revision=118430
* Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'Andrey A. Chernov2003-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. Notes: svn path=/head/; revision=118427
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* + Sync with NetBSD, bringing in feature enhancements.David E. O'Brien2001-10-011-30/+97
| | | | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris Notes: svn path=/head/; revision=84260
* Don't use absolute path.Jordan K. Hubbard1998-05-271-1/+1
| | | | | | | Submitted by: jhay Notes: svn path=/head/; revision=36407
* Reorder decomposition of the filename argument for the '-h' flag toMike Smith1997-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) Notes: svn path=/head/; revision=27631
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+187
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573