Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-09 | 1 | -0/+10 | |
| |\| | ||||||
| | * | Fix configure.ac --disable-extensions. | Arnold D. Robbins | 2016-06-09 | 1 | -0/+6 | |
| | | | ||||||
| | * | Sync with grep. | Arnold D. Robbins | 2016-06-09 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-08 | 1 | -0/+7 | |
| |\| | ||||||
| | * | Bug fix in symbol lookup, could break watchpoints. | Arnold D. Robbins | 2016-06-08 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-06 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2016-06-06 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-01 | 1 | -0/+9 | |
| |\| | ||||||
| | * | Disallow negative hex numbers in input data. | Arnold D. Robbins | 2016-06-01 | 1 | -0/+3 | |
| | | | ||||||
| | * | Keep nonposix.h from bothering things on POSIX systems. | Arnold D. Robbins | 2016-06-01 | 1 | -0/+6 | |
| | | | ||||||
* | | | Add a new boolval function to awk.h to make sure we handle this consistently. | Andrew J. Schorr | 2016-06-14 | 1 | -0/+8 | |
| | | | ||||||
* | | | Fix strftime 3rd argument to behave like a standard boolean: non-null or ↵ | Andrew J. Schorr | 2016-06-14 | 1 | -0/+5 | |
| | | | | | | | | | | | | non-zero. | |||||
* | | | Fix gawkapi node_to_awk_value to check scalar type correctly. | Andrew J. Schorr | 2016-06-14 | 1 | -0/+5 | |
| | | | ||||||
* | | | Eliminate more STRCUR tests in awkgram.y | Andrew J. Schorr | 2016-06-13 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -0/+74 | |
|/ / | | | | | | | and lint checks. | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -0/+2 | |
|\| | ||||||
| * | Update getopt from GLIBC. | Arnold D. Robbins | 2016-05-30 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -0/+5 | |
|\| | ||||||
| * | Allow FS = "\0" if RS = "". | Arnold D. Robbins | 2016-05-30 | 1 | -0/+5 | |
| | | ||||||
* | | Allow extension functions to get more arguments than expected. | Arnold D. Robbins | 2016-05-30 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -3/+9 | |
|\| | ||||||
| * | Always force number on -v arguments, even if LC_NUMERIC not defined. | Arnold D. Robbins | 2016-05-30 | 1 | -3/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -0/+9 | |
|\| | ||||||
| * | Remove useless "optional" argument to get_actual_argument. | Andrew J. Schorr | 2016-05-26 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-26 | 1 | -2/+12 | |
|\| | ||||||
| * | Further fix for MAYBE_NUM values used as array subscripts. | Arnold D. Robbins | 2016-05-26 | 1 | -0/+4 | |
| | | ||||||
| * | Improve definition of fatal macro. | Arnold D. Robbins | 2016-05-26 | 1 | -2/+8 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -0/+16 | |
|\| | ||||||
| * | Optimize API function argument retrieval to eliminate a duplicate call to ↵ | Andrew J. Schorr | 2016-05-26 | 1 | -0/+16 | |
| | | | | | | | | get_argument. | |||||
* | | Add nonfatal error message facility to extension API. | Arnold D. Robbins | 2016-05-25 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-12 | 1 | -0/+17 | |
|\| | ||||||
| * | Fix issues with SIGPIPE. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+8 | |
| | | ||||||
| * | Fix array indexing to disallow numeric string. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+5 | |
| | | ||||||
| * | Fix compilation warnings in MinGW builds. | Eli Zaretskii | 2016-05-12 | 1 | -0/+5 | |
| | | ||||||
* | | Remove some dead code in interpret.h | Andrew J. Schorr | 2016-05-09 | 1 | -0/+5 | |
| | | ||||||
* | | Improve instruction dump of comments. | Arnold D. Robbins | 2016-05-06 | 1 | -0/+4 | |
| | | ||||||
* | | Stop wasting extra byte at the end of sprintf strings. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -0/+7 | |
|\| | ||||||
| * | Fix sprintf memory leak by using realloc to shrink buffer to the proper size. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -0/+5 | |
|\| | ||||||
| * | Add CPP #defines for gawk_api_major_version and gawk_api_minor_version. | Andrew J. Schorr | 2016-05-03 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-02 | 1 | -0/+5 | |
|\| | ||||||
| * | Sync dfa with grep. | Arnold D. Robbins | 2016-05-02 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-02 | 1 | -1/+10 | |
|\| | ||||||
| * | Replace `! NULL' with `& success_node' in array routines. | Arnold D. Robbins | 2016-05-02 | 1 | -0/+8 | |
| | | ||||||
| * | Update credit for most recent bug fix. | Arnold D. Robbins | 2016-05-02 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 | |
|\| | ||||||
| * | Fix multicharacter RS in traditional/posix modes. | Arnold D. Robbins | 2016-04-27 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 | |
|\| | ||||||
| * | Sync dfa.c with grep. | Arnold D. Robbins | 2016-04-24 | 1 | -0/+4 | |
| | |