add new standards subfile
[gnulib.git] / doc / posix-functions /
2008-10-28 Simon JosefssonAdd modules for sys/times.h header and times function.
2008-10-25 Bruno HaibleOverride the gethostname() declaration on native Window...
2008-10-21 Bruno HaibleCleanup and simplify winsock split changes.
2008-10-21 Simon JosefssonSplit winsock.c into many smaller files.
2008-10-19 Bruno HaibleNew module 'atoll'.
2008-10-19 Bruno HaibleUpdate doc regarding mingw.
2008-10-11 Bruno HaibleMake sleep work on older versions of mingw.
2008-10-11 Bruno HaibleNew module 'shutdown'.
2008-10-11 Bruno HaibleNew module 'fclose'.
2008-10-10 Bruno HaibleNew module 'ioctl'.
2008-10-10 Bruno HaibleMention new module 'close'.
2008-10-06 Bruno HaibleNew modules 'accept', 'bind', 'connect', 'getpeername...
2008-10-05 Bruno HaibleUpdate after module 'select' was created.
2008-10-02 Richard W.M. Jonesfsync: new module
2008-10-01 Bruno HaibleAvoid the broken posix_spawn function on AIX 5.3 and...
2008-09-29 Paolo Bonzinidocumentation update for mingw socket functions
2008-09-28 Bruno HaibleTweak patch that overrides open() and fopen().
2008-09-28 Bruno HaibleNew module 'posix_spawnp'.
2008-09-28 Bruno HaibleNew module 'posix_spawn'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_destroy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setsigmask'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getsigmask'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setsigdefault'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getsigdefault'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setschedpolicy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getschedpolicy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setschedparam'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getschedparam'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setpgroup'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getpgroup'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setflags'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getflags'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_init'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_destroy'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_addopen'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_adddup2'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_addclose'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_init'.
2008-09-26 Bruno HaibleSupport SIGPIPE in stdio functions for writing.
2008-09-26 Bruno HaibleNew module 'write'.
2008-09-24 Eric Blakeopen, fopen: close fd leak in last patch
2008-09-24 Bruno HaibleEnsure that a filename ending in a slash cannot be...
2008-09-23 Eric Blakec-stack: work around Irix sigaltstack bug
2008-09-23 Eric Blakefopen: document mingw bug on directories
2008-09-23 Bruno HaibleAdd info about functions missing on IRIX 5.3.
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-09-15 Bruno HaibleOverride <errno.h> also on Cygwin.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleDoc tweak.
2008-09-14 Bruno HaibleExtend strerror to cover the added errno values.
2008-09-12 Eric Blakefrexp: test for NetBSD failure on -0.0
2008-08-30 Bruno HaibleWork around bug with trailing slash on Solaris 9 and...
2008-08-25 Bruno HaibleFix description of strftime module.
2008-08-17 Eric Blakec-stack: fix regression on Irix 5.3 from 2008-06-21
2008-07-26 Ben PfaffAdd isinf module.
2008-07-12 Ben PfaffAdd isnan module.
2008-06-22 Bruno HaibleMove and fix the obsolescence note.
2008-06-21 Eric BlakeNew module sigaction, for mingw.
2008-06-12 Bruno HaibleWork around open() bug on HP-UX 11 and Solaris 9.
2008-06-07 Bruno HaibleFix doc about _setjmp.
2008-06-06 Eric BlakeDocument abort() bugs.
2008-05-20 Jim Meyeringremove trailing blanks
2008-05-15 Eric BlakeGlibc finally accepted the memmem speedup code, bugzill...
2008-04-28 Bruno HaibleMention a problem on mingw.
2008-04-27 Bruno HaibleFix 'isfinite' on x86, x86_64, ia64 platforms.
2008-04-21 Bruno HaibleReplace the isw* functions on Linux libc5.
2008-04-21 Simon Josefsson(strftime): Explain better Windows incompatibility.
2008-04-20 Bruno HaibleWork around roundf() bug on mingw.
2008-04-20 Bruno HaibleDocument snprintf bug on Linux libc5.
2008-04-18 Simon Josefssondoc/posix-functions/strftime.texi (strftime): Clarify...
2008-04-17 Simon JosefssonFix typo.
2008-04-17 Simon JosefssonMention that strftime %e doesn't work under Windows.
2008-04-13 Bruno HaibleWork around a HP-UX stdio bug.
2008-04-13 Bruno HaibleMake truncl work on OSF/1 4.0.
2008-03-31 Bruno HaibleUpdate test results on OSF/1.
2008-03-31 Eric BlakeCorrect docs for Solaris strtod.
2008-03-31 Eric BlakeMore strtod documentation.
2008-03-30 Bruno HaibleAdd info about many more platforms.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Eric BlakeMore strtod touchups.
2008-03-30 Eric BlakeAdd hex float support.
2008-03-30 Eric BlakeDocument various strtod bugs, with some fixes.
2008-03-11 Bruno HaibleCorrect the va_copy definition for AIX 5.
2008-03-09 Bruno HaibleFix mistake in last commit.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2008-03-02 Jim MeyeringRemove useless "if" tests before free. Deprecate ...
2008-02-24 Bruno HaibleFix a build problem on HP-UX 10.
2008-02-24 Bruno HaibleDocumentation tweak, reported by Peter O'Gorman.
2008-02-24 Bruno HaibleNew module 'environ'.
2008-02-24 Bruno HaibleDocumentation about problem on MacOS X 10.
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2008-01-19 Bruno HaibleRename two directories: headers -> posix-headers, funct...