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 (
Expand
)
Author
Age
Files
Lines
...
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Andrew J. Schorr
2016-05-26
1
-3
/
+3
|
\
|
|
*
Remove useless "optional" argument to get_actual_argument.
Andrew J. Schorr
2016-05-26
1
-3
/
+3
*
|
Merge branch 'gawk-4.1-stable'
Andrew J. Schorr
2016-05-26
1
-3
/
+3
|
\
|
|
*
Optimize API function argument retrieval to eliminate a duplicate call to get...
Andrew J. Schorr
2016-05-26
1
-3
/
+3
*
|
Add nonfatal error message facility to extension API.
Arnold D. Robbins
2016-05-25
1
-1
/
+18
*
|
Some more cleanups. Ready to merge!
Arnold D. Robbins
2015-03-27
1
-2
/
+2
*
|
General cleanups prepatory to merging.
Arnold D. Robbins
2015-03-24
1
-22
/
+31
*
|
Merge branch 'master' into select
Arnold D. Robbins
2015-03-20
1
-2
/
+2
|
\
|
|
*
Update copyright dates.
Arnold D. Robbins
2015-02-06
1
-1
/
+1
|
*
Remove unneeded calls to make_aname.
Arnold D. Robbins
2015-01-20
1
-1
/
+0
*
|
Revert "When an extension calls sym_lookup on a deferred variable, it should ...
Andrew J. Schorr
2015-01-19
1
-12
/
+2
*
|
When an extension calls sym_lookup on a deferred variable, it should always s...
Andrew J. Schorr
2015-01-08
1
-2
/
+12
*
|
Revert changes to API deferred variable creation, since this should be done a...
Andrew J. Schorr
2015-01-08
1
-41
/
+4
*
|
Remove stray call to make_aname in api_set_array_element.
Andrew J. Schorr
2015-01-07
1
-1
/
+0
*
|
The API should call the astore hook after array assignment.
Andrew J. Schorr
2015-01-06
1
-2
/
+9
*
|
Fix bug in API deferred variable creation and add a test case.
Andrew J. Schorr
2015-01-06
1
-9
/
+17
*
|
Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON pr...
Andrew J. Schorr
2015-01-06
1
-2
/
+26
*
|
Remove api_get_file typelen argument.
Andrew J. Schorr
2015-01-02
1
-14
/
+14
*
|
Merge branch 'master' into select
Andrew J. Schorr
2014-11-09
1
-1
/
+4
|
\
|
|
*
Fix api to treat an uninitialized value as AWK_UNDEFINED.
Andrew J. Schorr
2014-11-09
1
-1
/
+4
*
|
Enhance get_file API to return info about input and output and to enable exte...
Andrew J. Schorr
2014-11-06
1
-8
/
+12
*
|
Merge branch 'master' into select
Andrew J. Schorr
2014-04-13
1
-60
/
+65
|
\
|
|
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
1
-1
/
+1
|
*
Add memory allocation functions to gawk API.
Andrew J. Schorr
2014-03-08
1
-0
/
+6
|
*
Lots of enum/int fixes.
Arnold D. Robbins
2014-02-27
1
-59
/
+58
|
*
Force array indices to be strings in flatten_array API.
Arnold D. Robbins
2013-07-04
1
-3
/
+8
*
|
Remove unused api_lookup_file hook.
Andrew J. Schorr
2013-07-02
1
-23
/
+5
*
|
After the gawkapi get_file function opens a file, call the BEGINFILE block.
Andrew J. Schorr
2013-07-02
1
-2
/
+24
*
|
Patch gawkapi flatten_array to pass index values as strings in all cases!
Andrew J. Schorr
2013-07-02
1
-3
/
+8
*
|
Added first version of select extension and new API hooks needed by it.
Andrew J. Schorr
2013-06-30
1
-0
/
+84
|
/
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Remove sym_constant() API and tests.
Arnold D. Robbins
2012-12-25
1
-40
/
+3
*
Make indirectly updated vars accessable to SYMTAB, API.
Arnold D. Robbins
2012-12-19
1
-0
/
+4
*
Fix API to update the node type to Node_var when setting an undefined variable.
Andrew J. Schorr
2012-12-18
1
-0
/
+3
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-12-09
1
-6
/
+6
|
\
|
*
Make bitflag checking consistent everywhere.
Arnold D. Robbins
2012-12-09
1
-6
/
+6
*
|
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-11-25
1
-1
/
+1
|
/
*
Minor cleanup in calls to mpfr routines.
Arnold D. Robbins
2012-11-14
1
-6
/
+2
*
Add null pointer checks in gawkapi.c.
Arnold D. Robbins
2012-11-10
1
-16
/
+70
*
Cleanups in gawkapi.h and adjustments for them.
Arnold D. Robbins
2012-10-10
1
-19
/
+25
*
Clean up make_str_node macro.
Arnold D. Robbins
2012-10-04
1
-2
/
+2
*
Allow extensions read-only access to built-in vars.
Arnold D. Robbins
2012-09-14
1
-4
/
+15
*
Fix so will compile if no dynamic lib support.
Arnold D. Robbins
2012-08-31
1
-1
/
+13
*
Add facility to get vesion info from extensions.
Arnold D. Robbins
2012-08-24
1
-0
/
+40
*
Add output and two-way processors to API. Update Mac config stuff.
Arnold D. Robbins
2012-08-24
1
-4
/
+38
*
Add fts() extension, support, doc, and test.
Arnold D. Robbins
2012-08-08
1
-0
/
+1
*
Update input_parser interface for RT.
Arnold D. Robbins
2012-07-29
1
-29
/
+0
*
Fix bug in API set_RT, bug in readdir.c.
Arnold D. Robbins
2012-07-27
1
-2
/
+1
*
Minor bug fix in api_set_RT.
Arnold D. Robbins
2012-07-26
1
-1
/
+1
[prev]
[next]