| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'gawk-5.2-stable' | Arnold D. Robbins | 2023-04-13 | 1 | -0/+5 |
| |\ | |||||
| | * | Bug fix for asort(SYMTAB, arr). | Arnold D. Robbins | 2023-04-13 | 1 | -0/+5 |
| * | | Finally csv behavior w.r.t. CRs. | Arnold D. Robbins | 2023-04-13 | 1 | -0/+5 |
| * | | Merge branch 'feature/csv-revamp' | Arnold D. Robbins | 2023-03-26 | 1 | -1/+11 |
| |\ \ | |||||
| | * | | Add initial csvscan() routine. | Arnold D. Robbins | 2023-03-21 | 1 | -0/+5 |
| | * | | Update split() for CSV data. | Arnold D. Robbins | 2023-03-17 | 1 | -0/+5 |
| | * | | Start revamp of CSV handling. | Arnold D. Robbins | 2023-03-16 | 1 | -1/+1 |
| * | | | Add some tests. | Arnold D. Robbins | 2023-03-23 | 1 | -0/+6 |
| |/ / | |||||
| * | | Merge branch 'gawk-5.2-stable' | Arnold D. Robbins | 2023-02-24 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Bug fix in typeof, add new test files. | Arnold D. Robbins | 2023-02-24 | 1 | -0/+5 |
| | * | Bug fix in boolval. | Arnold D. Robbins | 2023-02-24 | 1 | -0/+5 |
| * | | Merge branch 'gawk-5.2-stable' | Arnold D. Robbins | 2023-01-31 | 1 | -0/+10 |
| |\ \ | |/ | |||||
| | * | Fix field assignment bug. | Arnold D. Robbins | 2023-01-31 | 1 | -0/+5 |
| | * | Yet another fix for Node_elem_new handling. | Arnold D. Robbins | 2023-01-31 | 1 | -0/+5 |
| * | | Merge branch 'master' into feature/bwk-csv | Arnold D. Robbins | 2022-10-23 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Fix parse-time division by zero check. | Arnold D. Robbins | 2022-10-23 | 1 | -0/+5 |
| * | | Merge branch 'master' into feature/bwk-csv | Arnold D. Robbins | 2022-09-25 | 1 | -20/+20 |
| |\ \ | |/ | |||||
| | * | Rename test/elemnew files to be test/mdim files. | Arnold D. Robbins | 2022-09-25 | 1 | -20/+20 |
| * | | Merge branch 'master' into feature/bwk-csv | Arnold D. Robbins | 2022-09-23 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Yet another fix and test for Node_elem_new. | Arnold D. Robbins | 2022-09-23 | 1 | -0/+5 |
| * | | Merge branch 'master' into feature/bwk-csv | Arnold D. Robbins | 2022-09-17 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Fix a bug with eval in the debugger. | Arnold D. Robbins | 2022-09-16 | 1 | -0/+5 |
| * | | Merge branch 'master' into feature/bwk-csv | Arnold D. Robbins | 2022-09-14 | 1 | -5/+20 |
| |\ \ | |/ | |||||
| | * | Additional fix for Node_elem_new. | Arnold D. Robbins | 2022-09-14 | 1 | -0/+10 |
| | * | Fix a bug with Node_elem_new. | Arnold D. Robbins | 2022-09-14 | 1 | -0/+5 |
| | * | Make inf-nan-torture a machine-dependent test. See ChangeLog. | Arnold D. Robbins | 2022-09-04 | 1 | -5/+5 |
| * | | First cut at CSV support a la BWK awk. | Arnold D. Robbins | 2022-08-29 | 1 | -0/+5 |
| |/ | |||||
| * | Syntax errors are now fatal. Stop the fuzzers. | Arnold D. Robbins | 2022-08-25 | 1 | -0/+10 |
| * | Improve parse-time checking for divide by zero, add test case. | Arnold D. Robbins | 2022-08-14 | 1 | -0/+5 |
| * | Fix nsidentifier test for MinGW. | Arnold D. Robbins | 2022-08-08 | 1 | -5/+0 |
| * | Continued improvement in test/Makefile.am. | Arnold D. Robbins | 2022-07-22 | 1 | -5/+0 |
| * | Prettify lists of tests. | Arnold D. Robbins | 2022-07-14 | 1 | -68/+68 |
| * | Squashed commit of the following: | Arnold D. Robbins | 2022-07-08 | 1 | -0/+20 |
| * | Revert "Squashed commit of the following:" | Arnold D. Robbins | 2022-06-29 | 1 | -15/+0 |
| * | Squashed commit of the following: | Arnold D. Robbins | 2022-06-28 | 1 | -0/+15 |
| * | Add back test makefiles. | Arnold D. Robbins | 2022-05-24 | 1 | -5/+5 |
| * | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-05-24 | 1 | -0/+5 |
| |\ | |||||
| | * | Small bug fix and new test case. | Arnold D. Robbins | 2022-05-24 | 1 | -0/+5 |
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-04-28 | 1 | -0/+15 |
| |\ \ | |/ | |||||
| | * | Fix MPFR unary minus on a zero value. | Arnold D. Robbins | 2022-04-28 | 1 | -0/+5 |
| | * | Make SYMTAB["x"]["y"] a fatal error also. | Arnold D. Robbins | 2022-04-28 | 1 | -0/+5 |
| | * | Update handling of [...---...] and add test. | Arnold D. Robbins | 2022-04-27 | 1 | -0/+5 |
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-04-21 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Pretty printing improvements for comments in switch/case. | Arnold D. Robbins | 2022-04-21 | 1 | -0/+5 |
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-03-27 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Fix nested indirect calls, add test case. | Arnold D. Robbins | 2022-03-27 | 1 | -0/+5 |
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-11 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Fix bug in exit status returned by close for a previously exited process. | Andrew J. Schorr | 2022-02-10 | 1 | -0/+5 |
| * | | Final fixup after merge. | Arnold D. Robbins | 2022-01-05 | 1 | -2/+2 |
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-01-05 | 1 | -0/+5 |
| |\ \ | |/ | |||||
