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
*
Fix valgrind invalid read issues in new fpat parsing.
Arnold D. Robbins
2017-04-12
1
-3
/
+10
|
*
Fix FPAT problems.
Arnold D. Robbins
2017-04-12
1
-164
/
+85
|
*
Trivial change to field.c set_FIELDWIDTHS for type consistency.
Andrew J. Schorr
2017-04-10
1
-1
/
+1
|
*
Fix comment in fw_parse_field and white space in gawkapi.h.
Andrew J. Schorr
2017-04-09
1
-4
/
+4
|
*
Minor edits in feature/api-parser prepatory to merging.
Arnold D. Robbins
2017-03-27
1
-11
/
+12
|
*
Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵
Andrew J. Schorr
2017-03-21
1
-104
/
+92
|
|
|
|
API field parsing.
*
For API input field parsing, use an array of structs instead of an array of ↵
Andrew J. Schorr
2017-03-09
1
-8
/
+9
|
|
|
|
integers.
*
Minor style edits in field.c.
Arnold D. Robbins
2017-03-09
1
-8
/
+6
|
*
Rename variable in field.c and added a comment for improved clarity.
Andrew J. Schorr
2017-03-06
1
-4
/
+9
|
*
Enable an API input parser to supply an array of field widths to override ↵
Andrew J. Schorr
2017-03-05
1
-15
/
+101
|
|
|
|
the default gawk field parsing mechanism.
*
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
|
[next]