Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | Fix cross-compilation guesses on Solaris. | Bruno Haible | 2010-12-21 | 1 | -2/+2 |
| | | | | | | | | * m4/fopen.m4 (gl_FUNC_FOPEN): Correct shell pattern so that it does not match "solaris2.10". * m4/open.m4 (gl_FUNC_OPEN): Likewise. * m4/printf.m4 (gl_SNPRINTF_TRUNCATION_C99, gl_SNPRINTF_DIRECTIVE_N, gl_VSNPRINTF_ZEROSIZE_C99): Likewise. | ||||
* | Modernize AC_TRY_RUN invocations. | Bruno Haible | 2010-08-26 | 1 | -2/+5 |
| | |||||
* | open, fopen: Update regarding AIX. | Bruno Haible | 2010-07-30 | 1 | -4/+5 |
| | |||||
* | 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 test-fopen failure on mingw. | Bruno Haible | 2009-01-17 | 1 | -11/+15 |
| | |||||
* | 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>. | ||||
* | Override fopen more carefully. | Bruno Haible | 2008-09-28 | 1 | -1/+8 |
| | |||||
* | Work around bug with trailing slash on Solaris 9 and HP-UX 11.00. | Bruno Haible | 2008-08-30 | 1 | -2/+35 |
| | |||||
* | New modules 'fopen' and 'freopen'. | Bruno Haible | 2007-10-07 | 1 | -0/+17 |