aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
* More progress on bool.Arnold D. Robbins2021-03-081-0/+2
|
* Start on a bool type for gawk.Arnold D. Robbins2021-03-051-1/+3
|
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-1/+1
|\
| * Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-8/+10
|\|
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-8/+10
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2020-12-201-0/+1
|\|
| * First steps fixing +inform, +nancy.Arnold D. Robbins2020-12-191-0/+1
| |
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-0/+9
|/
* Add lint checks for same redirection used multiple ways.Arnold D. Robbins2020-09-211-0/+2
|
* Fix CentOS 7 core dumps.Arnold D. Robbins2020-08-201-2/+1
|
* Fix a warning on tcc.Arnold D. Robbins2020-07-281-3/+3
|
* Finish up MPFR valgrind issues.Arnold D. Robbins2020-07-151-2/+0
|
* Fix typedregex2 and typedregex3 tesets for MPFR.Arnold D. Robbins2020-07-081-0/+1
|
* Change flags to enums (for showing in GDB).Arnold D. Robbins2020-07-071-101/+103
|
* Make do_itrace a real variable.Arnold D. Robbins2020-07-051-2/+1
|
* Add instruction trace option.Arnold D. Robbins2020-07-021-1/+3
|
* Check for FUNCTAB and SYMTAB as destination in builtin functions.Arnold D. Robbins2020-06-141-0/+1
|
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-2/+6
|
* Convert exec_count to unsigned long long.Andrew J. Schorr2020-06-101-1/+1
|
* Improve long long exec_count.Arnold D. Robbins2020-06-101-2/+3
|
* Make profiling counts 64 bits.Arnold D. Robbins2020-06-081-1/+1
|
* Add lint check for string + string.Arnold D. Robbins2020-05-061-0/+1
|
* Fix configure --disable-lint.Arnold D. Robbins2020-04-101-0/+1
|
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
|
* First round of message improvements.Arnold D. Robbins2020-03-091-3/+3
|
* Update and simplify dfa.c.Arnold D. Robbins2020-02-011-2/+0
|
* Update the typeof(PROCINFO) hack to return memory highwater and active counts.Andrew J. Schorr2019-09-101-1/+4
|
* Hack the typeof function to return memory count info when the 2nd arg is ↵Andrew J. Schorr2019-09-011-2/+1
| | | | PROCINFO.
* In .developing mode, define MEMDEBUG to use malloc/free for block allocation ↵Andrew J. Schorr2019-08-301-0/+14
| | | | to facilitate finding memory leaks.
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-15/+17
|
* Improve sandbox mode.Arnold D. Robbins2019-05-061-0/+1
|
* Fix core dump upon syntax error.Arnold D. Robbins2019-04-181-0/+1
|
* Improvements for z/OS, building and test suite.Arnold D. Robbins2019-02-251-1/+1
|
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-1/+2
|
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-1/+1
|
* Code cleanups.Arnold D. Robbins2019-01-211-0/+1
|
* Merge branch 'master' into feature/fix-ns-memleakArnold D. Robbins2019-01-201-0/+15
|\
| * Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-1/+1
| |
| * Fix location of assoc_set function in awk.h and start to use it.Andrew J. Schorr2019-01-151-14/+14
| |
| * Add assoc_set inline function for setting array elements.Andrew J. Schorr2019-01-141-0/+15
| |
* | Continue fixing memory leaks related to namespaces.Arnold D. Robbins2019-01-191-0/+1
|/
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-4/+15
|
* Merge branch 'gawk-4.2-stable'Arnold D. Robbins2019-01-111-2/+2
|\
| * Fixes for building on OpenVMSJohn Malmberg2019-01-091-2/+2
| |
* | Use a struct instead of an array to contain the array methods.Andrew J. Schorr2019-01-071-25/+27
| |
* | Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-23/+19
| |
* | Handle comments after commas in expression lists.Arnold D. Robbins2018-10-301-0/+1
| |
* | Add comments to @load. Start for @include.Arnold D. Robbins2018-10-201-0/+1
| |
* | Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-1/+2
| |