index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
field.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-28
/
+51
|
\
|
*
Further code improvements and doc changes as diff until merge.
Arnold D. Robbins
2016-11-12
1
-15
/
+14
|
|
|
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-25
/
+25
|
|
\
|
*
|
Optimization: support unterminated field strings inside gawk, but make ↵
Andrew J. Schorr
2016-07-08
1
-101
/
+34
|
|
|
|
|
|
|
|
|
|
|
|
terminated copies for the API.
|
*
|
Terminate all $n field values with a '\0' character.
Andrew J. Schorr
2016-07-06
1
-41
/
+130
|
|
|
|
*
|
Fix minor bug in last patch to rebuild_record for corner case that never occurs.
Andrew J. Schorr
2016-07-05
1
-0
/
+1
|
|
|
|
*
|
When rebuilding $0, do not bother to copy malloc'ed nodes.
Andrew J. Schorr
2016-07-05
1
-32
/
+21
|
|
|
|
*
|
Remove FIELD flag, since it is the inverse of the MALLOC flag.
Andrew J. Schorr
2016-07-05
1
-5
/
+17
|
|
|
*
|
|
Finish reworking typed regexes. Tests pass!
Arnold D. Robbins
2016-11-15
1
-0
/
+6
|
|
/
|
/
|
*
|
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-25
/
+25
|
/
*
Revert warning message until I'm certain that that flag combo is invalid.
Andrew J. Schorr
2016-07-03
1
-5
/
+1
|
*
Fix bug where STRING flag was disabled during record reconstruction, and add ↵
Andrew J. Schorr
2016-07-03
1
-1
/
+5
|
|
|
|
test case.
*
Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵
Andrew J. Schorr
2016-06-30
1
-1
/
+1
|
|
|
|
stfmt issues.
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+5
|
\
|
*
Allow FS = "\0" if RS = "".
Arnold D. Robbins
2016-05-30
1
-1
/
+5
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
\
|
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-09-18
1
-3
/
+2
|
\
|
|
*
Bug fix to FPAT field parsing.
Arnold D. Robbins
2015-09-18
1
-3
/
+2
|
|
*
|
POSIX now allows \n for default field splitting. Fix code and doc.
Arnold D. Robbins
2015-05-31
1
-79
/
+2
|
|
*
|
More fixes to stop allocating an extra byte.
Arnold D. Robbins
2014-12-14
1
-1
/
+1
|
|
*
|
Stop allocating an extra wasted byte at the end of various strings.
Andrew J. Schorr
2014-12-14
1
-1
/
+1
|
/
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-40
/
+17
|
*
Fix memory growth problem.
Arnold D. Robbins
2014-11-11
1
-0
/
+6
|
*
Rebuild record upon OFS being changed.
Arnold D. Robbins
2014-08-12
1
-13
/
+8
|
*
Update copyright year in configure.ac field.c.
Arnold D. Robbins
2014-01-24
1
-1
/
+1
|
*
Bug fix to do_split().
Arnold D. Robbins
2014-01-14
1
-1
/
+3
|
*
Fix problem when extending NF. See test/nfloop.
Arnold D. Robbins
2013-09-13
1
-2
/
+9
|
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
|
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-11-25
1
-80
/
+80
|
\
|
*
Some minor fixes. See ChangeLog.
Arnold D. Robbins
2012-10-31
1
-1
/
+1
|
|
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-79
/
+79
|
|
*
|
Improve array interface.
john haque
2012-04-19
1
-1
/
+3
|
/
*
Change MPFR variable RND_MODE to ROUND_MODE.
john haque
2012-04-12
1
-1
/
+1
|
*
Add arbitrary-precision arithmetic on integers.
john haque
2012-03-19
1
-2
/
+5
|
*
Finish MPFR changes and clean up code.
john haque
2012-02-26
1
-2
/
+2
|
*
Finish builtins for MPFR.
john haque
2012-02-19
1
-8
/
+15
|
*
Add infrastructure for MPFR/GMP support.
john haque
2012-02-14
1
-1
/
+2
|
*
Add a test file, cleanup code and update doc.
john haque
2011-10-12
1
-1
/
+1
|
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-14
/
+16
|
*
Make no mbs support work everywhere. Sheesh.
Arnold D. Robbins
2011-09-21
1
-10
/
+10
|
*
Fix bug with FPAT.
Arnold D. Robbins
2011-08-10
1
-5
/
+10
|
*
Fix problem with FIELDWIDTHS.
Arnold D. Robbins
2011-08-10
1
-3
/
+3
|
*
Bug fix to FPAT and update test.
Arnold D. Robbins
2011-06-05
1
-2
/
+1
|
*
Fix FPAT / NF interaction, update test suites.
Arnold D. Robbins
2011-05-26
1
-1
/
+12
|
*
Bug fixes for FPAT.
Arnold D. Robbins
2011-05-23
1
-1
/
+1
|
*
Fix problem with subarray of deleted array.
Arnold D. Robbins
2011-05-04
1
-28
/
+37
|
*
Fixes for asort, asorti, split, patsplit.
Arnold D. Robbins
2011-03-03
1
-2
/
+8
|
*
Update copyrights.
Arnold D. Robbins
2011-02-27
1
-1
/
+1
|
*
More OS/2 changes.
Arnold D. Robbins
2011-02-10
1
-1
/
+0
|
[next]