1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-06 12:13:41 +02:00
This commit is contained in:
Jim Meyering
1996-02-18 18:07:36 +00:00
parent 777d5f0ba8
commit 6a4e9d5422

View File

@@ -1,3 +1,13 @@
Sun Feb 18 12:07:27 1996 Jim Meyering (meyering@na-net.ornl.gov)
* join.c [TOLOWER]: Define.
(usage): Briefly describe new --ignore-case (-i) option.
(memcasecmp): New function.
(main): Set IGNORE_CASE for -i.
(keycmp): Compare with memcasecmp if IGNORE_CASE is set.
Suggestion and an initial patch from Alberto Accomazzi
<alberto@cfa0.harvard.edu>.
Sat Feb 17 18:54:40 1996 Jim Meyering (meyering@na-net.ornl.gov)
* sort.c: Add -z option. Change all occurrences of '\n' to `eolchar'.