Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2023-04-22 | 1 | -0/+1 |
|\ | |||||
| * | Fix a few -Wextra compilation warnings. | Arnold D. Robbins | 2023-04-22 | 1 | -0/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2023-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year in a bunch of files. | Arnold D. Robbins | 2023-04-14 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2023-02-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix memory leak when $a = $b appears in expressions. | Arnold D. Robbins | 2023-02-27 | 1 | -0/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-09-19 | 1 | -0/+19 |
|\ \ | |/ | |||||
| * | Fix negative NaN issue on RiscV. | Arnold D. Robbins | 2022-09-19 | 1 | -0/+19 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-08-08 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Move floatmagic.h include to awk.h. | Arnold D. Robbins | 2022-08-08 | 1 | -1/+0 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-08-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix the MinGW build. | Eli Zaretskii | 2022-08-08 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-08-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Add include of floatmagic.h to eval.c. | Arnold D. Robbins | 2022-08-07 | 1 | -0/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-07-08 | 1 | -0/+31 |
|\ \ | |/ | |||||
| * | Squashed commit of the following: | Arnold D. Robbins | 2022-07-08 | 1 | -0/+31 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-07-07 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Remove DJGPP support. | Arnold D. Robbins | 2022-07-06 | 1 | -2/+0 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-07-01 | 1 | -32/+1 |
|\ \ | |/ | |||||
| * | 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 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-06-28 | 1 | -0/+31 |
|\ \ | |/ | |||||
| * | Squashed commit of the following: | Arnold D. Robbins | 2022-06-28 | 1 | -0/+31 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2022-02-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | 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 |
* | | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2021-05-25 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 'master' into feature/cpp-compile | Arnold D. Robbins | 2021-01-09 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2020-11-16 | 1 | -7/+86 |
|\ \ \ | |/ / | |||||
| * | | Rework scalar comparisons to be (more) like in C. | Arnold D. Robbins | 2020-11-02 | 1 | -10/+86 |
| |/ | |||||
* | | Get rid of more warnings. | Arnold D. Robbins | 2020-11-09 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/cpp-compile | Arnold D. Robbins | 2020-10-29 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Bug fix in eval.c:setup_frame. | Arnold D. Robbins | 2020-10-29 | 1 | -0/+7 |
* | | Compiles with g++ and passes the test suite. Still lots of warnings. | Arnold D. Robbins | 2020-10-22 | 1 | -3/+2 |
* | | Start on compiling with C++, fix just errors. | Arnold D. Robbins | 2020-10-21 | 1 | -5/+5 |
|/ | |||||
* | 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 |