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
*
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
|
*
fnmatch extension improvements.
Arnold D. Robbins
2012-07-16
2
-6
/
+12
|
*
Additional test for AWK_SCALAR.
Arnold D. Robbins
2012-07-15
2
-0
/
+64
|
*
Refactoring filefuncs.c before fts changes.
Arnold D. Robbins
2012-07-13
2
-28
/
+44
|
*
Simplify code in testext.c.
Arnold D. Robbins
2012-07-12
2
-27
/
+12
|
*
Allow creation of constants from extensions.
Arnold D. Robbins
2012-07-12
3
-3
/
+6
|
*
Add fnmatch extension.
Arnold D. Robbins
2012-07-12
7
-8
/
+210
|
*
Add ability to call an initialization routine.
Arnold D. Robbins
2012-07-11
8
-0
/
+10
|
*
API clean up and require strings to be malloced.
Arnold D. Robbins
2012-07-11
7
-22
/
+39
|
*
Change to readfile return value.
Arnold D. Robbins
2012-07-09
2
-6
/
+12
|
*
API: Update set_array_element(). Adjust extensions.
Arnold D. Robbins
2012-07-09
5
-39
/
+34
|
*
Minor improvements in doc and in ordchr.c.
Arnold D. Robbins
2012-06-29
2
-4
/
+17
|
*
Add rwarray to extension tests.
Arnold D. Robbins
2012-06-25
4
-37
/
+7
|
[next]