Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-30 | (sl-F-color, sl-dF-color): New tests for the above. | Jim Meyering | |
2002-11-30 | *** empty log message *** | Jim Meyering | |
2002-11-30 | *** empty log message *** | Jim Meyering | |
2002-11-30 | . | Jim Meyering | |
2002-11-28 | *** empty log message *** | Jim Meyering | |
2002-11-28 | Merge from gnulib/libc, for a slightly uglier solution. | Jim Meyering | |
2002-11-28 | . | Jim Meyering | |
2002-11-28 | (STATIC): Remvoe definitions. | Jim Meyering | |
2002-11-28 | Merge some more, in preparation for merge back into libc. | Jim Meyering | |
(_): Define only if not already defined. Move definition to follow all #include directives. Include unlocked-io.h only if !_LIBC. | |||
2002-11-28 | *** empty log message *** | Jim Meyering | |
2002-11-28 | Merge in changes from libc. | Jim Meyering | |
[_LIBC]: Include <libio/libioP.h>. [USE_IN_LIBIO]: Include <libio/iolibio.h> (fflush): Tweak definition to use INTUSE. (putc): Define. | |||
2002-11-24 | *** empty log message *** | Jim Meyering | |
2002-11-24 | *** empty log message *** | Jim Meyering | |
2002-11-24 | (TESTS): Add trailing-slash. | Jim Meyering | |
2002-11-24 | *** empty log message *** | Jim Meyering | |
2002-11-24 | More clean-up, not that / means /. | Jim Meyering | |
2002-11-24 | (du_files): Don't strip any trailing slash. | Jim Meyering | |
Rewrite so that `/' is no longer represented internally as the empty string. (count_entry): When appending a file name component, account for the fact that the current path may end in `/'. François Pinard reported that `du symlink-to-dir/' was not equivalent to `du symlink-to-dir/.'. Now it is. | |||
2002-11-24 | *** empty log message *** | Jim Meyering | |
2002-11-24 | *** empty log message *** | Jim Meyering | |
2002-11-24 | Remove 2002 from copyright line, | Jim Meyering | |
to sync with gnulib. | |||
2002-11-23 | . | Jim Meyering | |
2002-11-23 | (decode_switches): Use case-sensitive matching to | Jim Meyering | |
decode the QUOTING_STYLE environment variable. This is more consistent with the documentation, and with --quoting-style. | |||
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | (output): Declare some local variables to be of type size_t, | Jim Meyering | |
rather than `int' to avoid warnings from gcc. | |||
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering | |
2002-11-23 | Update from gnulib. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Include gettext.h instead of <libintl.h>. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | From gnulib, by Bruno Haible | Jim Meyering | |
Include gettext.h instead of <libintl.h>. | |||
2002-11-23 | From gnulib, by Bruno Haible | Jim Meyering | |
* closeout.c: Include gettext.h instead of <libintl.h>. | |||
2002-11-23 | . | Jim Meyering | |
2002-11-23 | Update from gnulib. | Jim Meyering | |
2002-11-23 | *** empty log message *** | Jim Meyering | |
2002-11-23 | Allow multiple inclusion by surrounding with | Jim Meyering | |
"#ifndef QUOTEARG_H_". Include <stddef.h>, for size_t, so that we can be included first. (PARAMS): Remove; we now assume C89 or later. All uses removed. | |||
2002-11-23 | Include quotearg.h immediately after config.h. | Jim Meyering | |
No need to include stddef.h or sys/types.h any more. Surround local include files with "", not "<>". Assume HAVE_LIMITS_H unconditionally, as we assume C89. Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX, HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS. (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC. (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT. (ISPRINT): Remove; no longer needed now that we assume C89. (clone_quoting_options, quotearg_buffer, quotearg_n_options): Preserve errno. (quotearg_buffer_restyled, quotearg_n, quotearg_n_style, quotearg_char): Use SIZE_MAX rather than (size_t) -1 when we are talking about "infinity". (quotearg_buffer_restyled): Fix bug when quoting trigraphs. | |||
2002-11-22 | *** empty log message *** | Jim Meyering | |
2002-11-22 | From gnulib: | Jim Meyering | |
Don't include <sys/types.h>. It's unnecessary. | |||
2002-11-22 | fix typo in comment | Jim Meyering | |
2002-11-22 | *** empty log message *** | Jim Meyering | |
2002-11-22 | *** empty log message *** | Jim Meyering | |
2002-11-22 | Remove case insensitive option matching. | Jim Meyering | |
(argcasematch): Remove declaration. (ARGCASEMATCH): Remove macro. (__xargmatch_internal): Remove case_sensitive argument. (XARGMATCH): Update. (XARGCASEMATCH): Remove macro. |