blob: 17a93f7f28eec6a6d50a27418618fda7aa6b0168 (
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
|
2012-10-14 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.c (os_isreadable): Change name of input parameter to
awk_inputbuf_t.
2012-08-08 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.pc (os_isreadable): Take IOBUF_PUBLIC instead of fd and
use passed in info.
2012-07-29 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.c (os_isreadable): Add isdir pointer parameter to be
set to true if fd is for a directory.
2012-07-26 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.c (os_isreadable): New function.
2012-05-11 Arnold D. Robbins <arnold@skeeve.com>
* gawkmisc.c: Use `bool', `true', and `false' everywhere.
2012-03-20 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawkmisc.c (deflibpath): New global variable.
2012-03-28 Arnold D. Robbins <arnold@skeeve.com>
* 4.0.1: Release tar ball made.
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.
|