2011-01-01 |
Ben Pfaff | unigbrk.in.h: Fix typo: "ben" => "been". |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | maint: update almost all copyright ranges to include... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | maint: update-copyright: exempt doc/INSTALL* |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | maint: refine the update-copyright rule |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Ben Pfaff | unigbrk: New modules for grapheme clusters. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Ben Pfaff | unigbrk: Fix uc_graphemeclusterbreak_property(), add... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Bruno Haible | Avoid use of hexadecimal escapes. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | maint: new rule to update copyright year ranges |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | maint: indent with TABs in Makefile |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Jim Meyering | version-etc: update the copyright year it reports |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Bruno Haible | isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Bruno Haible | pwrite: Work around HP-UX 11.11 bug. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Bruno Haible | pread: Work around HP-UX 11 bugs. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Eric Blake | nl_langinfo: fix YESEXPR on Irix 6.5 |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | iconv: Document HP-UX 11 bug. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | ldexpl: Fix link error on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Eric Blake | ftello: avoid compilation failure with SunStudio c89 |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Eric Blake | tests: avoid failing coreutils tests on cygwin |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | sys_select: Avoid warning about missing memset declarat... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | waitpid: Fix link error in C++ mode. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | isnan: Use GCC built-ins when possible. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | isnand: Fix mistake. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | open: Avoid C++ error on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Bruno Haible | time_r: Add missing declarations on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Eric Blake | mountlist: tweak previous commit |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Eric Blake | mountlist: fix local drive detection on cygwin |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Paul Eggert | ftoastr, snprintf: ftoastr + snprintf module |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Paul Eggert | alloca: one step towards thread-safety |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Paul Eggert | tests: minor indenting change |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Jim Meyering | regex: don't infloop on persistent failing calloc |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Bruno Haible | linkat: Make implementation robust against system behav... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Ben Pfaff | New modules for grapheme cluster breaking. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | linkat test: Avoid failure on Solaris 11 2010-11. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Paul Eggert | utimens: work around glibc rounding bug on more platforms |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Improve comments. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Safer way of handling timeout. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Use 'bool' where appropriate. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Use existing modules. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | mbrtowc: Work around a Solaris 7 bug. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Jim Meyering | read-file.c: tweak syntax |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | times test: Avoid gcc warnings on OSF/1. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Paul Eggert | utimens: work around glibc rounding bug on older Linux... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | inet_ntop: Hide mismatch of declaration on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | inet_ntop, inet_pton: Ensure declaration on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | arpa_inet: Use the common idioms with C++ support. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | Fix more C++ link errors on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | printf-posix: Fix link error when a non-GCC compiler... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | strerror_r-posix: Update doc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Paul Eggert | utimens: simplify the logic of the previous change |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Paul Eggert | utimens: configure better on hosts with NFS clock skew |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ptsname test: Avoid failure on Solaris. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ptsname: Avoid ERANGE failure on some systems. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | rename, renameat: Avoid test failures at NFS mounted... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | iswblank: Fix C++ link error on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | unistd: Fix C++ link error on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | readlink doc: Mention an old glibc bug. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | fcntl-h: Fix for use of C++ on glibc systems. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | roundl-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | truncl-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ceill-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | Ensure all prerequisites of <wchar.h> are included. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | strtok_r: Fix C syntax error in autoconf macro. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ceil, trunc, round: Fix gcc warnings. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Karl Berry | update from texinfo |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | select tests: Avoid failures on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Eric Blake | stdint: avoid HP-UX 10.20 preprocessor bug |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Eric Blake | pipe: make obsoletion transition easier |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_socket: Hide mismatch of declarations on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | gethostname: Ensure declaration on NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_select: Ensure all necessary types on NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_select: Remove unneeded include. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | gethostname: Provide a fallback for HOST_NAME_MAX. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sigaction tests: Allow missing SA_RESETHAND and SA_RESTART. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | signal: Define NSIG. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | rename, renameat: Avoid test failures on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | *printf: Detect large precisions bug on Solaris 10... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Paul Eggert | tests: port test-fdutimensat.c to Solaris 8 |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Paul Eggert | vsnprintf: make more consistent with snprintf; doc... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Eric Blake | sigpipe: relax to LGPLv2+, since it did not have any... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | doc: document Solaris printf bug with large float preci... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | test-posixtm.c: add two tests |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | getlogin_r: Work around portability problem on OSF/1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ptsname: Avoid test failure on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | Port extended stdio modules to HP NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ttyname_r: Work around bug on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | Oops, fix last ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | round: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | trunc: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ceil: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | floor: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | getaddrinfo: Update doc. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | getaddrinfo, inet_ntop: Update doc for Solaris. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'roundl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'truncl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'ceill-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'floorl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'round-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'trunc-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'ceil-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'floor-ieee'. |
commit | commitdiff | tree | snapshot |
next |