Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-23 | (full_write): Remove unused decl. | Jim Meyering | |
(open_maybe_create): Remove. (touch): Don't record whether the file was created; this isn't possible to do reliably and portably without race conditions. If the file was created and if amtime_now is nonzero, this change means we'll have to do another utime system call, but that's no more harmful than the previous version of this code. | |||
1999-09-09 | (usage): Remove misleading sentence in --help output. | Jim Meyering | |
From Karl Heuer. | |||
1999-08-08 | (usage): Clarify description of --time=WORD. | Jim Meyering | |
1999-05-15 | (open_maybe_create): Handle Solaris' failure mode when | Jim Meyering | |
FILE is a directory. Reported by Vin Shelton. | |||
1999-05-07 | (touch): Only do the fstat if we need to. | Jim Meyering | |
Resort to calling stat for directories, but only when necessary. (usage): Mention --no-create. | |||
1999-04-26 | (open_maybe_create): Don't pass 0666 to open; it's not needed and isn't | Jim Meyering | |
guaranteed to be portable. | |||
1999-04-02 | (open_maybe_create): New function. | Jim Meyering | |
(touch): Rewrite not to use `creat' and to eliminate a race condition that could make touch truncate a nonempty file. Report and suggestions from Andrew Tridgell. | |||
1999-04-01 | (touch): Qualify a char* with the `const' keyword. | Jim Meyering | |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included ↵ | Jim Meyering | |
via sys2.h. | |||
1999-03-26 | No longer include long-options.h. | Jim Meyering | |
Include version-etc.h instead. (PROGRAM_NAME, AUTHORS): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version. | |||
1999-03-04 | Include long-options.h | Jim Meyering | |
[long_options]: Remove the "help" and "version" entries. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks. | |||
1999-01-16 | (usage): Remove `static'. | Jim Meyering | |
Use function-style XARGMATCH. | |||
1999-01-04 | (main): remove unused `i' | Jim Meyering | |
1999-01-02 | Adapt to use new interface to XARGMATCH. | Jim Meyering | |
1998-12-31 | (main): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | |
1998-09-19 | update bug-reporting address | Jim Meyering | |
1998-09-07 | Include posixtm.h. | Jim Meyering | |
(usage): Correct the description of the format of the date string argument to -t option. (main): Update to use rewritten posixtime function. Reported by Andries Brouwer. | |||
1998-09-06 | remove --help-style comment near top | Jim Meyering | |
1998-08-30 | Don't assume ASCII in getopt arg handling. | Jim Meyering | |
1998-08-02 | (touch): Add comment. | Jim Meyering | |
1998-07-25 | (utime_now): Moved into m4/utimes.m4. | Jim Meyering | |
(touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now in if-block. | |||
1998-05-09 | Include safe-read.h. | Jim Meyering | |
Don't declare safe_read. | |||
1998-04-14 | Use STREQ in string equality tests, not strcmp. | Jim Meyering | |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering | |
Use #if !, not #ifndef with HAVE_ macros. | |||
1998-03-14 | s/get-date.h/getdate.h/ | Jim Meyering | |
1998-02-20 | Include get-date.h. | Jim Meyering | |
Remove get_date decl. | |||
1998-01-04 | (main, usage): Check for write error to stdout before exiting. | Jim Meyering | |
Include "closeout.h". | |||
1997-10-07 | update bug-reporting address | Jim Meyering | |
1997-02-09 | update copyrights for 1997 | Jim Meyering | |
1997-02-01 | bracket bug address with <> and append a period | Jim Meyering | |
1997-02-01 | Compare getopt_long return value against -1, not EOF. Use NULL, not '(int ↵ | Jim Meyering | |
*) 0' as last parameter in getopt_long call. | |||
1996-11-18 | Remove unused declaration of mktime. From Tony Leneis. | Jim Meyering | |
1996-11-03 | change bug-reporting address | Jim Meyering | |
1996-11-02 | change bug-reporting address | Jim Meyering | |
1996-10-05 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-10-04 | (main): update --version output to conform to coding standard | Jim Meyering | |
1996-08-31 | (utime_now): Protoize. | Jim Meyering | |
Reported by David S. Miller (davem@caip.rutgers.edu). | |||
1996-08-31 | (usage): remove spurious trailing \n in puts. | Jim Meyering | |
1996-08-29 | (usage): Tell where to report bugs. | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-03-24 | Update FSF's address. | Jim Meyering | |
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering | |
1996-03-16 | Don't include version.h. | Jim Meyering | |
(main): Use PACKAGE_VERSION instead of version_string. | |||
1996-03-12 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering | |
bindtextdomain, and textdomain. | |||
1996-03-06 | (usage): Reorder --time and --help so --help is the latter (just | Jim Meyering | |
before --version) to be consistent with other usage functions. | |||
1995-12-22 | Include argmatch.h. | Jim Meyering | |
1995-11-29 | Mark all translatable strings using po-mode.el. | Jim Meyering | |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering | |
1995-11-10 | (main): Move to the end. | Jim Meyering | |
Remove fwd dcls. | |||
1995-11-09 | Protoize. | Jim Meyering | |