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
/
testext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-1
/
+27
*
Update copyright years that should have been updated before 4.2.1 release.
Arnold D. Robbins
2018-03-13
1
-1
/
+1
*
Remove incorrect * on ext_id in extensions and in doc.
Arnold D. Robbins
2018-01-11
1
-1
/
+1
*
Fix the test suite for the MinGW build.
Eli Zaretskii
2017-08-19
1
-1
/
+1
*
Fix the MinGW build and sync its tests with mainline,
Eli Zaretskii
2017-01-21
1
-0
/
+9
*
Doc cleanups after merge. Totally break binary compat in the API.
Arnold D. Robbins
2016-12-22
1
-0
/
+2
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-28
/
+28
*
Add min_required and max_expected arg counts to API.
Arnold D. Robbins
2016-12-06
1
-14
/
+14
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-8
/
+8
*
Some more cleanups. Ready to merge!
Arnold D. Robbins
2015-03-27
1
-0
/
+12
*
Merge branch 'master' into select
Andrew J. Schorr
2015-01-19
1
-11
/
+9
|
\
|
*
Load PROCINFO and ENVIRON if using extensions.
Arnold D. Robbins
2015-01-07
1
-4
/
+4
*
|
Revert "When an extension calls sym_lookup on a deferred variable, it should ...
Andrew J. Schorr
2015-01-19
1
-8
/
+10
*
|
When an extension calls sym_lookup on a deferred variable, it should always s...
Andrew J. Schorr
2015-01-08
1
-10
/
+8
*
|
Fix bug in API deferred variable creation and add a test case.
Andrew J. Schorr
2015-01-06
1
-1
/
+70
*
|
Add low-level access to the get_file API through the testext sample extension...
Andrew J. Schorr
2015-01-05
1
-1
/
+67
*
|
Remove api_get_file typelen argument.
Andrew J. Schorr
2015-01-02
1
-1
/
+1
*
|
Add new functions input_fd and output_fd to the select extension.
Andrew J. Schorr
2014-11-09
1
-6
/
+6
*
|
Enhance get_file API to return info about input and output and to enable exte...
Andrew J. Schorr
2014-11-06
1
-0
/
+60
|
/
*
Minor improvements in api header, test, and filefuncs.
Arnold D. Robbins
2014-09-29
1
-0
/
+6
*
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
-2
/
+2
*
Clean up some -Wextra compile warnings in extensions.
Arnold D. Robbins
2013-08-22
1
-0
/
+4
*
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
-2
/
+2
*
Make indirectly updated vars accessable to SYMTAB, API.
Arnold D. Robbins
2012-12-19
1
-0
/
+47
*
Add awk_true and awk_false to API.
Arnold D. Robbins
2012-11-30
1
-1
/
+1
*
First pass on Nelson's comments on API chapter.
Arnold D. Robbins
2012-11-16
1
-21
/
+21
*
Bug fix in testext test and fix flag values.
Arnold D. Robbins
2012-10-11
1
-4
/
+6
*
Revise testext test.
Arnold D. Robbins
2012-09-14
1
-2
/
+0
*
Allow extensions read-only access to built-in vars.
Arnold D. Robbins
2012-09-14
1
-3
/
+148
*
Use config.h properly. Add AC_SYS_LARGEFILE.
Arnold D. Robbins
2012-08-26
1
-1
/
+4
*
Add facility to get vesion info from extensions.
Arnold D. Robbins
2012-08-24
1
-0
/
+1
*
Fix warning in extension/testext.c.
Arnold D. Robbins
2012-07-26
1
-0
/
+3
*
Additional test for AWK_SCALAR.
Arnold D. Robbins
2012-07-15
1
-0
/
+59
*
Simplify code in testext.c.
Arnold D. Robbins
2012-07-12
1
-27
/
+7
*
Allow creation of constants from extensions.
Arnold D. Robbins
2012-07-12
1
-2
/
+2
*
Add ability to call an initialization routine.
Arnold D. Robbins
2012-07-11
1
-0
/
+1
*
API clean up and require strings to be malloced.
Arnold D. Robbins
2012-07-11
1
-11
/
+17
*
API: Update set_array_element(). Adjust extensions.
Arnold D. Robbins
2012-07-09
1
-23
/
+14
*
Further API code and test code.
Arnold D. Robbins
2012-06-21
1
-36
/
+32
*
API: Add set_parameter function and test.
Arnold D. Robbins
2012-06-20
1
-6
/
+64
*
Delete marked elements from flattened array.
Arnold D. Robbins
2012-06-19
1
-16
/
+31
*
Get most of array flattening done.
Arnold D. Robbins
2012-06-18
1
-29
/
+108
*
More API implementation progress.
Arnold D. Robbins
2012-06-18
1
-1
/
+1
*
Add some prints.
Arnold D. Robbins
2012-06-17
1
-1
/
+9
*
Still more API and testext.c work.
Arnold D. Robbins
2012-06-17
1
-46
/
+193
*
More API implementations and testext improvements.
Arnold D. Robbins
2012-06-12
1
-19
/
+105
*
Changes to LINT reflect to extn API. Add API tests.
Arnold D. Robbins
2012-06-06
1
-8
/
+139
*
Make a start at tests for extension API.
Arnold D. Robbins
2012-05-30
1
-0
/
+118