index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gawkapi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-09-23
1
-2
/
+3
|
\
|
*
Small cleanup in gawkapi.h.
Arnold D. Robbins
2021-09-23
1
-2
/
+3
*
|
Finish updating API code for bool.
Arnold D. Robbins
2021-03-30
1
-1
/
+1
*
|
Progress on extension support for boolean types.
Arnold D. Robbins
2021-03-22
1
-5
/
+15
*
|
Start on a bool type for gawk.
Arnold D. Robbins
2021-03-05
1
-21
/
+26
|
/
*
Update a bunch of copyright years.
Arnold D. Robbins
2021-01-09
1
-1
/
+1
*
Improve use of types throughout.
Arnold D. Robbins
2021-01-08
1
-1
/
+1
*
Doc that API get_mpfr and get_mpz are obsolete.
Arnold D. Robbins
2020-07-26
1
-6
/
+7
*
Bump minor API version.
Arnold D. Robbins
2020-07-19
1
-1
/
+1
*
Finish up MPFR valgrind issues.
Arnold D. Robbins
2020-07-15
1
-4
/
+9
*
Fix spelling errors in gawkapi.h.
Arnold D. Robbins
2019-07-09
1
-4
/
+4
*
Bump gawk_api_major_version due to incompatible namespace changes.
Andrew J. Schorr
2019-07-08
1
-1
/
+4
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-3
/
+11
*
Remove \n from calls to lintwarn, warning, and fatal.
Arnold D. Robbins
2018-09-07
1
-5
/
+5
*
Improve error message if API version mismatch on dl load.
Arnold D. Robbins
2018-04-30
1
-1
/
+1
*
Update copyright years.
Arnold D. Robbins
2018-02-19
1
-1
/
+1
*
Further cleanup of awk_ext_id_t variables.
Arnold D. Robbins
2018-01-12
1
-2
/
+2
*
Fix gawkapi.h for C++. Update doc.
Arnold D. Robbins
2017-11-08
1
-5
/
+7
*
Fix gawkapi.h to be usable with C++.
Arnold D. Robbins
2017-09-17
1
-6
/
+6
*
Fix gawk_major_version in gawkapi.h; make NEWS correct (no intdiv).
Arnold D. Robbins
2017-08-13
1
-1
/
+1
*
Improve checking for MPFR in API at dl_load time.
Arnold D. Robbins
2017-08-09
1
-6
/
+8
*
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-07-07
1
-34
/
+49
|
\
|
*
Misc edits in io.c and gawkapi.h.
Arnold D. Robbins
2017-07-07
1
-34
/
+49
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-07-03
1
-1
/
+1
|
\
|
|
*
Typo fixes in comments.
Arnold D. Robbins
2017-07-03
1
-1
/
+1
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-06-23
1
-0
/
+6
|
\
|
|
*
Add ezalloc macro in gawk and API to allocate zero-filled memory.
Andrew J. Schorr
2017-06-21
1
-0
/
+6
*
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-04-12
1
-1
/
+37
|
\
|
|
*
Fix comment in fw_parse_field and white space in gawkapi.h.
Andrew J. Schorr
2017-04-09
1
-1
/
+1
|
*
Minor edits in feature/api-parser prepatory to merging.
Arnold D. Robbins
2017-03-27
1
-3
/
+5
|
*
Fix gawkapi.h comment describing the new get_record field_width argument.
Andrew J. Schorr
2017-03-22
1
-9
/
+6
|
*
Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...
Andrew J. Schorr
2017-03-21
1
-9
/
+20
|
*
For API input field parsing, use an array of structs instead of an array of i...
Andrew J. Schorr
2017-03-09
1
-6
/
+17
|
*
Add a 6th argument to the API get_record function instead of having a separat...
Andrew J. Schorr
2017-03-06
1
-10
/
+13
|
*
Enable an API input parser to supply an array of field widths to override the...
Andrew J. Schorr
2017-03-05
1
-0
/
+12
*
|
Enhance API to support extended-precision arithmetic and implement intdiv as ...
Andrew J. Schorr
2017-01-06
1
-6
/
+91
|
/
*
Doc cleanups after merge. Totally break binary compat in the API.
Arnold D. Robbins
2016-12-22
1
-23
/
+10
*
Merge branch 'feature/regex-to-api' into feature/andy
Arnold D. Robbins
2016-12-22
1
-10
/
+26
|
\
|
*
Merge branch 'master' into feature/regex-to-api
Arnold D. Robbins
2016-12-22
1
-10
/
+26
|
|
\
|
|
*
Further api doc updates. Simplify lint checking for max args.
Arnold D. Robbins
2016-12-17
1
-1
/
+6
|
|
*
Further improvements to min/max args code and doc.
Arnold D. Robbins
2016-12-16
1
-1
/
+1
|
|
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-6
/
+10
|
|
*
Improve handling of min and max args for extension functions.
Arnold D. Robbins
2016-12-12
1
-2
/
+2
|
|
*
Add min_required and max_expected arg counts to API.
Arnold D. Robbins
2016-12-06
1
-5
/
+12
*
|
|
Add strnum support to API. Update rwarray extension and test.
Andrew J. Schorr
2016-12-05
1
-25
/
+34
*
|
|
Improve API regex support.
Andrew J. Schorr
2016-12-04
1
-1
/
+3
*
|
|
Add flatten_array_typed to the API.
Andrew J. Schorr
2016-12-04
1
-3
/
+22
|
/
/
*
|
Fix gawkapi.h make_regex implementation.
Andrew J. Schorr
2016-12-04
1
-19
/
+23
*
|
Add doc on API changes for typed regexes. Improve test.
Arnold D. Robbins
2016-11-30
1
-0
/
+12
*
|
Add regex value support to API. Update rwarr extension and test.
Arnold D. Robbins
2016-11-29
1
-22
/
+26
|
/
[next]