Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081 | ||||
* | Fix *printf behaviour regarding the %ls directive. | Bruno Haible | 2009-02-26 | 1 | -10/+16 |
| | |||||
* | many *.m4 files: improve m4 quoting | Jim Meyering | 2009-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | 99% of this change was performed by running the following commands: git ls-files | grep '\.m4$' | xargs perl -pi \ -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \ -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g' perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4 The remainder were to add Copyright dates, increment serial numbers, undo some changes in comments, exclude m4/intl.m4, and add quotes around the "1" in ",1" where the unusual spacing prohibited the above regexps from doing the job. For more details, see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>. | ||||
* | Support SIGPIPE in stdio functions for writing. | Bruno Haible | 2008-09-26 | 1 | -1/+3 |
| | |||||
* | Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C | Bruno Haible | 2008-03-30 | 1 | -2/+1 |
| | | | | code. | ||||
* | Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20. | Bruno Haible | 2008-02-07 | 1 | -8/+14 |
| | |||||
* | Fix *printf behaviour for large precisions on mingw and BeOS. | Bruno Haible | 2007-11-04 | 1 | -5/+11 |
| | |||||
* | Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD. | Bruno Haible | 2007-11-03 | 1 | -4/+10 |
| | |||||
* | Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1. | Bruno Haible | 2007-05-20 | 1 | -13/+19 |
| | |||||
* | Fix *printf result for NaN, Inf, -0.0 on mingw. | Bruno Haible | 2007-05-19 | 1 | -11/+17 |
| | |||||
* | Add support for 'long double' number output. | Bruno Haible | 2007-05-18 | 1 | -9/+16 |
| | |||||
* | Work around an incorrect implementation of the 0 flag on most platforms. | Bruno Haible | 2007-05-06 | 1 | -3/+9 |
| | |||||
* | Work around lack of support of grouping flag. | Bruno Haible | 2007-05-06 | 1 | -3/+9 |
| | |||||
* | Implement the %F directive if the system doesn't implement it correctly. | Bruno Haible | 2007-04-11 | 1 | -5/+11 |
| | |||||
* | Prefer nl_langinfo over localeconv. | Bruno Haible | 2007-03-26 | 1 | -6/+2 |
| | |||||
* | New module 'vfprintf-posix'. | Bruno Haible | 2007-03-09 | 1 | -0/+52 |