index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make api versions into enum, not defines.
Arnold D. Robbins
2012-08-12
2
-3
/
+9
|
*
Make it a fatal error to load the same file with -f and -i (or @include).
Andrew J. Schorr
2012-08-11
12
-15
/
+109
|
*
Discuss derived files in the git repo in the doc.
Arnold D. Robbins
2012-08-10
3
-447
/
+820
|
*
Doc updates. Mostly about the API.
Arnold D. Robbins
2012-08-10
8
-2264
/
+1504
|
*
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
13
-36
/
+47
|
*
Add fts() extension, support, doc, and test.
Arnold D. Robbins
2012-08-08
17
-56
/
+728
|
*
Remove asserts for production build.
Arnold D. Robbins
2012-08-08
3
-0
/
+6
|
*
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
10
-16
/
+189
|
*
Finish reworking input parsers.
Arnold D. Robbins
2012-08-01
2
-56
/
+146
|
*
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
43
-4477
/
+25324
|
*
Update assignconst test.
Arnold D. Robbins
2012-07-30
4
-15
/
+21
|
*
Update input_parser interface for RT.
Arnold D. Robbins
2012-07-29
10
-410
/
+392
|
*
Improvements in readdir.c.
Arnold D. Robbins
2012-07-29
2
-2
/
+12
|
*
Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk
Arnold D. Robbins
2012-07-29
6
-17
/
+66
|
\
|
*
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
|
|
|
*
Issue a warning if the parser take_control_of function fails.
Andrew J. Schorr
2012-07-27
2
-2
/
+9
|
|
*
|
Finish work on iop management. New readdir test.
Arnold D. Robbins
2012-07-29
14
-43
/
+160
|
/
*
Fix bug in API set_RT, bug in readdir.c.
Arnold D. Robbins
2012-07-27
7
-10
/
+25
|
*
Minor bug fix in api_set_RT.
Arnold D. Robbins
2012-07-26
1
-1
/
+1
|
*
Add os_isreadable function for future use.
Arnold D. Robbins
2012-07-26
8
-0
/
+89
|
*
Documentation update.
Arnold D. Robbins
2012-07-26
1
-53
/
+37
|
*
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
7
-6
/
+84
|
*
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
5
-23
/
+62
|
*
Fix api_sym_update_scalar.
Andrew J. Schorr
2012-07-26
2
-31
/
+53
|
*
Add translation to the extensions.
Arnold D. Robbins
2012-07-25
9
-41
/
+81
|
*
Remove translation of errno strings from API.
Arnold D. Robbins
2012-07-25
8
-18
/
+28
|
*
Upate po/POTFILES.in.
Arnold D. Robbins
2012-07-25
2
-1
/
+17
|
*
Start refactoring iop handling. Add readdir extension.
Arnold D. Robbins
2012-07-25
10
-86
/
+365
|
*
Minor configure.ac/Makefile.am change for more elegant shared library support.
Andrew J. Schorr
2012-07-25
8
-4
/
+23
|
*
Fix plug-ins on Mac OS X.
Arnold D. Robbins
2012-07-24
3
-0
/
+14
|
*
Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk
Arnold D. Robbins
2012-07-20
3
-35
/
+47
|
\
|
*
Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE.
Andrew J. Schorr
2012-07-17
3
-36
/
+48
|
|
*
|
Add initial man pages for some of the extensions.
Arnold D. Robbins
2012-07-20
5
-0
/
+604
|
|
*
|
Update doc in header. Redo update_scalar.
Arnold D. Robbins
2012-07-20
3
-50
/
+55
|
/
*
More API work.
Arnold D. Robbins
2012-07-17
1
-31
/
+42
|
*
Add AWK_VALUE_COOKIE. And performance speedup.
Arnold D. Robbins
2012-07-17
5
-2
/
+75
|
*
Minor performance improvement in sym_update_scalar.
Arnold D. Robbins
2012-07-16
2
-6
/
+51
|
*
fnmatch extension improvements.
Arnold D. Robbins
2012-07-16
5
-13
/
+24
|
*
Additional test for AWK_SCALAR.
Arnold D. Robbins
2012-07-15
4
-0
/
+83
|
*
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
|
[next]