Mercurial > hg > octave-lojdl > gnulib-hg
comparison lib/ChangeLog @ 3526:6bceed7653e1
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 28 Sep 2001 19:35:01 +0000 |
parents | 34eca431af41 |
children | c12b5640ab64 |
comparison
equal
deleted
inserted
replaced
3525:e44e88ff96be | 3526:6bceed7653e1 |
---|---|
1 2001-09-28 Paul Eggert <eggert@twinsun.com> | |
2 | |
3 Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which | |
4 #defines strtoimax. Also treat the other strto* functions | |
5 like strtoimax. | |
6 | |
7 * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL. | |
8 (strtoul): Do not declare if HAVE_DECL_STRTOUL. | |
9 (strtoimax, strtoumax): Do not declare if already defined as a macro. | |
10 | |
1 2001-09-26 Jim Meyering <meyering@lucent.com> | 11 2001-09-26 Jim Meyering <meyering@lucent.com> |
2 | 12 |
3 Most macros in unlocked-io.h had the wrong number of arguments. | 13 Most macros in unlocked-io.h had the wrong number of arguments. |
4 * gen-uio: New script. | 14 * gen-uio: New script. |
5 (USE_UNLOCKED_IO): Define to 1 if not already defined. | 15 (USE_UNLOCKED_IO): Define to 1 if not already defined. |