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
/
str_array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-1
/
+1
*
Use a struct instead of an array to contain the array methods.
Andrew J. Schorr
2019-01-07
1
-4
/
+6
*
Remove alength array method in favor of accessing table_size directly.
Andrew J. Schorr
2019-01-06
1
-2
/
+0
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-2
/
+2
*
Fix array indexing from unassigned var to not keep that attribute.
Arnold D. Robbins
2017-08-09
1
-2
/
+7
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-4
/
+2
*
Introduce some helpful macros for terminating strings, and fix overrun in dcg...
Andrew J. Schorr
2017-01-27
1
-3
/
+2
*
Protect against string overrun when calling unsetenv.
Andrew J. Schorr
2017-01-26
1
-1
/
+6
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-17
/
+17
|
\
|
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-17
/
+17
*
|
It is OK to use a strnum as a string array subscript, since we now respect th...
Andrew J. Schorr
2016-07-04
1
-6
/
+2
|
/
*
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-1
/
+1
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+2
|
\
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+2
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-26
1
-9
/
+13
|
\
\
|
|
/
|
*
Further fix for MAYBE_NUM values used as array subscripts.
Arnold D. Robbins
2016-05-26
1
-9
/
+13
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-12
1
-0
/
+9
|
\
\
|
|
/
|
*
Fix array indexing to disallow numeric string.
Arnold D. Robbins
2016-05-12
1
-0
/
+9
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-02
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace `! NULL' with `& success_node' in array routines.
Arnold D. Robbins
2016-05-02
1
-2
/
+2
*
|
Bug fix for Mac OS X in passing environment through.
Arnold D. Robbins
2013-08-22
1
-1
/
+6
*
|
Changes to ENVIRON reflect into the environment.
Arnold D. Robbins
2013-08-19
1
-0
/
+74
|
/
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-12-09
1
-2
/
+2
|
\
|
*
Make bitflag checking consistent everywhere.
Arnold D. Robbins
2012-12-09
1
-2
/
+2
*
|
Fix memory corruption in copying an array, add another array extension.
john haque
2012-05-02
1
-0
/
+1
*
|
Improve array interface.
john haque
2012-04-19
1
-6
/
+10
*
|
Polish array handling code.
john haque
2012-04-18
1
-13
/
+16
|
/
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-1
/
+1
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-29
/
+0
*
New interpreter routine for MPFR.
john haque
2012-02-16
1
-4
/
+2
*
Merge branch 'gawk-4.0-stable', minor fixes after exe merge.
Arnold D. Robbins
2011-12-31
1
-2
/
+2
*
Fix compiler warnings on printf calls.
Arnold D. Robbins
2011-12-28
1
-1
/
+1
*
The grand merge: dgawk and pgawk folded into gawk.
Arnold D. Robbins
2011-12-26
1
-3
/
+6
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2011-10-25
1
-1
/
+1
*
Fix warning messages after merge with gawk_performance.
Arnold D. Robbins
2011-10-25
1
-1
/
+1
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-0
/
+759