summaryrefslogtreecommitdiff
path: root/doc/functions
Commit message (Expand)AuthorAgeFilesLines
* Touch up previous patch.Eric Blake2008-01-141-3/+3
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-141-0/+29
* More notes about specific platforms.Bruno Haible2008-01-122-6/+6
* Avoid quadratic strstr implementations.Eric Blake2008-01-101-1/+5
* Small tweaks to memmem module.Bruno Haible2008-01-101-8/+12
* Work around OpenBSD 4.0 tdelete() bug.Bruno Haible2008-01-101-0/+4
* Undo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.Bruno Haible2008-01-101-4/+0
* Add memmem-simple module.Eric Blake2008-01-091-3/+3
* Detect wcwidth bug on OpenBSD 4.0.Bruno Haible2008-01-081-0/+4
* Rewrite memmem to guarantee linear complexity without malloc.Eric Blake2008-01-081-4/+8
* Fix memmem test for mingw.Eric Blake2008-01-051-0/+28
* Split setenv module into setenv and unsetenv. Get rid of setenv.h.Bruno Haible2007-12-261-3/+4
* Revert addition of verify, for BSD/OS.Eric Blake2007-12-173-0/+12
* Fix frexp on mingw.Eric Blake2007-12-041-1/+1
* Make cygwin fseeko check more reliable.Eric Blake2007-12-042-2/+2
* Mention a mingw problem.Bruno Haible2007-12-041-0/+3
* Detect round() bug on NetBSD 3.0/x86.Bruno Haible2007-11-111-0/+3
* Document and work around a BeOS snprintf() bug.Bruno Haible2007-11-092-0/+8
* Fix *printf behaviour for large precisions on mingw and BeOS.Bruno Haible2007-11-048-0/+32
* Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.Bruno Haible2007-11-038-0/+24
* Fix documentation about what the 'putenv' module provides.Bruno Haible2007-11-021-5/+5
* Implement 'isfinite' module.Ben Pfaff2007-10-271-3/+6
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-203-12/+12
* New module 'ceil'.Bruno Haible2007-10-201-1/+1
* New module 'floor'.Bruno Haible2007-10-201-1/+1
* New module 'iconv_open-utf': Enhance iconv_open to support UTF-{16,32}{BE,LE}.Bruno Haible2007-10-141-1/+9
* Don't claim strerror is broken on Interix.Eric Blake2007-10-111-1/+1
* New modules 'fopen' and 'freopen'.Bruno Haible2007-10-072-2/+8
* New module 'open'.Bruno Haible2007-10-071-1/+4
* New module 'ceill'.Bruno Haible2007-10-051-4/+4
* New module 'ceilf'.Bruno Haible2007-10-051-4/+4
* New module 'floorl'.Bruno Haible2007-10-051-4/+4
* New module 'floorf'.Bruno Haible2007-10-051-4/+4
* New module 'truncl'.Bruno Haible2007-10-051-4/+4
* New module 'truncf'.Bruno Haible2007-10-051-4/+4
* New module 'trunc'.Bruno Haible2007-10-041-4/+4
* Fix strerror on Interix.Eric Blake2007-09-251-0/+5
* Update portability list.Bruno Haible2007-09-092-11/+8
* New module 'malloc-posix'.Bruno Haible2007-09-091-1/+5
* New module 'realloc-posix'.Bruno Haible2007-09-091-1/+5
* New module 'calloc-posix'.Bruno Haible2007-09-091-1/+5
* Getline touchups.Eric Blake2007-08-232-0/+50
* Another lseek bug on BeOS.Bruno Haible2007-08-191-0/+5
* Work around lseek bug on BeOS.Bruno Haible2007-08-191-1/+1
* Work around MacOS X wcwidth(0x0301) bug.Bruno Haible2007-07-071-4/+4
* Work around a buggy frexpl function on MacOS X 10.4/PowerPC.Bruno Haible2007-06-161-1/+1
* Update after Eric Blake found that frexpl doesn't work right on mingw.Bruno Haible2007-06-021-1/+1
* Don't work around an lseek POSIX compliance bug on IRIX.Bruno Haible2007-06-021-0/+5
* New module 'ftell'.Bruno Haible2007-05-281-2/+2
* New module 'fseek'.Bruno Haible2007-05-281-2/+2