Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-02 | File renamed from sha.h. | Jim Meyering | |
2003-12-02 | File renamed from sha.c. | Jim Meyering | |
Include sha1.h, not sha.h. | |||
2003-12-02 | Reflect sha -> sha1 renaming. | Jim Meyering | |
2003-12-02 | . | Jim Meyering | |
2003-12-02 | Add FSF Copyright. | Jim Meyering | |
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | Correct stale references to MD5 and `16 bytes'. | Jim Meyering | |
Patch by Ulrich Drepper. Add FSF Copyright. Remove reference to Scott Miller, since this file is now nearly identical to md5.h. | |||
2003-12-02 | *** empty log message *** | Jim Meyering | |
2003-12-02 | (rol) [__GNUC__ && __i386__]: Don't use `asm' code. These | Jim Meyering | |
days, gcc-3.x does better all by itself. Patch from Dean Gaudet: http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html | |||
2003-11-29 | *** empty log message *** | Jim Meyering | |
2003-11-29 | Include "xalloc.h", for decl of xstrdup. | Jim Meyering | |
2003-11-29 | *** empty log message *** | Jim Meyering | |
2003-11-29 | (c_strtod): Save and restore original LC_NUMERIC setting, | Jim Meyering | |
in case it was different from the environment-derived value. Patch by Paul Eggert. | |||
2003-11-27 | *** empty log message *** | Jim Meyering | |
2003-11-27 | . | Jim Meyering | |
2003-11-27 | Remove new temp file, h-$i. | Jim Meyering | |
2003-11-27 | (syntax-check-rules): Remove sc_xalloc_h_in_src from here, too. | Jim Meyering | |
2003-11-27 | *** empty log message *** | Jim Meyering | |
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 | |