index
:
delta/gawk.git
array-iface
baserock/build-essential
baserock/morph
baserock/richardmaw/S8564/ro-staging-area
baserock/sam/meson
baserock/tiagogomes/armv8l64
cmake
comment
constants
dead-branches/async-events
dead-branches/constants
dead-branches/detect-local
dead-branches/doc/using-git
dead-branches/long-double
dead-branches/memory-work
dead-branches/nolibtool
dead-branches/num-handler
dead-branches/revamp-scalar-comparisons
easter-eggs/detect-local
egtests
feature/andy
feature/api-min-max
feature/api-mpfr
feature/api-parser
feature/array-iface
feature/assoc_set
feature/better-index
feature/bool
feature/cmake
feature/cmp_scalars
feature/cpp-compile
feature/dev-5.0
feature/docit
feature/fix-comments
feature/fix-indirect-call
feature/fix-ns-memleak
feature/fixtype
feature/gnulib-regex
feature/improve-inet
feature/improve-tests
feature/iolint
feature/memleak
feature/memory-work
feature/namespaces
feature/nl_langinfo
feature/nocopy
feature/regex-to-api
feature/regex-type
feature/shadow-builtins
feature/stringfix
feature/typed-regex
feature/typed-regex-2
feature/wasted-byte
feature/zOS
feature/zOS-try2
features/docit
gawk-2.10-from-net
gawk-3.1-stable
gawk-4.0-stable
gawk-4.1-stable
gawk-4.2-stable
gawk-5.0-stable
gawk-5.1-stable
gawk-5.2-stable
gawk-stable
gnulib-regex-again
long-double
master
memory-work
new-vms
nolibtool
non-fatal-io
non-fatal-io-2
num-handler
porting
print-exp
select
wasted-byte
zos-debug
git.savannah.gnu.org: git/gawk.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
field.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace from a bunch of files.
Arnold D. Robbins
2023-02-26
1
-10
/
+10
*
Update copyright year in a bunch of files.
Arnold D. Robbins
2022-07-01
1
-1
/
+1
*
Finish fixing indirect call of builtins.
Arnold D. Robbins
2022-02-07
1
-0
/
+4
*
Make a number of variables and functions be static.
Arnold D. Robbins
2021-12-17
1
-8
/
+8
*
Update copyright year in a bunch of files.
Arnold D. Robbins
2021-10-27
1
-1
/
+1
*
Fix double free error with -M.
Arnold D. Robbins
2020-07-03
1
-0
/
+8
*
Check for FUNCTAB and SYMTAB as destination in builtin functions.
Arnold D. Robbins
2020-06-14
1
-0
/
+8
*
Bug fix for FPAT field parsing.
Arnold D. Robbins
2020-04-10
1
-7
/
+18
*
Bug fix in field.c.
Arnold D. Robbins
2020-04-02
1
-2
/
+4
*
Update copyright years.
Arnold D. Robbins
2020-03-20
1
-1
/
+1
*
Fix a number of memory leaks.
Arnold D. Robbins
2020-01-08
1
-5
/
+2
*
Sanitization fix from Paul Eggert.
Arnold D. Robbins
2019-12-20
1
-1
/
+3
*
Fix a bug with FPAT field parsing.
Arnold D. Robbins
2019-11-03
1
-12
/
+1
*
Fix assigning typed regex to FS and RS.
Arnold D. Robbins
2019-10-13
1
-1
/
+1
*
Update copyright years. Fix a typo in ChangeLog.1.
Arnold D. Robbins
2019-07-21
1
-1
/
+1
*
Fix lint_old warnings to use lintwarn function.
gawk-5.0-stable
Arnold D. Robbins
2019-07-16
1
-1
/
+1
*
Add --lint=no-ext to disable "xxx is a gawk extension" warnings.
Arnold D. Robbins
2019-05-22
1
-4
/
+4
*
Fix bug with ^ in FS.
Arnold D. Robbins
2019-04-21
1
-0
/
+1
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-17
/
+3
*
Add more lint warnings.
Arnold D. Robbins
2018-09-26
1
-1
/
+1
*
Add lint check for decrementing NF.
Arnold D. Robbins
2018-09-18
1
-0
/
+7
*
Improve lint check for accessing fields in END rule.
Arnold D. Robbins
2018-09-18
1
-7
/
+8
*
Fix check of static boolean in field.c:get_field.
Arnold D. Robbins
2018-09-16
1
-1
/
+1
*
Add lint warning for accessing $0 in an END rule.
Arnold D. Robbins
2018-09-16
1
-0
/
+7
*
Fix problem with rebuilding records if using API parser.
Arnold D. Robbins
2018-04-17
1
-0
/
+5
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-1
/
+4
*
Fix field corruption when $0 is reassigned with open $n references.
Andrew J. Schorr
2017-11-14
1
-5
/
+11
*
Simplify lint warnings in field.c:do_split.
Arnold D. Robbins
2017-10-14
1
-7
/
+3
*
Fix reference counting management problem in rebuild_record().
Arnold D. Robbins
2017-08-17
1
-7
/
+3
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-3
/
+1
*
FIELDWIDTHS parsing should protect against blanks after skip separator, and f...
Andrew J. Schorr
2017-05-24
1
-2
/
+2
*
Additional robustness in FIELDWIDTHS parsing.
Arnold D. Robbins
2017-05-23
1
-18
/
+18
*
Greatly improve FIELDWIDTHS behavior, doc, and tests.
Arnold D. Robbins
2017-05-23
1
-6
/
+26
*
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 API...
Andrew J. Schorr
2017-03-21
1
-104
/
+92
*
For API input field parsing, use an array of structs instead of an array of i...
Andrew J. Schorr
2017-03-09
1
-8
/
+9
*
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 the...
Andrew J. Schorr
2017-03-05
1
-15
/
+101
*
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.
feature/nocopy
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 termin...
Andrew J. Schorr
2016-07-08
1
-101
/
+34
|
*
|
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
[next]