aboutsummaryrefslogtreecommitdiffstats
path: root/field.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix comment in fw_parse_field and white space in gawkapi.h.Andrew J. Schorr2017-04-091-4/+4
* Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-271-11/+12
* Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...Andrew J. Schorr2017-03-211-104/+92
* For API input field parsing, use an array of structs instead of an array of i...Andrew J. Schorr2017-03-091-8/+9
* Minor style edits in field.c.Arnold D. Robbins2017-03-091-8/+6
* Rename variable in field.c and added a comment for improved clarity.Andrew J. Schorr2017-03-061-4/+9
* Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-15/+101
* Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-28/+51
|\
| * Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-15/+14
| * Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-25/+25
| |\
| * | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-101/+34
| * | Terminate all $n field values with a '\0' character.Andrew J. Schorr2016-07-061-41/+130
| * | Fix minor bug in last patch to rebuild_record for corner case that never occurs.Andrew J. Schorr2016-07-051-0/+1
| * | When rebuilding $0, do not bother to copy malloc'ed nodes.Andrew J. Schorr2016-07-051-32/+21
| * | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-5/+17
* | | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-0/+6
| |/ |/|
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-25/+25
|/
* Revert warning message until I'm certain that that flag combo is invalid.Andrew J. Schorr2016-07-031-5/+1
* Fix bug where STRING flag was disabled during record reconstruction, and add ...Andrew J. Schorr2016-07-031-1/+5
* Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+1
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+5
|\
| * Allow FS = "\0" if RS = "".Arnold D. Robbins2016-05-301-1/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-09-181-3/+2
|\|
| * Bug fix to FPAT field parsing.Arnold D. Robbins2015-09-181-3/+2
* | POSIX now allows \n for default field splitting. Fix code and doc.Arnold D. Robbins2015-05-311-79/+2
* | More fixes to stop allocating an extra byte.Arnold D. Robbins2014-12-141-1/+1
* | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
|/
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-40/+17
* Fix memory growth problem.Arnold D. Robbins2014-11-111-0/+6
* Rebuild record upon OFS being changed.Arnold D. Robbins2014-08-121-13/+8
* Update copyright year in configure.ac field.c.Arnold D. Robbins2014-01-241-1/+1
* Bug fix to do_split().Arnold D. Robbins2014-01-141-1/+3
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-131-2/+9
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-80/+80
|\
| * Some minor fixes. See ChangeLog.Arnold D. Robbins2012-10-311-1/+1
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-79/+79
* | Improve array interface.john haque2012-04-191-1/+3
|/
* Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-1/+1
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-2/+5
* Finish MPFR changes and clean up code.john haque2012-02-261-2/+2
* Finish builtins for MPFR.john haque2012-02-191-8/+15
* Add infrastructure for MPFR/GMP support.john haque2012-02-141-1/+2
* Add a test file, cleanup code and update doc.john haque2011-10-121-1/+1
* Speed/memory performance improvements.john haque2011-10-121-14/+16