FreeBSD Bugzilla – Attachment 39341 Details for
Bug 62047
Fix for non-C LC_COLLATE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tr.patch
tr.patch (text/plain), 895 bytes, created by
Mark Daniel Reidel
on 2004-01-28 22:10:19 UTC
(
hide
)
Description:
tr.patch
Filename:
MIME Type:
Creator:
Mark Daniel Reidel
Created:
2004-01-28 22:10:19 UTC
Size:
895 bytes
patch
obsolete
>--- /usr/src/lib/libedit/makelist Wed Jan 28 18:08:20 2004 >+++ /usr/src/lib/libedit/makelist Wed Jan 28 18:08:45 2004 >@@ -146,7 +146,7 @@ > # > -fh) > cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ >- sort | LC_ALL=C tr 'a-z' 'A-Z' | $AWK ' >+ sort | LC_ALL=C tr [:lower:] [:upper:] | $AWK ' > BEGIN { > printf("/* Automatically generated file, do not edit */\n"); > printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); >--- /usr/src/sbin/route/Makefile Wed Jan 28 21:51:35 2004 >+++ /usr/src/sbin/route/Makefile Wed Jan 28 21:51:59 2004 >@@ -11,7 +11,7 @@ > > keywords.h: keywords > sed -e '/^#/d' -e '/^$$/d' ${.CURDIR}/keywords > _keywords.tmp >- LC_ALL=C tr 'a-z' 'A-Z' < _keywords.tmp | paste _keywords.tmp - | \ >+ LC_ALL=C tr '[:lower:]' '[:upper:]' < _keywords.tmp | paste _keywords.tmp - | \ > awk '{ \ > if (NF > 1) \ > printf "#define\tK_%s\t%d\n\t{\"%s\", K_%s},\n", \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62047
: 39341