--- /dev/null
+src/sort.c
+2007-01-24 Jim Meyering <jim@meyering.net>
+
+ Pass "make distcheck" again.
+ * src/sort.c (usage): Split a diagnostic that had grown to be
+ longer than the C89 maximum of 509 bytes.
+ * .x-sc_cast_of_argument_to_free: New file. Allow a cast in sort.c.
+ FIXME: this is just temporary, while we wait to remove the offending
+ access-calling code.
+ * Makefile.am (EXTRA_DIST): Add .x-sc_cast_of_argument_to_free.
+ * Makefile.maint (sc_cast_of_argument_to_free): Use the
+ canonical, $$($(CVS_LIST_EXCEPT)).
+ * m4/.gitignore, m4/.cvsignore, lib/.gitignore, lib/.cvsignore: Update.
+
2007-01-24 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: New option sort -C, proposed by XCU ERN 127, which looks
# Make coreutils. -*-Makefile-*-
-# Copyright (C) 1990, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-# 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 1990, 1993-2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
.x-po-check \
.x-sc_file_system .x-sc_obsolete_symbols \
.x-sc_prohibit_atoi_atof \
+ .x-sc_cast_of_argument_to_free \
.x-sc_require_config_h \
.x-sc_space_tab .x-sc_sun_os_names \
.x-sc_trailing_blank \
# FIXME: don't allow `#include .strings\.h' anywhere
sc_cast_of_argument_to_free:
- @grep -nE '\<free \(\(' $(srcdir)/{lib,src}/*.[chly] && \
+ @grep -nE '\<free \(\(' $$($(CVS_LIST_EXCEPT)) && \
{ echo '$(ME): don'\''t cast free argument' 1>&2; \
exit 1; } || :
close-stream.h
closeout.c
closeout.h
+concatpath.c
config.charset
config.h
config.hin
filemode.h
filenamecat.c
filenamecat.h
+findprog.c
+findprog.h
fnmatch.c
fnmatch.h
fnmatch_.h
openat.c
openat.h
pathmax.h
+pathname.h
physmem.c
physmem.h
pipe-safer.c
close-stream.h
closeout.c
closeout.h
+concatpath.c
config.charset
configmake.h
creat-safer.c
filemode.h
filenamecat.c
filenamecat.h
+findprog.c
+findprog.h
fnmatch.c
fnmatch.h
fnmatch_.h
openat.c
openat.h
pathmax.h
+pathname.h
physmem.c
physmem.h
pipe-safer.c
dos.m4
double-slash-root.m4
dup2.m4
+eaccess.m4
eealloc.m4
eoverflow.m4
error.m4
fileblocks.m4
filemode.m4
filenamecat.m4
+findprog.m4
flexmember.m4
fnmatch.m4
fpending.m4
dos.m4
double-slash-root.m4
dup2.m4
+eaccess.m4
eealloc.m4
eoverflow.m4
error.m4
fileblocks.m4
filemode.m4
filenamecat.m4
+findprog.m4
flexmember.m4
fnmatch.m4
fpending.m4
-C, --check=quiet, --check=silent like -c, but do not report first bad line\n\
-k, --key=POS1[,POS2] start a key at POS1, end it at POS2 (origin 1)\n\
-m, --merge merge already sorted files; do not sort\n\
+"), stdout);
+ fputs (_("\
-o, --output=FILE write result to FILE instead of standard output\n\
-s, --stable stabilize sort by disabling last-resort comparison\n\
-S, --buffer-size=SIZE use SIZE for main memory buffer\n\