blob: 002cd3a9282340bca291cd7bf2a70381cbb760ee (
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
|
2012-04-11 Andrew J. Schorr <aschorr@telemetry-investments.com>
* filefuncs.c (array_set): New function to set an array element.
(do_set): Use new array_set function to reduce code duplication and
to make sure the memory management is handled properly.
2012-04-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
* filefuncs.c: Remove unnecessary #include <sys/sysmacros.h>.
(read_symlink): New function to read symbolic links more robustly.
(do_stat): Use read_symlink instead of readlink.
* fork.c (do_wait): new function.
(dlload): Call make_builtin to add "wait" function.
2012-04-02 Andrew J. Schorr <aschorr@telemetry-investments.com>
* fork.c (do_fork): Test whether PROCINFO_node exists before updating
the pid values. And do so properly using make_number.
* readfile.c (do_readfile): Function should be static.
2012-04-01 Andrew J. Schorr <aschorr@telemetry-investments.com>
* filefuncs.c (do_chdir, do_stat): Replace update_ERRNO() with
update_ERRNO_int(errno).
* fork.c (do_fork, do_waitpid): Ditto.
* readfile.c (do_readfile): Ditto.
* rwarray.c (do_writea, do_reada): Ditto.
2012-03-25 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am: Major cleanup. Use libtool options -module and
-avoid-version to create the modules properly without my local hack
to override the default behavior.
2012-03-25 Andrew J. Schorr <aschorr@telemetry-investments.com>
* .gitignore: New file to ignore files created by libtool (including
binaries and associated metadata).
2012-03-21 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (INCLUDES): Remove -I$(top_srcdir)/intl.
2012-03-20 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am: New file to build and install shared libraries.
* arrayparm.c (do_mkarray): Get it to compile by removing 2nd arg
to assoc_clear.
* filefuncs.c (do_stat): Ditto.
2011-08-31 John Haque <j.eh@mchsi.com>
* arrayparm.c, filefuncs.c, fork.c, ordchr.c, readfile.c,
rwarray.c, testarg.c: Updated.
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.
|