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.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix memory management of GMP/MPFR values for extensions.
Arnold D. Robbins
2022-02-25
1
-0
/
+3
|
*
Patch API to allow extensions to convert undefined variables to arrays, and ↵
Andrew J. Schorr
2021-12-08
1
-3
/
+3
|
|
|
|
add a test case.
*
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-11-18
1
-1
/
+2
|
\
|
*
Add GMP and MPFR support to rwarray extension.
Arnold D. Robbins
2021-11-18
1
-1
/
+2
|
|
*
|
Make booleans just special numbers.
Arnold D. Robbins
2021-04-28
1
-4
/
+4
|
|
*
|
Finish updating API code for bool.
Arnold D. Robbins
2021-03-30
1
-8
/
+14
|
|
*
|
Progress on extension support for boolean types.
Arnold D. Robbins
2021-03-22
1
-5
/
+33
|
/
*
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
-7
/
+8
|
*
Small fix in gawkapi.c.
Arnold D. Robbins
2020-10-12
1
-1
/
+1
|
*
Make all messages consistent: no final periods.
Arnold D. Robbins
2020-08-24
1
-5
/
+5
|
*
Finish up MPFR valgrind issues.
Arnold D. Robbins
2020-07-15
1
-10
/
+3
|
*
Fix testext test for MPFR.
Arnold D. Robbins
2020-07-12
1
-4
/
+3
|
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
|
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-2
/
+2
|
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-7
/
+2
|
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-11
/
+54
|
*
Remove alength array method in favor of accessing table_size directly.
Andrew J. Schorr
2019-01-06
1
-1
/
+1
|
*
Remove \n from calls to lintwarn, warning, and fatal.
Arnold D. Robbins
2018-09-07
1
-2
/
+2
|
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-1
/
+4
|
*
Some cleanup in gawkapi.c for non-MPFR case.
Arnold D. Robbins
2017-08-16
1
-6
/
+13
|
*
Fix API bug preventing builds in the absence of MPFR.
Andrew J. Schorr
2017-08-16
1
-0
/
+4
|
*
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-08-04
1
-1
/
+1
|
\
|
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
|
|
*
|
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
-2
/
+1
|
\
|
|
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
|
|
*
|
Fix a compiler warning.
Arnold D. Robbins
2017-04-12
1
-1
/
+1
|
|
*
|
Enhance API to support extended-precision arithmetic and implement intdiv as ↵
Andrew J. Schorr
2017-01-06
1
-5
/
+110
|
/
|
|
|
a demonstration.
*
Doc cleanups after merge. Totally break binary compat in the API.
Arnold D. Robbins
2016-12-22
1
-29
/
+37
|
*
Merge branch 'feature/regex-to-api' into feature/andy
Arnold D. Robbins
2016-12-22
1
-1
/
+1
|
\
|
*
Merge branch 'master' into feature/regex-to-api
Arnold D. Robbins
2016-12-22
1
-1
/
+1
|
|
\
|
|
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-1
/
+1
|
|
|
*
|
|
Add strnum support to API. Update rwarray extension and test.
Andrew J. Schorr
2016-12-05
1
-24
/
+119
|
|
|
*
|
|
Improve API regex support.
Andrew J. Schorr
2016-12-04
1
-1
/
+5
|
|
|
*
|
|
Add flatten_array_typed to the API.
Andrew J. Schorr
2016-12-04
1
-18
/
+28
|
/
/
*
/
Add regex value support to API. Update rwarr extension and test.
Arnold D. Robbins
2016-11-29
1
-0
/
+32
|
/
*
Further code improvements and doc changes as diff until merge.
Arnold D. Robbins
2016-11-12
1
-1
/
+4
|
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-8
/
+8
|
\
|
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-8
/
+8
|
|
*
|
Optimization: support unterminated field strings inside gawk, but make ↵
Andrew J. Schorr
2016-07-08
1
-9
/
+48
|
|
|
|
|
|
|
|
terminated copies for the API.
*
|
Document string termination in header files and remove no-longer-needed ↵
Andrew J. Schorr
2016-07-06
1
-0
/
+2
|
/
|
|
|
string termination logic in various places.
*
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-07-01
1
-2
/
+1
|
\
|
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-01
1
-2
/
+1
|
|
\
|
|
*
Minor fixes in gawkapi.c.
Arnold D. Robbins
2016-07-01
1
-3
/
+2
|
|
|
*
|
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵
Andrew J. Schorr
2016-06-30
1
-1
/
+1
|
|
|
|
|
|
|
|
|
|
|
|
stfmt issues.
*
|
|
Fix gawkapi node_to_awk_value to check scalar type correctly.
Andrew J. Schorr
2016-06-14
1
-0
/
+2
|
|
|
*
|
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵
Andrew J. Schorr
2016-06-13
1
-9
/
+5
|
/
/
|
|
|
|
|
|
and lint checks.
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
\
|
[next]