Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(parse_options): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(main): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Include "c-strtod.h". | Jim Meyering | |
(scan_double_arg): Update xstrtod call to include new argument, c_strtod. | |||
2003-11-27 | Remove decls of strtod, strtol, strtoul; no longer | Jim Meyering | |
needed now that we assume C89. Include "c-strtod.h". (xstrtod): Call c_strtod, not strtod. | |||
2003-11-27 | . | Jim Meyering | |
2003-11-27 | Tweak mark-up to use @env, not @code in a few places. | Jim Meyering | |
Mark new use of LC_NUMERIC. | |||
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | Parse floating-point operands and options in the C locale. | Jim Meyering | |
POSIX requires this for printf, and we might as well be consistent elsewhere (tail, sleep, seq). (tail invocation, printf invocation, sleep invocation, seq invocation): Document this. | |||
2003-11-27 | . | Jim Meyering | |
2003-11-27 | (xstrtod): Accept an extra arg, specifying the conversion function. | Jim Meyering | |
Don't include stdlib.h; no longer needed. | |||
2003-11-27 | (xstrtod): Accept an extra arg, specifying the conversion function. | Jim Meyering | |
2003-11-27 | new files, from Paul Eggert | Jim Meyering | |
2003-11-27 | (libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h. | Jim Meyering | |
2003-11-27 | Don't include xstrtod.h; it's not needed. | Jim Meyering | |
2003-11-26 | (Traversing symlinks): Rearrange things. | Jim Meyering | |
(chown invocation): Add xrefs to `Traversing symlinks' for -H, -P, -L. (chgrp invocation): Likewise. | |||
2003-11-24 | *** empty log message *** | Jim Meyering | |
2003-11-24 | (Traversing symlinks, Treating / specially): New sections. | Jim Meyering | |
(rm invocation, chown invocation, chmod invocation, chgrp invocation): Describe new options, --preserve-root and --no-preserve-root. | |||
2003-11-24 | sync with version from autoconf | Jim Meyering | |
2003-11-24 | *** empty log message *** | Jim Meyering | |
2003-11-24 | Handle another errno variant (HPUX, EPERM). | Jim Meyering | |
2003-11-24 | *** empty log message *** | Jim Meyering | |
2003-11-24 | upgrade to automake-1.7d | Jim Meyering | |
2003-11-22 | *** empty log message *** | Jim Meyering | |
2003-11-22 | (x2nrealloc_inline): Fix typos in comments: s/size/size_t/. | Jim Meyering | |
2003-11-22 | *** empty log message *** | Jim Meyering | |
2003-11-22 | *** empty log message *** | Jim Meyering | |
2003-11-22 | (sc_xalloc_h_in_src): Remove rule. Subsumed by... | Jim Meyering | |
(sc_system_h_headers): Do this test only if sys2.h exists. | |||
2003-11-21 | . | Jim Meyering | |
2003-11-21 | *** empty log message *** | Jim Meyering | |
2003-11-21 | (xreadlink): Correct outdated comment. | Jim Meyering | |
2003-11-20 | *** empty log message *** | Jim Meyering | |
2003-11-20 | Ensure that the bug-reporting address is | Jim Meyering | |
included in the --help output for every program. | |||
2003-11-20 | (TESTS_ENVIRONMENT): Add $PACKAGE_BUGREPORT. | Jim Meyering | |
2003-11-20 | *** empty log message *** | Jim Meyering | |
2003-11-20 | (usage): Output bug-reporting address. | Jim Meyering | |
2003-11-19 | (usage): Mention that FILE1 and FILE2 must be sorted | Jim Meyering | |
on the join fields. Suggestion from Bruce Robertson. | |||
2003-11-19 | *** empty log message *** | Jim Meyering | |
2003-11-19 | *** empty log message *** | Jim Meyering | |
2003-11-18 | *** empty log message *** | Jim Meyering | |
2003-11-18 | *** empty log message *** | Jim Meyering | |
2003-11-18 | `od -c -w9999999' could segfault | Jim Meyering | |
(dump): Use xnmalloc/free, not alloca. | |||
2003-11-18 | *** empty log message *** | Jim Meyering | |
2003-11-18 | *** empty log message *** | Jim Meyering | |
2003-11-17 | . | Jim Meyering | |
2003-11-17 | . | Jim Meyering | |
2003-11-17 | *** empty log message *** | Jim Meyering | |
2003-11-17 | On systems without utime and without a utimes function capable of | Jim Meyering | |
dealing with a NULL struct utimbuf* argument, this utime replacement could -- in unusual circumstances -- leak a file descriptor. Include <unistd.h> and <errno.h>. (utime_null): Be sure to close `fd' and to preserve errno. | |||
2003-11-17 | *** empty log message *** | Jim Meyering | |