summaryrefslogtreecommitdiff
path: root/field.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-04-141-4/+4
|\
| * Merge branch 'private/stable-int-max-fx' into gawk-5.2-stableArnold D. Robbins2023-04-141-3/+3
| |\
| | * Allow input records longer than INT_MAX.Arnold D. Robbins2023-03-181-3/+3
| * | Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
| |/
* | Update split() for CSV data.Arnold D. Robbins2023-03-171-10/+4
* | Start revamp of CSV handling.Arnold D. Robbins2023-03-161-2/+28
* | Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-02-271-10/+10
|\ \ | |/
| * Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-10/+10
* | Fix memory leak in CSV parsing.Arnold D. Robbins2023-02-241-0/+1
* | Remove unused variable in field.c.Arnold D. Robbins2022-11-251-1/+0
* | Further updates for split() and CSV.Arnold D. Robbins2022-09-011-1/+1
* | Make split() do CSV parsing too.Arnold D. Robbins2022-08-311-0/+9
* | Grow field buffer for CSV parsing.Arnold D. Robbins2022-08-301-1/+16
* | First cut at CSV support a la BWK awk.Arnold D. Robbins2022-08-291-1/+119
|/
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Finish fixing indirect call of builtins.Arnold D. Robbins2022-02-071-0/+4
* Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-8/+8
* Update copyright year in a bunch of files.Arnold D. Robbins2021-10-271-1/+1
* Fix double free error with -M.Arnold D. Robbins2020-07-031-0/+8
* Check for FUNCTAB and SYMTAB as destination in builtin functions.Arnold D. Robbins2020-06-141-0/+8
* Bug fix for FPAT field parsing.Arnold D. Robbins2020-04-101-7/+18
* Bug fix in field.c.Arnold D. Robbins2020-04-021-2/+4
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* Fix a number of memory leaks.Arnold D. Robbins2020-01-081-5/+2
* Sanitization fix from Paul Eggert.Arnold D. Robbins2019-12-201-1/+3
* Fix a bug with FPAT field parsing.Arnold D. Robbins2019-11-031-12/+1
* Fix assigning typed regex to FS and RS.Arnold D. Robbins2019-10-131-1/+1
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Fix lint_old warnings to use lintwarn function.gawk-5.0-stableArnold D. Robbins2019-07-161-1/+1
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-4/+4
* Fix bug with ^ in FS.Arnold D. Robbins2019-04-211-0/+1
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-17/+3
* Add more lint warnings.Arnold D. Robbins2018-09-261-1/+1
* Add lint check for decrementing NF.Arnold D. Robbins2018-09-181-0/+7
* Improve lint check for accessing fields in END rule.Arnold D. Robbins2018-09-181-7/+8
* Fix check of static boolean in field.c:get_field.Arnold D. Robbins2018-09-161-1/+1
* Add lint warning for accessing $0 in an END rule.Arnold D. Robbins2018-09-161-0/+7
* Fix problem with rebuilding records if using API parser.Arnold D. Robbins2018-04-171-0/+5
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
* Fix field corruption when $0 is reassigned with open $n references.Andrew J. Schorr2017-11-141-5/+11
* Simplify lint warnings in field.c:do_split.Arnold D. Robbins2017-10-141-7/+3
* Fix reference counting management problem in rebuild_record().Arnold D. Robbins2017-08-171-7/+3
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-3/+1
* FIELDWIDTHS parsing should protect against blanks after skip separator, and f...Andrew J. Schorr2017-05-241-2/+2
* Additional robustness in FIELDWIDTHS parsing.Arnold D. Robbins2017-05-231-18/+18
* Greatly improve FIELDWIDTHS behavior, doc, and tests.Arnold D. Robbins2017-05-231-6/+26
* Fix valgrind invalid read issues in new fpat parsing.Arnold D. Robbins2017-04-121-3/+10
* Fix FPAT problems.Arnold D. Robbins2017-04-121-164/+85
* Trivial change to field.c set_FIELDWIDTHS for type consistency.Andrew J. Schorr2017-04-101-1/+1