index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes for intdiv function, including documentation.
Arnold D. Robbins
2017-04-16
1
-0
/
+3
*
Compile fix for Mac OS X.
Arnold D. Robbins
2017-04-12
1
-1
/
+1
*
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-27
1
-2
/
+2
|
\
|
*
Die with SIGPIPE when EPIPE happens on stdout.
Arnold D. Robbins
2017-03-27
1
-2
/
+2
*
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-24
1
-4
/
+9
|
\
|
|
*
Improve handling of flushing for non-fatal files.
Arnold D. Robbins
2017-03-24
1
-4
/
+9
*
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-03-20
1
-10
/
+11
|
\
|
|
*
Improve handling of EPIPE and fflush.
Arnold D. Robbins
2017-03-20
1
-10
/
+11
*
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-02-23
1
-3
/
+39
|
\
|
|
*
Add optional 2nd argument to mktime to request UTC instead of local time.
Andrew J. Schorr
2017-02-22
1
-3
/
+39
*
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-02-17
1
-6
/
+9
|
\
|
|
*
Fix typeof on null fields.
Arnold D. Robbins
2017-02-17
1
-6
/
+9
*
|
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-02-01
1
-2
/
+2
|
\
|
|
*
Fix up mbc_char_count to be correct.
Arnold D. Robbins
2017-02-01
1
-2
/
+2
*
|
Introduce some helpful macros for terminating strings, and fix overrun in dcg...
Andrew J. Schorr
2017-01-27
1
-24
/
+19
*
|
Terminate strings in dcgettext, dcngettext, and bindtextdomain functions.
Andrew J. Schorr
2017-01-26
1
-10
/
+31
*
|
Fix possible string overrun in strtonum function.
Andrew J. Schorr
2017-01-26
1
-3
/
+3
*
|
Fix bug in strftime when format argument is an unterminated field string.
Andrew J. Schorr
2017-01-26
1
-3
/
+11
|
/
*
Minor fixes to fixtype and do_typeof.
Andrew J. Schorr
2016-12-04
1
-1
/
+8
*
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-17
/
+42
|
\
|
*
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-11
/
+37
|
*
Further code improvements and doc changes as diff until merge.
Arnold D. Robbins
2016-11-12
1
-3
/
+3
|
*
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-11-07
1
-0
/
+4
|
|
\
|
*
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-25
1
-16
/
+19
|
|
\
\
|
*
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-53
/
+53
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-03
1
-13
/
+9
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-07-23
1
-13
/
+24
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Optimization: support unterminated field strings inside gawk, but make termin...
Andrew J. Schorr
2016-07-08
1
-5
/
+11
|
*
|
|
|
|
|
Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...
Andrew J. Schorr
2016-07-06
1
-2
/
+2
|
*
|
|
|
|
|
Document string termination in header files and remove no-longer-needed strin...
Andrew J. Schorr
2016-07-06
1
-11
/
+5
|
*
|
|
|
|
|
Unify force_string handling of CONVFMT and OFMT.
Andrew J. Schorr
2016-07-04
1
-6
/
+1
*
|
|
|
|
|
|
Finish reworking typed regexes. Tests pass!
Arnold D. Robbins
2016-11-15
1
-4
/
+13
*
|
|
|
|
|
|
First steps reworking code away from node type.
Arnold D. Robbins
2016-11-15
1
-14
/
+12
*
|
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-11-07
1
-0
/
+4
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-11-07
1
-0
/
+4
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Improve behavior on MS-Windows when stdout is redirected to a pipe.
Eli Zaretskii
2016-11-04
1
-0
/
+4
|
|
*
|
|
|
|
Fix do_print for use with strnums.
Arnold D. Robbins
2016-07-23
1
-6
/
+2
|
|
*
|
|
|
|
Add some comments, minor buglet fix.
Arnold D. Robbins
2016-06-16
1
-0
/
+1
*
|
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-25
1
-16
/
+19
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
Disallow negative arguments to bitwise functions. Document same.
Arnold D. Robbins
2016-10-25
1
-16
/
+19
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-23
1
-53
/
+53
|
\
|
|
|
|
|
|
*
|
|
|
|
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-53
/
+53
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
Restore typed regexp code in a new branch.
Arnold D. Robbins
2016-08-03
1
-9
/
+18
|
/
/
/
/
*
|
|
/
Remove typed regexps until they can be done correctly.
Arnold D. Robbins
2016-08-03
1
-18
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Make return status of close on a pipe like system.
Arnold D. Robbins
2016-07-23
1
-13
/
+24
*
|
|
Minor coding style fix in builtin.c.
Arnold D. Robbins
2016-07-08
1
-3
/
+4
|
|
/
|
/
|
*
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-1
/
+1
*
|
Simplify do_print logic to eliminate an unnecessary test for the value's type.
Andrew J. Schorr
2016-06-26
1
-2
/
+1
*
|
Do not use OFMT or CONVFMT for strnum values.
Andrew J. Schorr
2016-06-26
1
-7
/
+5
*
|
Minor improvements after Andy's reworking of stuff.
Arnold D. Robbins
2016-06-26
1
-5
/
+16
[next]