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
/
readfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove incorrect * on ext_id in extensions and in doc.
Arnold D. Robbins
2018-01-11
1
-1
/
+1
*
In readfile extension, no need to zero out the buffer before overwriting it.
Andrew J. Schorr
2017-06-22
1
-8
/
+6
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
Fix compile warnings in some of the extensions.
Arnold D. Robbins
2017-03-23
1
-1
/
+2
*
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-2
/
+2
*
Add min_required and max_expected arg counts to API.
Arnold D. Robbins
2016-12-06
1
-5
/
+2
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-4
/
+4
*
Stop allocating an extra wasted byte at the end of various strings.
Andrew J. Schorr
2014-12-14
1
-2
/
+2
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
1
-1
/
+2
*
Add input parser to readfile extension, document it and test it.
Arnold D. Robbins
2014-03-27
1
-16
/
+132
*
Add memory allocation functions to gawk API.
Andrew J. Schorr
2014-03-08
1
-1
/
+1
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+2
*
More portability.
Arnold D. Robbins
2013-01-22
1
-0
/
+2
*
Fix some problems from warning tools, etc.
Arnold D. Robbins
2013-01-18
1
-0
/
+1
*
Use config.h properly. Add AC_SYS_LARGEFILE.
Arnold D. Robbins
2012-08-26
1
-1
/
+5
*
Add facility to get vesion info from extensions.
Arnold D. Robbins
2012-08-24
1
-0
/
+1
*
Add translation to the extensions.
Arnold D. Robbins
2012-07-25
1
-2
/
+6
*
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
-2
/
+2
*
Change to readfile return value.
Arnold D. Robbins
2012-07-09
1
-6
/
+7
*
Still more API and testext.c work.
Arnold D. Robbins
2012-06-17
1
-1
/
+4
*
Further cleanups and improvements in API.
Arnold D. Robbins
2012-06-12
1
-1
/
+1
*
Further API work.
Arnold D. Robbins
2012-05-29
1
-1
/
+2
*
First working version of new API mechanism (probably has memory leaks).
Andrew J. Schorr
2012-05-24
1
-25
/
+29
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-1
/
+1
*
Minor extension fixes.
Andrew J. Schorr
2012-04-02
1
-1
/
+1
*
Update ERRNO API.
Andrew J. Schorr
2012-04-01
1
-4
/
+4
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-1
/
+1
*
Update copyrights.
Arnold D. Robbins
2011-02-27
1
-1
/
+1
*
Add check for plugin license, make close on exec POSIX compatibile.
Arnold D. Robbins
2010-11-24
1
-0
/
+2
*
Bring latest byte code gawk into git. Hurray!
Arnold D. Robbins
2010-11-18
1
-15
/
+5
*
Move to gawk-3.1.6.
Arnold D. Robbins
2010-07-16
1
-1
/
+1
*
Move to gawk 3.1.5.
Arnold D. Robbins
2010-07-16
1
-1
/
+1
*
Move to gawk-3.1.4.
Arnold D. Robbins
2010-07-16
1
-2
/
+4
*
Move to gawk-3.1.3.
Arnold D. Robbins
2010-07-16
1
-2
/
+8
*
Move to gawk-3.1.1.
Arnold D. Robbins
2010-07-16
1
-0
/
+109