index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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.
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
*
|
|
|
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-11-01
1
-0
/
+2
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Resync flags for flags2str.
Arnold D. Robbins
2016-11-01
1
-0
/
+2
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-23
1
-23
/
+23
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-23
/
+23
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-16
1
-0
/
+1
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
Implement unary plus for real, including for pretty printing.
Arnold D. Robbins
2016-10-16
1
-0
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-08-25
1
-5
/
+10
|
\
|
|
|
|
|
|
*
|
|
|
|
New POSIX rules for string comparison.
Arnold D. Robbins
2016-08-25
1
-5
/
+10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
Restore typed regexp code in a new branch.
Arnold D. Robbins
2016-08-03
1
-0
/
+6
|
/
/
/
/
*
|
|
/
Remove typed regexps until they can be done correctly.
Arnold D. Robbins
2016-08-03
1
-6
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-08-01
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve ignoring case in single byte locales.
Arnold D. Robbins
2016-08-01
1
-0
/
+2
*
|
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-19
1
-12
/
+13
|
\
|
|
|
|
/
|
/
|
|
*
Simplify set_LINT function.
Arnold D. Robbins
2016-07-19
1
-22
/
+11
|
*
Fix set_LINT for LINT="invalid" to reset lintfunc.
Arnold D. Robbins
2016-07-17
1
-0
/
+1
*
|
Minor improvements after Andy's reworking of stuff.
Arnold D. Robbins
2016-06-26
1
-7
/
+5
*
|
Call fixtype in a few more places to make sure we check types properly.
Andrew J. Schorr
2016-06-20
1
-3
/
+2
*
|
Add a new boolval function to awk.h to make sure we handle this consistently.
Andrew J. Schorr
2016-06-14
1
-14
/
+3
*
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...
Andrew J. Schorr
2016-06-13
1
-61
/
+29
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
\
|
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-01-14
1
-1
/
+1
|
\
|
|
*
Fix for extra parameters going down the call chain.
Arnold D. Robbins
2016-01-14
1
-1
/
+1
[next]