blob: a5ce60029825cd628fffebc832fedd779e2e0793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
2012-03-20 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawkmisc.pc (deflibpath): New global variable.
2011-12-12 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
2011-12-06 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
Use testoutcmp.awk script.
2011-12-06 Arnold D. Robbins <arnold@skeeve.com>
* testoutcmp.awk: Script to replace cmd for DJGPP.
2011-11-01 Scott Deifik <scottd.mail@sbcglobal.net>
* config.sed: Additional update.
2011-10-29 Eli Zaretskii <eliz@gnu.org>
* config.sed: Fix some edits, to be consistent with the old
config.h file. Make regexps match #undef lines with whitespace
at the end of the line. Add forgotten EMX #defines.
2011-10-27 Scott Deifik <scottd.mail@sbcglobal.net>
* Makefile.tst: Sync with mainline version.
2011-10-24 Eli Zaretskii <eliz@gnu.org>
* gawkmisc.pc (wctob) [__MINGW32__]: A replacement for the
function of the same name in MS runtime, which does a better job
with 8-bit characters that have their high bit set.
Original supplied by Jim Meyering <jim@meyering.net>.
* popen.h (system) [__MINGW32__]: Redirect to os_system.
* Makefile (./doc/awkcard.tr): Don't use Unixy forward slashes in
redirection.
(builtin$O): Depend on popen.h.
(random$O): New target, separated from builtin$O.
* configpk.sed:
* config.sed:
* make-config.bat: New files, to produce pc/config.h from the top-level
configh.in file.
2011-10-18 Juan Manuel Guerrero <juan.guerrero@gmx.de>
* Makefile: doc target to create all documentation files.
2011-09-30 Eli Zaretskii <eliz@gnu.org>
* config.h: Update packaging related versions.
2011-06-23 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.0: Rotated ChangeLog into this file.
* ChangeLog: Created anew for gawk 4.0.0 and on.
* 4.0.0: Release tar ball made.
|