summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-0/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-0/+1
* Fix negative NaN issue on RiscV.Arnold D. Robbins2022-09-191-0/+19
* Move floatmagic.h include to awk.h.Arnold D. Robbins2022-08-081-1/+0
* Fix the MinGW build.Eli Zaretskii2022-08-081-1/+1
* Add include of floatmagic.h to eval.c.Arnold D. Robbins2022-08-071-0/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-081-0/+31
* Remove DJGPP support.Arnold D. Robbins2022-07-061-2/+0
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-31/+0
* Squashed commit of the following:Arnold D. Robbins2022-06-281-0/+31
* 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.feature/nocopyArnold 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