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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak when $a = $b appears in expressions.
Arnold D. Robbins
2023-02-27
1
-0
/
+1
*
Fix negative NaN issue on RiscV.
Arnold D. Robbins
2022-09-19
1
-0
/
+19
*
Move floatmagic.h include to awk.h.
Arnold D. Robbins
2022-08-08
1
-1
/
+0
*
Fix the MinGW build.
Eli Zaretskii
2022-08-08
1
-1
/
+1
*
Add include of floatmagic.h to eval.c.
Arnold D. Robbins
2022-08-07
1
-0
/
+1
*
Squashed commit of the following:
Arnold D. Robbins
2022-07-08
1
-0
/
+31
*
Remove DJGPP support.
Arnold D. Robbins
2022-07-06
1
-2
/
+0
*
Update copyright year in a bunch of files.
Arnold D. Robbins
2022-07-01
1
-1
/
+1
*
Revert "Squashed commit of the following:"
Arnold D. Robbins
2022-06-29
1
-31
/
+0
*
Squashed commit of the following:
Arnold D. Robbins
2022-06-28
1
-0
/
+31
*
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2022-02-27
1
-2
/
+2
|
\
|
*
Have cant_happen() give more information.
Arnold D. Robbins
2022-02-27
1
-2
/
+2
*
|
Small fix in eval.c.
Arnold D. Robbins
2021-05-03
1
-1
/
+1
*
|
Start on a bool type for gawk.
Arnold D. Robbins
2021-03-05
1
-0
/
+1
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-01-09
1
-1
/
+2
|
\
\
|
|
/
|
*
Update a bunch of copyright years.
Arnold D. Robbins
2021-01-09
1
-1
/
+2
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-01-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Improve use of types throughout.
Arnold D. Robbins
2021-01-08
1
-1
/
+1
*
|
Rework scalar comparisons to be (more) like in C.
Arnold D. Robbins
2020-11-02
1
-10
/
+86
|
/
*
Bug fix in eval.c:setup_frame.
Arnold D. Robbins
2020-10-29
1
-0
/
+7
*
Fix a warning on tcc.
Arnold D. Robbins
2020-07-28
1
-1
/
+1
*
Fix posix_compare function, add test.
Arnold D. Robbins
2020-07-02
1
-56
/
+58
*
Add lint check for string + string.
Arnold D. Robbins
2020-05-06
1
-0
/
+1
*
Update copyright years. Fix a typo in ChangeLog.1.
Arnold D. Robbins
2019-07-21
1
-1
/
+1
*
Add --lint=no-ext to disable "xxx is a gawk extension" warnings.
Arnold D. Robbins
2019-05-22
1
-2
/
+4
*
Single-byte locales use locale settings for ignoring case.
Arnold D. Robbins
2019-04-07
1
-7
/
+7
*
Improvements for z/OS, building and test suite.
Arnold D. Robbins
2019-02-25
1
-1
/
+17
*
Fix calling user defined functions from eval.
Arnold D. Robbins
2019-02-17
1
-0
/
+1
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-1
/
+4
*
Remove the tail recursion optimization.
Arnold D. Robbins
2018-03-26
1
-42
/
+7
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Fix parenthesization in the pretty printer for real (we hope!).
Arnold D. Robbins
2017-06-23
1
-0
/
+1
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-2
/
+1
*
Change return type on some functions from int to bool.
Arnold D. Robbins
2017-02-23
1
-1
/
+1
*
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-7
/
+17
|
\
|
*
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-0
/
+16
|
*
Further code improvements and doc changes as diff until merge.
feature/nocopy
Arnold D. Robbins
2016-11-12
1
-1
/
+1
|
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-11-01
1
-0
/
+2
|
|
\
|
*
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-23
/
+23
|
|
\
\
|
*
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-16
1
-0
/
+1
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-25
1
-5
/
+10
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-03
1
-6
/
+0
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-01
1
-0
/
+2
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-07-19
1
-12
/
+13
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Optimization: support unterminated field strings inside gawk, but make termin...
Andrew J. Schorr
2016-07-08
1
-0
/
+9
|
*
|
|
|
|
|
|
|
Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...
Andrew J. Schorr
2016-07-06
1
-2
/
+0
|
*
|
|
|
|
|
|
|
Document string termination in header files and remove no-longer-needed strin...
Andrew J. Schorr
2016-07-06
1
-12
/
+0
|
*
|
|
|
|
|
|
|
Remove FIELD flag, since it is the inverse of the MALLOC flag.
Andrew J. Schorr
2016-07-05
1
-1
/
+0
*
|
|
|
|
|
|
|
|
First steps reworking code away from node type.
Arnold D. Robbins
2016-11-15
1
-6
/
+1
[next]