index
:
delta/gawk.git
array-iface
baserock/build-essential
baserock/morph
baserock/richardmaw/S8564/ro-staging-area
baserock/sam/meson
baserock/tiagogomes/armv8l64
cmake
comment
constants
dead-branches/async-events
dead-branches/constants
dead-branches/detect-local
dead-branches/doc/using-git
dead-branches/long-double
dead-branches/memory-work
dead-branches/nolibtool
dead-branches/num-handler
dead-branches/revamp-scalar-comparisons
easter-eggs/detect-local
egtests
feature/andy
feature/api-min-max
feature/api-mpfr
feature/api-parser
feature/array-iface
feature/assoc_set
feature/better-index
feature/bool
feature/cmake
feature/cmp_scalars
feature/cpp-compile
feature/dev-5.0
feature/docit
feature/fix-comments
feature/fix-indirect-call
feature/fix-ns-memleak
feature/fixtype
feature/gnulib-regex
feature/improve-inet
feature/improve-tests
feature/iolint
feature/memleak
feature/memory-work
feature/namespaces
feature/nl_langinfo
feature/nocopy
feature/regex-to-api
feature/regex-type
feature/shadow-builtins
feature/stringfix
feature/typed-regex
feature/typed-regex-2
feature/wasted-byte
feature/zOS
feature/zOS-try2
features/docit
gawk-2.10-from-net
gawk-3.1-stable
gawk-4.0-stable
gawk-4.1-stable
gawk-4.2-stable
gawk-5.0-stable
gawk-5.1-stable
gawk-5.2-stable
gawk-stable
gnulib-regex-again
long-double
master
memory-work
new-vms
nolibtool
non-fatal-io
non-fatal-io-2
num-handler
porting
print-exp
select
wasted-byte
zos-debug
git.savannah.gnu.org: git/gawk.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extension
/
readfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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.
gawk-3.1.6
Arnold D. Robbins
2010-07-16
1
-1
/
+1
*
Move to gawk 3.1.5.
gawk-3.1.5
Arnold D. Robbins
2010-07-16
1
-1
/
+1
*
Move to gawk-3.1.4.
gawk-3.1.4
Arnold D. Robbins
2010-07-16
1
-2
/
+4
*
Move to gawk-3.1.3.
gawk-3.1.3
Arnold D. Robbins
2010-07-16
1
-2
/
+8
*
Move to gawk-3.1.1.
gawk-3.1.1
Arnold D. Robbins
2010-07-16
1
-0
/
+109