summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)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
* 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
* 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
* 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
* * lib/stat-time.h (USE_BIRTHTIME): Remove.Paul Eggert2007-03-271-83/+33
* 2007-03-27 Bruno Haible <bruno@clisp.org>Bruno Haible2007-03-271-0/+95
* 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
* 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