aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Feature: @let statement provides block-scoped localsKaz Kylheku2022-04-091-8/+11
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-2/+2
|\
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-2/+2
* | Small fix in eval.c.Arnold D. Robbins2021-05-031-1/+1
* | Start on a bool type for gawk.Arnold D. Robbins2021-03-051-0/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-1/+2
|\|
| * Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+2
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-1/+1
|\|
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+1
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-10/+86
|/
* Bug fix in eval.c:setup_frame.Arnold D. Robbins2020-10-291-0/+7
* Fix a warning on tcc.Arnold D. Robbins2020-07-281-1/+1
* Fix posix_compare function, add test.Arnold D. Robbins2020-07-021-56/+58
* Add lint check for string + string.Arnold D. Robbins2020-05-061-0/+1
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-2/+4
* Single-byte locales use locale settings for ignoring case.Arnold D. Robbins2019-04-071-7/+7
* Improvements for z/OS, building and test suite.Arnold D. Robbins2019-02-251-1/+17
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-0/+1
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-1/+4
* Remove the tail recursion optimization.Arnold D. Robbins2018-03-261-42/+7
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-0/+1
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-1/+1
* Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-7/+17
|\
| * Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-0/+16
| * Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-1/+1
| * Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-011-0/+2
| |\
| * \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-23/+23
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-161-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-251-5/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-031-6/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-011-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-191-12/+13
| |\ \ \ \ \ \ \
| * | | | | | | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-0/+9
| * | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...Andrew J. Schorr2016-07-061-2/+0
| * | | | | | | | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-12/+0
| * | | | | | | | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-1/+0
* | | | | | | | | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-6/+1
* | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-011-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Resync flags for flags2str.Arnold D. Robbins2016-11-011-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-23/+23
|\| | | | | | |
| * | | | | | | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-23/+23
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-0/+1
|\| | | | | |
| * | | | | | Implement unary plus for real, including for pretty printing.Arnold D. Robbins2016-10-161-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-5/+10
|\| | | | |
| * | | | | New POSIX rules for string comparison.Arnold D. Robbins2016-08-251-5/+10
| | |_|_|/ | |/| | |
* / | | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-0/+6
|/ / / /