summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-07(swallow_file_in_memory): Use a `%s' format in error call,Jim Meyering
in case the argument string contains a `%'.
1999-03-07(swallow_file_in_memory): Slurp up the whole file atJim Meyering
once on MSDOS as well, but we have to relax the test for whether reading it succeeded.
1999-03-07[__DJGPP__]: Include <io.h> and <sys/exceptn.h>.Jim Meyering
1999-03-06.Jim Meyering
1999-03-06*** empty log message ***Jim Meyering
1999-03-06.Jim Meyering
1999-03-06.Jim Meyering
1999-03-06*** empty log message ***Jim Meyering
1999-03-06Include long-options.h.Jim Meyering
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks.
1999-03-04*** empty log message ***Jim Meyering
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04*** empty log message ***Jim Meyering
1999-03-04Include long-options.hJim Meyering
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks.
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04(main): Include author name argument in call to parse_long_options.Jim Meyering
1999-03-04Include long-options.hJim Meyering
[long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Remove `const' attribute from dcl of argv parameter. Call bindtextdomain and textdomain. Use parse_long_options, including author name(s). Remove the show_version and show_help blocks.
1999-03-04(main): Include author name argument.Jim Meyering
1999-03-04*** empty log message ***Jim Meyering
1999-03-04Include long-options.hJim 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-03-04Update prototype.Jim Meyering
1999-03-04(_): Define it.Jim Meyering
(parse_long_options): Accept new parameter, authors, and print it.
1999-03-03*** empty log message ***Jim Meyering
1999-03-02*** empty log message ***Jim Meyering
1999-03-02(read_utmp) [HAVE_UTMPNAME]: Rewrite.Jim Meyering
1999-03-02import latestJim Meyering
1999-02-19*** empty log message ***Jim Meyering
1999-02-19<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.Jim Meyering
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.
1999-02-17*** empty log message ***Jim Meyering
1999-02-17(AM_GNU_GETTEXT): Do `changequote' around use of bracketsJim Meyering
in macro definition. From Eli Zaretskii and Alain Magloire.
1999-02-17tweak commentJim Meyering
1999-02-17(wipename): Fix string thinko. Now, shredding filesJim Meyering
in subdirectories works (dir/file). From Janos Farkas.
1999-02-17*** empty log message ***Jim Meyering
1999-02-16new version from UliJim Meyering
1999-02-16.Jim Meyering
1999-02-16.Jim Meyering
1999-02-16(usage): add \n\Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-16*** empty log message ***Jim Meyering
1999-02-16(main): #ifdef-out unreachable code.Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-16(usage): Add a one-line description.Jim Meyering
1999-02-16update copyright datesJim Meyering
1999-02-15*** empty log message ***Jim Meyering
1999-02-15*** empty log message ***Jim Meyering
1999-02-15*** empty log message ***Jim Meyering
1999-02-14.Jim Meyering
1999-02-14*** empty log message ***Jim Meyering
1999-02-14(dc_parse_stream): Don't try to dereference NULLJim Meyering
if there's an error is in our built-in list.
1999-02-14*** empty log message ***Jim Meyering
1999-02-14(main): Set x.backup_type only if backups are requested.Jim Meyering
(cp_option_init): Initialize backup_type. (backup_type): Remove unused variable.