~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 11:49:57 UTC
  • Revision ID: git-v1:6a2caf2157d87b4b582b2494bdd7d6a688dd0b1f
Tags: gawk-3.1.6
Move to gawk-3.1.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mon Oct 22 08:49:05 2007  Arnold D. Robbins  <arnold@skeeve.com>
 
2
 
 
3
        * Release 3.1.6: Release tar file made.
 
4
 
 
5
Sat Oct 20 22:42:08 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
6
 
 
7
        * Makefile.tst: Sync with mainline, Revise inftest.
 
8
 
 
9
Fri Oct 19 05:37:37 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
10
 
 
11
        * config.h: Add definition of HAVE_ATEXIT. Needed for replacement
 
12
        sprintf.
 
13
 
 
14
Thu Oct  4 21:19:54 2007  Juan M. Guerrero     <juan.guerrero@gmx.de>
 
15
 
 
16
        * Makefile.tst (fmtspcl.ok): Remove unneeded dependency on Makefile.
 
17
 
 
18
Wed Sep 26 15:10:17 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
19
 
 
20
        * Makefile.tst (poundbang): Fix path in call to gawk.
 
21
        (nofile): Fix output message with sed to match what test suite wants.
 
22
 
 
23
Wed Sep 26 14:46:34 2007  Eli Zaretskii      <eliz@gnu.org>
 
24
 
 
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
 
31
        differences.
 
32
        (exitval2): Use exitval2.w32 instead of exitval2.awk.
 
33
 
 
34
        * config.h (HAVE_DECL_TZNAME) [__MINGW32__]: Define.
 
35
        (HAVE_ALLOCA) [__MINGW32__]: Don't define.
 
36
        (HAVE_SNPRINTF) [__MINGW32__]: Remove _MSC_VER condition.
 
37
 
 
38
Tue Sep 25 08:22:11 2007  KIMURA Koichi        <kimura.koichi@canon.co.jp>
 
39
 
 
40
        * config.h: For Visual Studio, undef restrict, define HAVE_TMPFILE,
 
41
        undef TIME_WITH_SYS_TIME.
 
42
 
 
43
Mon May 21 05:46:46 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
44
 
 
45
        * config.h (HAVE_MKTIME): Define.
 
46
 
 
47
Wed May 16 22:12:55 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
48
 
 
49
        * Makfile.tst: Changes for DJGPP, bring in sync with main
 
50
        test/Makefile.
 
51
 
 
52
Wed May  9 21:01:18 2007  Scott Deifik         <scottd.mail@sbcglobal.net>
 
53
 
 
54
        DJGPP changes:
 
55
 
 
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.
 
59
 
 
60
2007-03-19  Juan M. Guerrero  <juan.guerrero@gmx.de>
 
61
 
 
62
        * config.h: Undef HAVE_ALLOCA for DJGPP.
 
63
        * Makefile: Add floatcomp$O to AWKOBJS1 and PAWKOBJS1.
 
64
 
 
65
2007-02-25  Juan M. Guerrero  <juan.guerrero@gmx.de>
 
66
 
 
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.
 
71
 
 
72
2006-07-22  Eli Zaretskii  <eliz@gnu.org>
 
73
 
 
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.
 
89
 
 
90
2006-07-01  Eli Zaretskii  <eliz@gnu.org>
 
91
 
 
92
        * popen.h (os_popen): Declare 1st argument "const char *".
 
93
 
 
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.
 
99
 
 
100
        * Makefile (mingw32): Update definitions for CF, LF, and LF2.  Use
 
101
        libmsvcrtp60 during linking (for multibyte and wide character
 
102
        support).
 
103
        (io$O): Depend on popen.h.
 
104
 
 
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.
 
119
        (VERSION): Update.
 
120
        [__MINGW32__]: Include <limits.h>.
 
121
        (HAVE_POPEN_H): Define as 1.
 
122
        (ssize_t, intmax_t, uintmax_t): Don't redefine for __MINGW32__.
 
123
 
1
124
Tue Jul 26 21:46:16 2005  Arnold D. Robbins  <arnold@skeeve.com>
2
125
 
3
126
        * Release 3.1.5: Release tar file made.