| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
and some bugfixes.
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=151131
|
| |
|
|
|
|
|
| |
Pointed by: ru
Notes:
svn path=/head/; revision=118449
|
| |
|
|
|
|
|
|
| |
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
Notes:
svn path=/head/; revision=118430
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
+ Convert to ANSI-C function definitions
+ style(9)
Submitted by: kris
Notes:
svn path=/head/; revision=84260
|
| |
|
|
|
|
|
| |
Submitted by: jhay
Notes:
svn path=/head/; revision=36407
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|