summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-16.Jim Meyering
2006-02-16.Jim Meyering
2006-02-15*** empty log message ***Jim Meyering
2006-02-15(alpha beta major): For `make major', ensure that theJim Meyering
version string is of the form N.N[.N]*, where N is one or more digits.
2006-02-14Sync from gnulib.Paul Eggert
2006-02-14fix typo in diagnosticJim Meyering
2006-02-14*** empty log message ***Jim Meyering
2006-02-14update from gnulibJim Meyering
2006-02-14update from gnulibJim Meyering
2006-02-13Clarify wording in the light of later comments from the Open GroupPaul Eggert
and from rms.
2006-02-13*** empty log message ***Jim Meyering
2006-02-13(all): Emit diagnostics to stderr, not stdout.Jim Meyering
2006-02-12*** empty log message ***Jim Meyering
2006-02-12(patch-check): New target.Jim Meyering
(local-checks-available): Add to the list.
2006-02-12*** empty log message ***Jim Meyering
2006-02-12(Character sets): Don't say that an unknownJim Meyering
backslash-escape causes an error message -- it doesn't. Mention that `\' also removes any special significance, so is useful for [, ], *, -. Prompted by Richard Neill in http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937
2006-02-12(Character sets): Don't say that an unknownJim Meyering
backslash-escape causes an error message -- it doesn't.
2006-02-12fix typo in commentJim Meyering
2006-02-11.Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11Adjust two expected diagnostics, now that they'reJim Meyering
a tiny bit less precise: cannot remove `a/1': ... instead of cannot open directory `a/1': ...
2006-02-11.Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11.Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11(EXTRA_DIST): Add c99-to-c98.diff.Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11(EXTRA_DIST): Add .x-po-check.Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11Bug fix:Jim Meyering
rm -r must remove an empty directory, even if it is inaccessible.
2006-02-11rm -r must remove an empty directory, even if it is inaccessible.Jim Meyering
(close_preserve_errno): New function. (fd_to_subdirp): Don't print a diagnostic in this function. Do it from the callers instead, unless rmdir succeeds. (remove_cwd_entries, remove_dir): Adjust callers.
2006-02-11(TESTS): Add empty-inacc.Jim Meyering
2006-02-11# Ensure that rm -rf removes an empty-and-inaccessible directory.Jim Meyering
2006-02-11add a commentJim Meyering
2006-02-11*** empty log message ***Jim Meyering
2006-02-11(syntax-check-rules): Automatically derive this list of sc_-prefixed rule names.Jim Meyering
2006-02-11Makefile.maint import from Bison.Paul Eggert
2006-02-11(CVS_LIST): Don't assume cvsu is available.Paul Eggert
(CVS_LIST_EXCEPT): New macro, to simplify exception-processing. Most uses of CVS_LIST changed to use CVS_LIST_EXCEPT. (syntax-check-rules): Bring back sc_changelong. (Hmm, why did it go away? was that an accident?) (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value): (sc_cast_of_alloca_return_value, sc_space_tab, sc_prohibit_atoi_atof): (sc_error_exit_success, sc_file_system, sc_no_if_have_config_h): (sc_system_h_headers, sc_sun_os_names, sc_trailing_blank): (sc_two_space_separator_in_usage, sc_unmarked_diagnostics): (sc_obsolete_symbols, sc_changelog, sc_prohibit_jm_in_m4): (sc_useless_cpp_parens, makefile-check, m4-check, po-check): (author_mark_check, makefile_path_separator_check): Output line numbers, to simplify navigation of Emacs *compilation* buffers. (sc_prohibit_atoi_atof, sc_file_system): Rework slightly so that Makefile.maint doesn't get reported as a violation of its own syntax rules. (sc_dd_max_sym_length): Use ifneq to do nothing, instead of doing it at run-time (which didn't work with Bison). Fix a makefile typo, caught by Makefile.maint itself: spaces where a tab should be. (po-check): Check lib/*.[ch] even if not in CVS; used by Bison, which copies from ../gnulib/lib/*.[ch] to lib/*.[ch]. Ignore djgpp and man subdirectories, to avoid false matches with Bison and coreutils, respectively. Use sort -u to remove the resulting duplicates.
2006-02-11Rework slightly to avoid bogus warning fromPaul Eggert
sc_two_space_separator_in_usage.
2006-02-11Fix typo in previous checkin: I deleted a '2' by mistake.Paul Eggert
2006-02-10*** empty log message ***Jim Meyering
2006-02-10Use gzip's --rsyncable option only if it's available.Jim Meyering
(gzip_rsyncable): New variable. (GZIP_ENV): Use it.