summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* ldexpl can depend on isnanl. Requiring isnanl-nolibm is overkill.Bruno Haible2007-04-031-1/+1
|
* * lib/stat-time.h: (get_stat_birthtime): Check for zero-valuedPaul Eggert2007-04-031-12/+15
| | | | | | | | birthtime on all systems, not just those which use st_birthtimensec rather than st_birthtim. Putting zero in st_bithtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates that the birth time is not available for files on an NFS mount.
* Make ldexpl truly independent of libmEric Blake2007-04-031-2/+2
|
* Handle collision with EX_OK from IRIX <unistd.h>.Bruno Haible2007-04-031-0/+8
|
* It was a joke.Bruno Haible2007-04-032-165/+0
|
* New module 'phystemp'.Bruno Haible2007-04-012-0/+165
|
* Do an indirect conversion if iconv_open does not support a direct conversion.Bruno Haible2007-03-312-38/+94
|
* New module 'iconv_open'.Bruno Haible2007-03-316-0/+334
|
* Use _GL_ as double-inclusion guard macro prefix.Bruno Haible2007-03-308-26/+27
|
* * lib/write-any-file.c (can_write_any_file): Fix else-else bugPaul Eggert2007-03-301-3/+4
| | | | reported by Bruno Haible.
* Set the FPU control word as needed for 'long double' computations.Bruno Haible2007-03-301-11/+26
|
* New module 'ldexpl'.Bruno Haible2007-03-301-3/+7
|
* * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,Paul Eggert2007-03-291-4/+4
| | | | | | | | | | to work around a problem on OSF/1 5.1 reported by Bruno Haible. 2007-03-29 Eric Blake <ebb9@byu.net> * lib/acl-internal.h: Remove redundant include. (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by Cygwin when a file is locked.
* Tweak last patch: Sync with gettext.Bruno Haible2007-03-292-4/+4
|
* Take care of IN_LIBINTL situation.Bruno Haible2007-03-292-2/+10
|
* autoupdateKarl Berry2007-03-292-26/+44
|
* Some refactoring.Bruno Haible2007-03-281-46/+77
|
* Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.Bruno Haible2007-03-281-7/+4
|
* New modules 'unistr/u8-mbtoucr', 'unistr/u16-mbtoucr', 'unistr/u32-mbtoucr'.Bruno Haible2007-03-281-0/+23
|
* New module 'unistr/u32-mbtoucr'.Bruno Haible2007-03-281-0/+41
|
* New module 'unistr/u16-mbtoucr'.Bruno Haible2007-03-281-0/+56
|
* New module 'unistr/u8-mbtoucr'.Bruno Haible2007-03-281-0/+287
|
* Move vasprintf prototypes to stdio.Simon Josefsson2007-03-275-75/+22
|
* Use multithread-safe primitives for determining the decimal point character.Bruno Haible2007-03-271-24/+29
|
* Support sub-second birthtime on cygwin.Eric Blake2007-03-271-3/+5
| | | | | | * 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-83/+33
| | | | | | | | | | | | | (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-0/+95
| | | | | | | | | | | | * 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.
* Better support of signalling NaNs.Bruno Haible2007-03-268-15/+44
|
* Update after utf8-ucs4-unsafe.h and utf16-ucs4-unsafe.h were removed.Bruno Haible2007-03-261-4/+1
|
* If <sysexits.h> exists but is missing values, fill in the missing values.Bruno Haible2007-03-261-18/+31
|
* Don't access hints->ai_flags when hints is NULL.Bruno Haible2007-03-261-1/+1
|
* Avoid compiler warnings.Bruno Haible2007-03-262-2/+2
|
* Prefer nl_langinfo over localeconv.Bruno Haible2007-03-261-4/+21
|
* Support 'j' size specifier on all platforms.Bruno Haible2007-03-261-6/+8
|
* Provide a replacement for frexpl() if the system has it but it doesn't work.Bruno Haible2007-03-251-1/+4
|
* Fix indentation.Bruno Haible2007-03-251-7/+7
|
* Work around DEC C 6.4 compiler bug.Bruno Haible2007-03-251-2/+5
|
* Make sure 'struct stat' is defined before glob-libc.h uses it. Fixes a warningBruno Haible2007-03-251-0/+5
| | | | on AIX 5.1.
* Avoid HP-UX cc warning.Bruno Haible2007-03-251-2/+3
|
* Avoid HP-UX cc compiler warning.Bruno Haible2007-03-251-1/+1
|
* Avoid compiler warning.Bruno Haible2007-03-251-1/+1
|
* Avoid circular definition restrict -> __restrict -> restrict on BeOS.Bruno Haible2007-03-251-3/+5
|
* Oops, fix ANSI C syntax error introduced in last patch.Bruno Haible2007-03-251-88/+90
|
* New module 'search'.Bruno Haible2007-03-252-12/+45
|
* New module 'fpucw'.Bruno Haible2007-03-254-1/+144
|
* Correct bitwise comparison of 'long double' numbers.Bruno Haible2007-03-251-8/+5
|
* Correct bitwise comparison of 'long double' numbers.Bruno Haible2007-03-251-2/+6
|
* Support for bitwise comparison of floating-point numbers.Bruno Haible2007-03-251-0/+150
|
* Fix includes.Bruno Haible2007-03-251-2/+2
|
* Enable the function only if HAVE_INLINE.Bruno Haible2007-03-246-0/+24
|