summaryrefslogtreecommitdiff
path: root/field.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-28/+51
|\
| * Further code improvements and doc changes as diff until merge.feature/nocopyArnold 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
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-10/+10
* Fix bug with FPAT.Arnold D. Robbins2011-08-101-5/+10
* Fix problem with FIELDWIDTHS.Arnold D. Robbins2011-08-101-3/+3
* Bug fix to FPAT and update test.Arnold D. Robbins2011-06-051-2/+1
* Fix FPAT / NF interaction, update test suites.Arnold D. Robbins2011-05-261-1/+12
* Bug fixes for FPAT.Arnold D. Robbins2011-05-231-1/+1
* Fix problem with subarray of deleted array.Arnold D. Robbins2011-05-041-28/+37
* Fixes for asort, asorti, split, patsplit.Arnold D. Robbins2011-03-031-2/+8
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
* More OS/2 changes.Arnold D. Robbins2011-02-101-1/+0