1
Mon Oct 22 08:49:05 2007 Arnold D. Robbins <arnold@skeeve.com>
3
* Release 3.1.6: Release tar file made.
5
Sat Oct 20 22:42:08 2007 Scott Deifik <scottd.mail@sbcglobal.net>
7
* Makefile.tst: Sync with mainline, Revise inftest.
9
Fri Oct 19 05:37:37 2007 Scott Deifik <scottd.mail@sbcglobal.net>
11
* config.h: Add definition of HAVE_ATEXIT. Needed for replacement
14
Thu Oct 4 21:19:54 2007 Juan M. Guerrero <juan.guerrero@gmx.de>
16
* Makefile.tst (fmtspcl.ok): Remove unneeded dependency on Makefile.
18
Wed Sep 26 15:10:17 2007 Scott Deifik <scottd.mail@sbcglobal.net>
20
* Makefile.tst (poundbang): Fix path in call to gawk.
21
(nofile): Fix output message with sed to match what test suite wants.
23
Wed Sep 26 14:46:34 2007 Eli Zaretskii <eliz@gnu.org>
25
* Makefile.tst (msg): Use $(CMP) instead a literal "cmp".
26
(nonl): Use NUL instead of /dev/null.
27
(devfd, pid, fmtspcl, nofile, rstest4, rstest5, getlnhd, clos1way):
28
Expect to fail on MinGW.
29
(fmtspcl.ok): Depend on Makefile, not Makefile.tst.
30
(pipeio2, hsprint, fmttest): Expect formatting or whitespace
32
(exitval2): Use exitval2.w32 instead of exitval2.awk.
34
* config.h (HAVE_DECL_TZNAME) [__MINGW32__]: Define.
35
(HAVE_ALLOCA) [__MINGW32__]: Don't define.
36
(HAVE_SNPRINTF) [__MINGW32__]: Remove _MSC_VER condition.
38
Tue Sep 25 08:22:11 2007 KIMURA Koichi <kimura.koichi@canon.co.jp>
40
* config.h: For Visual Studio, undef restrict, define HAVE_TMPFILE,
41
undef TIME_WITH_SYS_TIME.
43
Mon May 21 05:46:46 2007 Scott Deifik <scottd.mail@sbcglobal.net>
45
* config.h (HAVE_MKTIME): Define.
47
Wed May 16 22:12:55 2007 Scott Deifik <scottd.mail@sbcglobal.net>
49
* Makfile.tst: Changes for DJGPP, bring in sync with main
52
Wed May 9 21:01:18 2007 Scott Deifik <scottd.mail@sbcglobal.net>
56
* config.h: Add HAVE_MKTME, HAVE_MKSTEMP, conditionalize
57
HAVE_SNPRINTF. (ADR: #define out restrict).
58
* Makefile: Add replace$0 to AWKOBJS2 and PAWKOBJS2.
60
2007-03-19 Juan M. Guerrero <juan.guerrero@gmx.de>
62
* config.h: Undef HAVE_ALLOCA for DJGPP.
63
* Makefile: Add floatcomp$O to AWKOBJS1 and PAWKOBJS1.
65
2007-02-25 Juan M. Guerrero <juan.guerrero@gmx.de>
67
* config.h: Let DEFPATH reflect DJGPP installation directory tree.
68
* Makefile: pkgdatadir variable defined to $(prefix)/lib/awk.
69
* Makefile: In DJGPP section use the DJGPP environment variable to
70
redefine the pkgdatadir variable.
72
2006-07-22 Eli Zaretskii <eliz@gnu.org>
74
* Makefile.tst: Update copyright years.
75
(COMSPEC): If it's empty, use ComSpec instead.
76
(CMP): Ignore white space differences.
77
(BASIC_TESTS): Add concat4, nofile, ovrflow1, subi18n.
78
(GAWK_EXT_TESTS): Add binmode1, devfd1, devfd2, fwtest, nondec2.
79
(msg): Use $(CMP) instead of literal "cmp".
80
(inftest): Uncomment the test.
81
(nonl): Use NUL, so it works with any DOS/Windows shell.
82
(fsspcoln): Run `head' though the system shell.
83
(nondec2, nofile, binmode1, subi18n, concat4, devfd1, devfd2)
84
(ovrflow1, fwtest, mixed1): New tests.
85
(fmttest, hsprint, ovrflow1, posix): Run output through Sed to
86
adjust the number of leading zeros in the exponent produced by %e.
87
(longwrds): Set SORT to just "sort".
88
(exitval2): Use exitval2.w32.
90
2006-07-01 Eli Zaretskii <eliz@gnu.org>
92
* popen.h (os_popen): Declare 1st argument "const char *".
94
* popen.c (scriptify): Declare argument "const char *".
95
(os_system): Declare argument "const char *". Add a new local
96
variable cmd1 to hold the results of scriptify.
97
(os_popen): Declare 1st argument "const char *". Add a new local
98
variable cmd to hold the results of scriptify.
100
* Makefile (mingw32): Update definitions for CF, LF, and LF2. Use
101
libmsvcrtp60 during linking (for multibyte and wide character
103
(io$O): Depend on popen.h.
105
* config.h (HAVE_BTOWC) [_WIN32]: Define.
106
(HAVE_INTMAX_T, HAVE_UINTMAX_T, HAVE_INTTYPES_H, HAVE_STDINT_H)
107
(HAVE_INTTYPES_H_WITH_UINTMAX, HAVE_ISASCII, HAVE_ISWCTYPE)
108
(HAVE_ISWLOWER, HAVE_ISWUPPER, HAVE_LONG_LONG, HAVE_MBRLEN)
109
(HAVE_MBRTOWC, HAVE_TOWLOWER, HAVE_TOWUPPER, HAVE_WCHAR_H)
110
(HAVE_WCRTOMB, HAVE_WCSCOLL, HAVE_WCTYPE, HAVE_WCTYPE_H)
111
(HAVE_WCTYPE_T, HAVE_WINT_T) [__MINGW32__]: Define.
112
(inline) [__GNUC__]: Define to __inline__.
113
(HAVE_MEMMOVE, HAVE_PUTENV, HAVE_SETLOCALE, HAVE_LOCALE_H)
114
(HAVE_SNPRINTF, HAVE_STRTOUL, HAVE_STDLIB_H, HAVE_SYS_STAT_H)
115
(HAVE_SYS_TIME_H, HAVE_UNSIGNED_LONG_LONG) [__MINGW32__]: Define.
116
(HAVE_UNISTD_H): Define also for __MINGW32__.
117
(PACKAGE_BUGREPORT, PACKAGE_NAME, PACKAGE_STRING)
118
(PACKAGE_TARNAME, PACKAGE_VERSION): Define.
120
[__MINGW32__]: Include <limits.h>.
121
(HAVE_POPEN_H): Define as 1.
122
(ssize_t, intmax_t, uintmax_t): Don't redefine for __MINGW32__.
1
124
Tue Jul 26 21:46:16 2005 Arnold D. Robbins <arnold@skeeve.com>
3
126
* Release 3.1.5: Release tar file made.