summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/cpp-compileArnold D. Robbins2023-04-221-0/+1
|\
| * Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-0/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2023-04-141-1/+1
|\ \ | |/
| * Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2023-02-271-0/+1
|\ \ | |/
| * Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-0/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-09-191-0/+19
|\ \ | |/
| * Fix negative NaN issue on RiscV.Arnold D. Robbins2022-09-191-0/+19
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-08-081-1/+0
|\ \ | |/
| * Move floatmagic.h include to awk.h.Arnold D. Robbins2022-08-081-1/+0
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-08-081-1/+1
|\ \ | |/
| * Fix the MinGW build.Eli Zaretskii2022-08-081-1/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-08-071-0/+1
|\ \ | |/
| * Add include of floatmagic.h to eval.c.Arnold D. Robbins2022-08-071-0/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-07-081-0/+31
|\ \ | |/
| * Squashed commit of the following:Arnold D. Robbins2022-07-081-0/+31
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-07-071-2/+0
|\ \ | |/
| * Remove DJGPP support.Arnold D. Robbins2022-07-061-2/+0
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-07-011-32/+1
|\ \ | |/
| * 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
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-06-281-0/+31
|\ \ | |/
| * Squashed commit of the following:Arnold D. Robbins2022-06-281-0/+31
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2022-02-271-2/+2
|\ \ | |/
| * 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
* | | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2021-05-251-0/+1
|\ \ \ | |/ /
| * | 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 'master' into feature/cpp-compileArnold D. Robbins2021-01-091-1/+2
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2020-11-161-7/+86
|\ \ \ | |/ /
| * | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-10/+86
| |/
* | Get rid of more warnings.Arnold D. Robbins2020-11-091-1/+1
* | Merge branch 'master' into feature/cpp-compileArnold D. Robbins2020-10-291-0/+7
|\ \ | |/
| * Bug fix in eval.c:setup_frame.Arnold D. Robbins2020-10-291-0/+7
* | Compiles with g++ and passes the test suite. Still lots of warnings.Arnold D. Robbins2020-10-221-3/+2
* | Start on compiling with C++, fix just errors.Arnold D. Robbins2020-10-211-5/+5
|/
* 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