diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-22 08:04:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-22 08:04:03 +0000 |
commit | 023877ac2729621dcbd093f41bfcfad9b0d4ed17 (patch) | |
tree | 7987331791cbeed04c470c1e99a57d39d767f505 /lib | |
parent | cc6668c3e761432a4263f9833296b3cf16cd9bd4 (diff) | |
download | coreutils-023877ac2729621dcbd093f41bfcfad9b0d4ed17.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 606a3ada6..4d3ea3c71 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,21 @@ +2001-01-21 Paul Eggert <eggert@twinsun.com> + + * xmemcoll.h, xmemcoll.c: New files. + * Makefile.am (libfetish_a_SOURCES): Add them. + * memcoll.c: Include errno.h, and declare errno if not defined. + (memcoll): Set errno to zero if there is no error. + + * quotearg.c (quotearg_buffer_restyled): + Fix bug with quoting buffers containing NUL when backslashing escapes. + This bug was exposed by the other changes in this patch. + (quotearg_n_options): New arg ARGSIZE. + All callers changed. + (quoting_options_from_style): New function. + (quotearg_n_style): Use it. + (quotearg_n_style_mem): New function. + + * quotearg.h (quotearg_n_style_mem): New function. + 2002-01-16 Jim Meyering <meyering@lucent.com> * getdate.y: Add three semicolons, each just before a closing brace. |