summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-16Don't declare base_name.Jim Meyering
(usage): Don't make it static so that it can be called from libfu.a by xargmatch.
1999-01-16Remove declarations of base_name and get_version.Jim Meyering
(main): Don't call getenv ("VERSION_CONTROL"); xget_version does it. Use xget_version and function-style XARGMATCH.
1999-01-16(base_name): Declare.Jim Meyering
1999-01-16(quotearg_n_options): Declare n1 to be of typeJim Meyering
unsigned int, not just int.
1999-01-16(get_version): Adjust prototype.Jim Meyering
(xget_version): Add prototype. (base_name): Remove prototype.
1999-01-16[!HAVE_DECL_GETENV]: Declare getenv.Jim Meyering
(backup_args): Reorder enum members. (backup_types): Likewise. (get_version): Take an additional parameter, `context'. (xget_version): Like get_version, but if the `version' argument is NULL, use the value of the envvar VERSION_CONTROL. (base_name): Declare.
1999-01-16Add prototype for base_name.Jim Meyering
1999-01-16(usage): Don't make it static so that it can be called from libfu.a by ↵Jim Meyering
xargmatch.
1999-01-16(usage): Don't make it static so that it can be called from libfu.a by ↵Jim Meyering
xargmatch.
1999-01-16s/argmatch_exit_failure/argmatch_die/Jim Meyering
1999-01-16(EXIT_FAILURE): Define.Jim Meyering
(ARGMATCH_DIE): Use it.
1999-01-16*** empty log message ***Jim Meyering
1999-01-16(XARGMATCH): Define to return a value once again.Jim Meyering
(XARGCASEMATCH): Likewise.
1999-01-16(ARGMATCH_DIE): Provide default.Jim Meyering
(__xargmatch_internal): New function. s/rogram_name/program_name. From Akim Demaille.
1999-01-15import latestJim Meyering
1999-01-14*** empty log message ***Jim Meyering
1999-01-14Use `f', not `x' as temp. file name to avoid warnings from perl5.004.Jim Meyering
1999-01-14.Jim Meyering
1999-01-14*** empty log message ***Jim Meyering
1999-01-14(parse_long_options): Rename `usage' parameterJim Meyering
to avoid shadowing globally scoped function.
1999-01-14Don't prototype usage as static.Jim Meyering
1999-01-14Include closeout.h. (main): Use close_stdout.Jim Meyering
1999-01-14Include closeout.h. (main): Use close_stdout_status.Jim Meyering
1999-01-13.Jim Meyering
1999-01-13.Jim Meyering
1999-01-13*** empty log message ***Jim Meyering
1999-01-13new version from automakeJim Meyering
1999-01-13.Jim Meyering
1999-01-13.Jim Meyering
1999-01-13new version from glibcJim Meyering
1999-01-13new version from glibcJim Meyering
1999-01-12add parens, s/|/;/Jim Meyering
1999-01-12*** empty log message ***Jim Meyering
1999-01-12Rewrite to avoid using fmt.Jim Meyering
1999-01-11.Jim Meyering
1999-01-11*** empty log message ***Jim Meyering
1999-01-11.Jim Meyering
1999-01-11*** empty log message ***Jim Meyering
1999-01-11All of the following new code is protected by `#if DONT_UNLINK_WHILE_OPEN'Jim Meyering
(file_to_remove): New global. (fp_to_close): New global. (unlink_tempfile): New function. (record_tempfile): New function. (save_stdin): Call record_tempfile. Use SET_BINARY. (main): Use SET_BINARY and SET_BINARY2. From Eli Zaretskii.
1999-01-11*** empty log message ***Jim Meyering
1999-01-11*** empty log message ***Jim Meyering
1999-01-11.Jim Meyering
1999-01-11*** empty log message ***Jim Meyering
1999-01-11*** empty log message ***Jim Meyering
1999-01-11(copy_internal): Handle two more values of errno fromJim Meyering
failed rename of a directory into a subdirectory of itself.
1999-01-11*** empty log message ***Jim Meyering
1999-01-11(quotearg_buffer): Change escape_quoting_style so that it no longer escapes ` '.Jim Meyering
Suggestion from Paul Eggert.
1999-01-11(decode_switches): Now that escape_quoting_style no longerJim Meyering
escapes the SPACE character, arrange for SPACEs to be quoted here.
1999-01-11(ARGMATCH_QUOTING_STYLE): Change from c_quoting_style to escape_quoting_style.Jim Meyering
(argmatch_invalid): Now that the quoted quantity is no longer double quoted, remove the code that removed leading and trailing double quotes.
1999-01-11*** empty log message ***Jim Meyering