summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***FILEUTILS-4_1_1Jim Meyering2001-11-041-0/+4
|
* Remove unused cruft that saved, set, and restored $DEFS.Jim Meyering2001-11-041-4/+1
|
* *** empty log message ***Jim Meyering2001-11-031-0/+3
|
* (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg of AC_DEFUN.Jim Meyering2001-11-031-1/+1
|
* *** empty log message ***Jim Meyering2001-11-031-0/+3
|
* (ARGMATCH_TO_ARGUMENT): Remove casts of first two argsJim Meyering2001-11-031-2/+2
| | | | in argmatch_to_argument call.
* it's CFLAGS, not DEFSJim Meyering2001-11-031-3/+3
|
* fix indentation of cpp `#'sJim Meyering2001-11-031-6/+6
|
* .Jim Meyering2001-11-031-0/+5
|
* *** empty log message ***Jim Meyering2001-11-031-0/+3
|
* (dirfd): Reflect the fact that DIR_TO_FD now takes an argument.Jim Meyering2001-11-031-1/+1
|
* (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have toJim Meyering2001-11-031-21/+21
| | | | know the name of the variable in the macro definition.
* *** empty log message ***Jim Meyering2001-11-031-0/+5
|
* (hash_clear): Fix a bug that could lead to an infloop orJim Meyering2001-11-031-3/+6
| | | | e.g., a fault due to an attempt to free a NULL pointer.
* (re_wctype): Try to fix some warnings.emacs-unicode-baseStefan Monnier2001-11-021-8/+10
| | | | (regcomp, regexec): Don't forget the __restrict.
* put `const' back, now that the .m4 test worksJim Meyering2001-11-021-1/+1
|
* Use the replacement only if we have neither the functionJim Meyering2001-11-021-4/+6
| | | | nor a declaration.
* remove constJim Meyering2001-11-011-1/+1
|
* whoopsJim Meyering2001-11-011-1/+1
|
* *** empty log message ***Jim Meyering2001-11-011-1/+1
|
* (libfetish_a_SOURCES): Add dirfd.h.Jim Meyering2001-11-011-0/+1
|
* .Jim Meyering2001-11-013-36/+43
|
* *** empty log message ***Jim Meyering2001-11-011-0/+3
|
* *** empty log message ***Jim Meyering2001-11-012-0/+57
|
* use AC_HEADER_DIRECT and all the associated cruftJim Meyering2001-11-011-3/+19
|
* don't indent the #include directiveJim Meyering2001-11-011-1/+1
|
* check for decl, tooJim Meyering2001-11-011-0/+1
|
* *** empty log message ***Jim Meyering2001-11-011-0/+5
|
* (jm_MACROS): Require UTILS_FUNC_DIRFD.Jim Meyering2001-11-011-0/+1
|
* (UTILS_FUNC_DIRFD): New macro.Jim Meyering2001-11-011-0/+49
|
* *** empty log message ***Jim Meyering2001-11-011-0/+4
|
* (hash_print) [TESTING]: Clean up.Jim Meyering2001-11-011-2/+3
|
* Checking initial copies various licenses, README, and general COPYING document.Jeff Bailey2001-10-227-0/+1687
|
* .Jim Meyering2001-10-221-3/+8
|
* (alloca): Define to __builtin_alloca if __GNUC__,Jim Meyering2001-10-221-1/+3
| | | | to avoid a warning if -Wall.
* *** empty log message ***Jim Meyering2001-10-221-0/+4
|
* (uintptr_t): Remove macro and decl; it's config.h's job.Jim Meyering2001-10-221-6/+0
|
* whoops! fix comment on first line :-)Jim Meyering2001-10-211-1/+1
|
* *** empty log message ***Jim Meyering2001-10-211-0/+1
|
* (_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering2001-10-211-1/+1
| | | | | this code would end up calling gettext even in packages built with --disable-nls.
* *** empty log message ***Jim Meyering2001-10-211-0/+1
|
* (_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering2001-10-211-1/+1
| | | | | this code would end up calling gettext even in packages built with --disable-nls.
* *** empty log message ***Jim Meyering2001-10-211-0/+6
|
* (_): Honor the setting of ENABLE_NLS. Otherwise,Jim Meyering2001-10-211-1/+1
| | | | | this code would end up calling gettext even in packages built with --disable-nls.
* *** empty log message ***Jim Meyering2001-10-211-0/+12
|
* (strerror_r): Do not declare unless !_LIBC.Jim Meyering2001-10-211-48/+51
| | | | | | | | | | | Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P. Use strerror_r that is only a macro, even if it is not a function. (strerror): Check for HAVE_DECL_STRERROR before declaring. (private_strerror): Use prototypes, not old-style function definition. (print_errno_message): New function. Support the POSIX 'int'-flavored strerror_r, as well as the traditional char*-flavored one. (error_tail, error, error_at_line): Use it.
* *** empty log message ***Jim Meyering2001-10-211-0/+15
|
* (jm_PREREQ_ERROR):Jim Meyering2001-10-211-2/+3
| | | | | Do not invoke AC_CHECK_FUNCS with strerror_r, as AC_FUNC_STRERROR_R does that.
* Add copyright notice, as nontrivial m4 filesJim Meyering2001-10-211-45/+38
| | | | | | | | | are supposed to have them these days. (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached. Merge changes from latest Autoconf CVS. Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p, and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since POSIX decided to standardize on the int flavor of strerror_r.
* *** empty log message ***Jim Meyering2001-10-111-0/+5
|