index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extension
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add 3rd argument to stat() extension.
Arnold D. Robbins
2012-11-21
3
-8
/
+24
|
*
Simplify readdir extension.
Arnold D. Robbins
2012-11-19
3
-140
/
+25
|
*
First pass on Nelson's comments on API chapter.
Arnold D. Robbins
2012-11-16
2
-21
/
+26
|
*
Bug fix in readdir extension.
Arnold D. Robbins
2012-11-14
2
-10
/
+26
|
*
Add extra debug stuff in extension/configure.ac.
Arnold D. Robbins
2012-11-06
3
-0
/
+32
|
*
More doc edits. Finish up api.texi.
Arnold D. Robbins
2012-11-04
2
-3
/
+7
|
*
Add more man pages in extension/Makefile.am.
Arnold D. Robbins
2012-10-28
3
-2
/
+8
|
*
API doc additions and related other edits.
Arnold D. Robbins
2012-10-26
3
-6
/
+13
|
*
New extension man page for revtwoway.
Arnold D. Robbins
2012-10-24
2
-0
/
+65
|
*
Bug fix in do_stat().
Arnold D. Robbins
2012-10-21
2
-0
/
+7
|
*
API cleanups and doc additions.
Arnold D. Robbins
2012-10-14
13
-28
/
+118
|
*
Bug fix in testext test and fix flag values.
Arnold D. Robbins
2012-10-11
2
-4
/
+12
|
*
Update to autoconf 1.12.4.
Arnold D. Robbins
2012-10-04
2
-4
/
+4
|
*
Revise testext test.
Arnold D. Robbins
2012-09-14
2
-2
/
+1
|
*
Allow extensions read-only access to built-in vars.
Arnold D. Robbins
2012-09-14
2
-3
/
+154
|
*
z/OS changes from Dave Pitts and Arnold.
Arnold D. Robbins
2012-09-13
5
-3
/
+41
|
*
Make readdir set ERRNO more.
Arnold D. Robbins
2012-09-11
3
-6
/
+22
|
*
Compilation fix for fts on Mac OS X 10.7.
Arnold D. Robbins
2012-09-07
3
-1
/
+20
|
*
Add some comments in extension/gawkfts.h.
Arnold D. Robbins
2012-09-07
2
-0
/
+10
|
*
Revise readdir_do_ftype() argument.
Arnold D. Robbins
2012-09-07
3
-17
/
+36
|
*
Improve readdir extension.
Arnold D. Robbins
2012-08-31
3
-9
/
+41
|
*
More wonderful portability stuff in the extensions.
Arnold D. Robbins
2012-08-29
11
-37
/
+2228
|
*
Detect readdir test failures, and add some missing files to the distro tarball.
Andrew J. Schorr
2012-08-28
3
-9
/
+14
|
*
Use config.h properly. Add AC_SYS_LARGEFILE.
Arnold D. Robbins
2012-08-26
16
-19
/
+275
|
*
Add facility to get vesion info from extensions.
Arnold D. Robbins
2012-08-24
13
-0
/
+27
|
*
Add output and two-way processors to API. Update Mac config stuff.
Arnold D. Robbins
2012-08-24
13
-25
/
+705
|
*
Update infrastructure.
Arnold D. Robbins
2012-08-17
7
-126
/
+140
|
*
Update extension man pages.
Arnold D. Robbins
2012-08-08
9
-27
/
+78
|
*
Move struct stat into IOBUF_PUBLIC.
Arnold D. Robbins
2012-08-08
3
-6
/
+5
|
*
Add fts() extension, support, doc, and test.
Arnold D. Robbins
2012-08-08
10
-43
/
+552
|
*
Fix readdir.c for cygwin.
Arnold D. Robbins
2012-08-03
2
-7
/
+10
|
*
Extension doc updates; install dgawk.1 man page.
Arnold D. Robbins
2012-08-01
7
-14
/
+180
|
*
Rework rwarray.c to use stdio, for cygwin.
Arnold D. Robbins
2012-07-31
3
-51
/
+528
|
*
Doc updates for extensions.
Arnold D. Robbins
2012-07-30
8
-2
/
+272
|
*
Gettext support for the extension files.
Arnold D. Robbins
2012-07-30
19
-477
/
+7021
|
*
Update input_parser interface for RT.
Arnold D. Robbins
2012-07-29
2
-3
/
+7
|
*
Improvements in readdir.c.
Arnold D. Robbins
2012-07-29
2
-2
/
+12
|
*
Extension libraries need to link with $(LIBINTL).
Andrew J. Schorr
2012-07-27
3
-11
/
+39
|
*
Fix last: must initialize errno to 0 before calling readdir.
Andrew J. Schorr
2012-07-27
2
-0
/
+9
|
*
The readdir extension should set the error code if readdir fails.
Andrew J. Schorr
2012-07-27
2
-4
/
+9
|
*
Fix bug in API set_RT, bug in readdir.c.
Arnold D. Robbins
2012-07-27
2
-1
/
+6
|
*
Robustify extension/readdir.c.
Arnold D. Robbins
2012-07-26
5
-35
/
+121
|
*
Fix warning in extension/testext.c.
Arnold D. Robbins
2012-07-26
2
-0
/
+5
|
*
Add set_RT to API and to readdir extension.
Arnold D. Robbins
2012-07-26
2
-4
/
+11
|
*
Enable gettext in extensions.
Arnold D. Robbins
2012-07-26
3
-0
/
+11
|
*
Document the parser interface and remove some excessive readdir paranoia.
Andrew J. Schorr
2012-07-26
2
-19
/
+18
|
*
Add translation to the extensions.
Arnold D. Robbins
2012-07-25
8
-41
/
+74
|
*
Remove translation of errno strings from API.
Arnold D. Robbins
2012-07-25
2
-4
/
+6
|
*
Start refactoring iop handling. Add readdir extension.
Arnold D. Robbins
2012-07-25
4
-4
/
+246
|
*
Add initial man pages for some of the extensions.
Arnold D. Robbins
2012-07-20
5
-0
/
+604
|
[next]