summaryrefslogtreecommitdiff
path: root/profile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-2/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-3/+16
* Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-2/+2
* Remove DJGPP support.Arnold D. Robbins2022-07-061-5/+0
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Small typo fix.Arnold D. Robbins2022-05-111-1/+1
* Pretty printing improvements for comments in switch/case.Arnold D. Robbins2022-04-211-3/+7
* Small fixes from the persistent-gawk team.Arnold D. Robbins2022-04-011-2/+2
* Have cant_happen() give more information.Arnold D. Robbins2022-02-271-4/+3
* Code cleanups and bug fix.Arnold D. Robbins2021-10-181-3/+4
* Fixes for Vax/VMS C.Arnold D. Robbins2021-07-231-4/+4
* Fixes for z/OS.Arnold D. Robbins2021-05-131-0/+1
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-2/+2
* Fix issues with function ordering in pretty printed output. Add doc.Arnold D. Robbins2020-08-121-0/+3
* Convert exec_count to unsigned long long.Andrew J. Schorr2020-06-101-4/+4
* Fix another printf in profile.c.Arnold D. Robbins2020-06-101-1/+1
* Improve long long exec_count.Arnold D. Robbins2020-06-101-1/+1
* Make profiling counts 64 bits.Arnold D. Robbins2020-06-081-2/+2
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-1/+1
* Fix a pretty-printer error with print[f].Arnold D. Robbins2020-01-191-3/+18
* Fix use-after-free issues in profile.c.Arnold D. Robbins2019-09-011-23/+26
* Small profiling improvements.Arnold D. Robbins2019-02-251-1/+5
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-1/+2
* Continue fixing memory leaks related to namespaces.Arnold D. Robbins2019-01-191-2/+2
* Start fixing memory leaks in namespace management.Arnold D. Robbins2019-01-181-0/+2
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-9/+107
* Continue polishing comments. New test.Arnold D. Robbins2018-11-261-0/+4
* Handle comments after commas in expression lists.Arnold D. Robbins2018-10-301-39/+56
* Dump list of @include files at end when pretty printing.Arnold D. Robbins2018-10-281-1/+33
* Add comments to @load. Start for @include.Arnold D. Robbins2018-10-201-4/+15
* Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-1/+32
* Distinguish print $0 from print. Doc updates. Fix case and default.Arnold D. Robbins2018-10-171-1/+2
* Fix compiler warning from Cygwin.Arnold D. Robbins2018-10-161-1/+1
* Continue with comments, especially case and default.Arnold D. Robbins2018-10-161-5/+11
* Improvements for comments in do...while and debug dump.Arnold D. Robbins2018-10-141-2/+6
* Fix comments for && and ||, other small changes.Arnold D. Robbins2018-10-101-7/+26
* Improve handling of braced statements and comments in if/else.Arnold D. Robbins2018-10-101-0/+4
* Continued improvements in comment refactoring.Arnold D. Robbins2018-10-091-19/+15
* Fix switch and ?:. also range expressions. Start on functions.Arnold D. Robbins2018-10-041-4/+86
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-43/+39
* Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-6/+7
* First steps reworking code away from node type.Arnold D. Robbins2016-11-151-14/+14
* Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-26/+26
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-26/+26
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-1/+6
|\ \ | |/
| * Implement unary plus for real, including for pretty printing.Arnold D. Robbins2016-10-161-1/+6