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
*
In rwarray extensions, use malloc where calloc not needed.
Andrew J. Schorr
2017-06-22
3
-2
/
+10
|
*
In readfile extension, no need to zero out the buffer before overwriting it.
Andrew J. Schorr
2017-06-22
2
-8
/
+12
|
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
6
-10
/
+13
|
*
Update config.* infrastructure files.
Arnold D. Robbins
2017-06-18
3
-9
/
+20
|
*
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-04-07
2
-1
/
+7
|
\
|
*
Fix a message in extension/inplace.c.
Arnold D. Robbins
2017-04-03
2
-1
/
+7
|
|
*
|
Minor edits in feature/api-parser prepatory to merging.
Arnold D. Robbins
2017-03-27
3
-6
/
+14
|
|
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-23
2
-1
/
+10
|
\
|
|
*
Update config.sub.
Arnold D. Robbins
2017-03-23
2
-1
/
+10
|
|
*
|
Fix compile warnings in some of the extensions.
Arnold D. Robbins
2017-03-23
4
-3
/
+13
|
|
*
|
Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵
Andrew J. Schorr
2017-03-21
2
-11
/
+27
|
|
|
|
|
|
|
|
API field parsing.
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-20
5
-8
/
+20
|
\
|
|
*
Update config.* and install-sh from GNULIB.
Arnold D. Robbins
2017-03-20
5
-8
/
+20
|
|
*
|
For API input field parsing, use an array of structs instead of an array of ↵
Andrew J. Schorr
2017-03-09
2
-9
/
+17
|
|
|
|
|
|
|
|
integers.
*
|
Merge branch 'master' into feature/api-parser
Andrew J. Schorr
2017-03-07
3
-7
/
+26
|
\
|
|
*
Stop installing the extension testext library, since it is useful only for ↵
Andrew J. Schorr
2017-03-07
3
-15
/
+50
|
|
|
|
|
|
|
|
testing.
*
|
Add new test readdir_test to check whether API get_record field_width ↵
Andrew J. Schorr
2017-03-06
1
-7
/
+7
|
|
|
|
|
|
|
|
parsing is working.
*
|
Create new extension readdir_test for testing new get_record field_width ↵
Andrew J. Schorr
2017-03-06
4
-19
/
+407
|
/
|
|
|
parsing.
*
Fix the MinGW build and sync its tests with mainline,
Eli Zaretskii
2017-01-21
4
-1
/
+21
|
*
Update auxiliary build files from GNULIB.
Arnold D. Robbins
2017-01-05
5
-53
/
+35
|
*
Doc cleanups after merge. Totally break binary compat in the API.
Arnold D. Robbins
2016-12-22
2
-0
/
+6
|
*
Merge branch 'feature/regex-to-api' into feature/andy
Arnold D. Robbins
2016-12-22
14
-143
/
+121
|
\
|
*
Merge branch 'master' into feature/regex-to-api
Arnold D. Robbins
2016-12-22
14
-143
/
+121
|
|
\
|
|
*
Further improvements to min/max args code and doc.
Arnold D. Robbins
2016-12-16
2
-1
/
+5
|
|
|
|
|
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
14
-70
/
+87
|
|
|
|
|
*
Improve handling of min and max args for extension functions.
Arnold D. Robbins
2016-12-12
2
-1
/
+6
|
|
|
|
|
*
Add min_required and max_expected arg counts to API.
Arnold D. Robbins
2016-12-06
11
-106
/
+58
|
|
|
*
|
|
Add strnum support to API. Update rwarray extension and test.
Andrew J. Schorr
2016-12-05
2
-4
/
+41
|
/
/
*
|
Add doc on API changes for typed regexes. Improve test.
Arnold D. Robbins
2016-11-30
2
-2
/
+7
|
|
*
|
Add regex value support to API. Update rwarr extension and test.
Arnold D. Robbins
2016-11-29
2
-8
/
+12
|
/
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
14
-64
/
+68
|
*
Fix merge to extension/configure.ac.
Arnold D. Robbins
2016-08-25
1
-1
/
+1
|
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-25
6
-10
/
+24
|
\
|
*
Make 4.1.4 release tar ball.
Arnold D. Robbins
2016-08-25
5
-11
/
+23
|
|
|
*
Include m4 in what gets distributed.
Arnold D. Robbins
2016-08-25
2
-0
/
+2
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-18
2
-2
/
+6
|
\
|
|
*
Update config.sub.
Arnold D. Robbins
2016-07-18
2
-2
/
+6
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-01
3
-3
/
+15
|
\
|
|
*
Minor portability fixes in some of the extensions.
Arnold D. Robbins
2016-07-01
3
-3
/
+15
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-15
2
-1
/
+13
|
\
|
|
*
Update config.sub.
Arnold D. Robbins
2016-06-15
2
-1
/
+13
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-10
3
-18
/
+29
|
\
|
|
*
Update config.guess, config.sub.
Arnold D. Robbins
2016-06-10
3
-18
/
+29
|
|
*
|
Allow extension functions to get more arguments than expected.
Arnold D. Robbins
2016-05-30
2
-1
/
+6
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
2
-2
/
+2
|
\
|
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
2
-2
/
+2
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-02-23
4
-53
/
+65
|
\
|
|
*
Update config.* auxiliary files.
Arnold D. Robbins
2016-02-23
4
-53
/
+65
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-01-27
2
-0
/
+6
|
\
|
|
*
Fix statvfs for AIX compilation.
Arnold D. Robbins
2016-01-27
2
-0
/
+6
|
|
[next]