summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the dependencies on libm.Bruno Haible2007-04-034-0/+4
|
* Avoid performing the test for real on x86 or x86_64 platforms running MacOS X.Bruno Haible2007-04-031-10/+26
|
* Regarding integer division by 0, x86_64 behaves like i386.Bruno Haible2007-04-031-1/+1
|
* New module 'iconv_open'.Bruno Haible2007-03-312-0/+68
|
* Declare frexpl() when the system doesn't have it.Bruno Haible2007-03-311-0/+1
|
* Declare ldexpl() when the system doesn't have it.Bruno Haible2007-03-311-0/+1
|
* Check against unusable HP-UX iconv.Bruno Haible2007-03-311-20/+55
|
* Detect broken AIX iconv() function.Bruno Haible2007-03-301-4/+47
|
* New module 'ldexpl'.Bruno Haible2007-03-304-8/+98
|
* Declare frexpl() in the test.Bruno Haible2007-03-301-0/+1
|
* * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother toPaul Eggert2007-03-291-3/+4
| | | | | | | try to remove a parent directory if the child couldn't be removed (except for the first rmdir, which could fail because the child doesn't exist). Problem reported by Jeff Blaine in <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
* autoupdateKarl Berry2007-03-291-4/+4
|
* Move vasprintf prototypes to stdio.Simon Josefsson2007-03-272-4/+9
|
* Support sub-second birthtime on cygwin.Eric Blake2007-03-271-4/+9
| | | | | | * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim. * lib/stat-time.h (STAT_TIMESPEC): Adjust comments. (get_stat_birthtime): Also work with st_birthtim.
* * lib/stat-time.h (USE_BIRTHTIME): Remove.Paul Eggert2007-03-271-18/+10
| | | | | | | | | | | | | (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns): (get_stat_birthtime_ns): Do not try to use "spare" fields. (get_stat_birthtime_ns): Simplify compile-time tests. (get_stat_birthtime): Change the API to look like get_stat_mtime etc., except return a negative tv_nsec on error. * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME): Don't check for "spare" fields. (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec or for struct stat.st_birthtime, as these tests aren't used. * tests/test-stat-time.c (test_birthtime): Adjust to new API.
* 2007-03-27 Bruno Haible <bruno@clisp.org>Bruno Haible2007-03-271-2/+27
| | | | | | | | | | | | * lib/stat-time.h: Include <sys/stat.h>. 2007-03-27 James Youngman <jay@gnu.org> * lib/stat-time.h (get_stat_birthtime): New function for retrieving st_birthtime as provided by UFS2 (hence *BSD). * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime and its variants. * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME. * modules/stat-time-test: New file. * tests/test-stat-time.c: New test, devised by Bruno Haible.
* No tabs please.Bruno Haible2007-03-261-2/+2
|
* * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): FixEric Blake2007-03-261-1/+1
| | | | regression in logic sense of previous patch.
* * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): FixEric Blake2007-03-261-2/+4
| | | | regression in logic sense of previous patch.
* Don't use unportable shell statement.Bruno Haible2007-03-261-6/+8
|
* If <sysexits.h> exists but is missing values, fill in the missing values.Bruno Haible2007-03-261-5/+37
|
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-269-49/+29
|
* Add support for the SH CPU. Reported by Ben Pfaff.Bruno Haible2007-03-261-2/+9
|
* Oops, typo in compiler option.Bruno Haible2007-03-261-1/+1
|
* New module 'fpieee'.Bruno Haible2007-03-251-0/+45
|
* Avoid the completely broken frexpl() function of AIX 5.1.Bruno Haible2007-03-251-4/+12
|
* Provide a replacement for frexpl() if the system has it but it doesn't work.Bruno Haible2007-03-252-1/+45
|
* Check against a bug of frexp() on IRIX 6.5.Bruno Haible2007-03-251-5/+14
|
* New module 'search'.Bruno Haible2007-03-252-3/+40
|
* emove the special-casing of NetBSD.Bruno Haible2007-03-241-7/+2
|
* Fix last change.Bruno Haible2007-03-241-3/+3
|
* Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,Bruno Haible2007-03-242-22/+0
| | | | utf16-ucs4-unsafe.h, ucs4-utf8.h, ucs4-utf16.h. Use unistr.h instead.
* * MODULES.html.sh (File system functions): New module write-any-file.Paul Eggert2007-03-231-0/+15
| | | | | * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h: * m4/write-any-file.m4: New files.
* New module 'frexpl'.Bruno Haible2007-03-233-5/+53
|
* Don't use the system's frexp() if it does not work (example: NetBSD 3.0).Bruno Haible2007-03-221-3/+8
|
* Oops, don't use 'long double' here.Bruno Haible2007-03-221-2/+2
|
* New module 'frexp'.Bruno Haible2007-03-222-1/+95
|
* Oops.Bruno Haible2007-03-221-1/+1
|
* New module 'isnanl'.Bruno Haible2007-03-221-15/+131
|
* Remove module 'iconvme'.Bruno Haible2007-03-201-17/+0
|
* Add limited support for Solaris 10 ZFS-style ACLs: just enough toPaul Eggert2007-03-191-5/+21
| | | | | | | | | | | | | | | | | | | | | handle file_has_acl. * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files. * lib/acl.c: Move header inclusions and related macro defns into lib/acl-internal.h. (S_ISLNK): Remove defn, since that's now done for us. (file_has_acl): Move to lib/file-has-acl.c. Call acl_trivial if available. This is the crucial part of the fix. (acl_entries): Move to lib/acl_entries.c. Now extern, since it's shared within the library. Rewrite a bit, partly to make it compatible with the GNU coding style. * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]). Remove unnecessary double-quotes. Don't test for acl_to_text; the build will catch that. Replace acl_entries if it doesn't exist and it is needed. Check for -lsec and acl_trivial (as used on Solaris 10). * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c. (Depends-on): Add sys_stat, for S_ISLNK.
* autoupdateKarl Berry2007-03-181-3/+3
|
* Work around buggy locales in NetBSD 3.0.Bruno Haible2007-03-181-1/+9
|
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-152-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the iswprint macro. Needed on Solaris 2.5.1. 2007-03-12 Bruno Haible <bruno@clisp.org> * tests/test-printf-frexp.c (main): Declare x as volatile. 2007-03-12 Simon Josefsson <simon@josefsson.org> * doc/gnulib.texi (Build robot for gnulib): New section. 2007-03-12 Jim Meyering <jim@meyering.net> * build-aux/bootstrap: New file. * build-aux/bootstrap.conf: New file, from coreutils. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE. 2007-03-12 Simon Josefsson <simon@josefsson.org> * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to avoid collisions with 'des_setkey'. Reported by Bruno Haible <bruno@clisp.org>. Also change 'tripledes_' to '3des_'. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to compile, set LOCALE_TR_UTF8 to 'none' instead of empty. 2007-03-11 Bruno Haible <bruno@clisp.org> * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX formula. Needed for SunPRO C 5.0.
* mktime.c requires 'inline'.Bruno Haible2007-03-111-2/+5
|
* Require 'restrict'.Bruno Haible2007-03-111-1/+4
|
* New module 'printf-posix'.Bruno Haible2007-03-102-0/+25
|
* New module 'vprintf-posix'.Bruno Haible2007-03-092-0/+25
|
* New module 'fprintf-posix'.Bruno Haible2007-03-092-0/+54
|
* New module 'vfprintf-posix'.Bruno Haible2007-03-092-0/+54
|