summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2002-02-23(xpath_concat): Reorder code to pacifyJim Meyering
compilers that don't know that xalloc_die never returns.
2002-02-20*** empty log message ***Jim Meyering
2002-02-16.Jim Meyering
2002-02-16Update to Gettext 0.11.Jim Meyering
2002-02-16.Jim Meyering
2002-02-16*** empty log message ***Jim Meyering
2002-02-16(libfetish_a_SOURCES): Add posixver.c and posixver.h.Jim Meyering
2002-02-16new file, from Paul EggertJim Meyering
2002-02-11.Jim Meyering
2002-02-11.Jim Meyering
2002-02-11*** empty log message ***Jim Meyering
2002-02-112002-02-02 Paul Eggert <eggert@twinsun.com>Jim Meyering
Bruno Haible <bruno@clisp.org> * unicodeio.c (unicode_to_mb): New function, extracted from print_unicode_char. Call failure callback instead of error. (fwrite_success_callback): New function. (exit_failure_callback): New function. (fallback_failure_callback): New function. (print_unicode_char): Call unicode_to_mb.
2002-02-112002-02-02 Paul Eggert <eggert@twinsun.com>Jim Meyering
Bruno Haible <bruno@clisp.org> * unicodeio.c (unicode_to_mb): New function, extracted from print_unicode_char. Call failure callback instead of error. (fwrite_success_callback): New function. (exit_failure_callback): New function. (fallback_failure_callback): New function. (print_unicode_char): Call unicode_to_mb.
2002-01-26.Jim Meyering
2002-01-26*** empty log message ***Jim Meyering
2002-01-26(getdate$U.o): Depend on unlocked-io.h.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(Makefile): Don't depend on $(BUILT_SOURCES).Jim Meyering
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in.
2002-01-22.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(libfetish_a_SOURCES): Add them.Jim Meyering
2002-01-22*** empty log message ***Jim Meyering
2002-01-22(quotearg_n_style_mem): New function.Jim Meyering
2002-01-22(quotearg_buffer_restyled):Jim Meyering
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.
2002-01-22Include errno.h, and declare errno if not defined.Jim Meyering
(memcoll): Set errno to zero if there is no error.
2002-01-16.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
add 2002 to Copyright line
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16add 2002 to Copyright lineJim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
2002-01-16*** empty log message ***Jim Meyering
2002-01-16(ISDIGIT): Comment fix.Jim Meyering
Add three semicolons, each just before a closing brace. Bison (as of version 1.31) no longer papers over that mistake.
2002-01-16.Jim Meyering
2002-01-13.Jim Meyering
2002-01-12.Jim Meyering
2002-01-05*** empty log message ***Jim Meyering
2002-01-05(version_etc_copyright): Update copyright year.Jim Meyering
2001-12-20*** empty log message ***Jim Meyering
2001-12-20(close_stdout_status): If ferror (stdout), doJim Meyering
not silently exit merely because the output buffer happens to have nothing pending.
2001-12-19*** empty log message ***Jim Meyering
2001-12-19(suffixes): Prefer K to k for 1024.Jim Meyering
(generate_suffix_backwards): New function. (human_readable_inexact): Use it.
2001-12-19(__xstrtol): If there is no number but thereJim Meyering
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. Accept 'K' as well as 'k'.
2001-12-15*** empty log message ***Jim Meyering