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
/
builtin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix long runs of backslashes in sub/gsub.
Arnold D. Robbins
2016-06-14
1
-3
/
+7
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
*
Fix issues with SIGPIPE.
Arnold D. Robbins
2016-05-12
1
-0
/
+8
*
Fix sprintf memory leak by using realloc to shrink buffer to the proper size.
Andrew J. Schorr
2016-05-03
1
-2
/
+5
*
Fix race condition in fatal errors for one end closed on two way pipe.
Arnold D. Robbins
2016-04-07
1
-0
/
+3
*
Fix the MinGW compilation.
Eli Zaretskii
2016-04-07
1
-0
/
+4
*
Add warning for fflush of closed write end on 2-way pipe.
Arnold D. Robbins
2016-04-04
1
-0
/
+3
*
Add fatal error for print if 2 way pipe write end closed.
Arnold D. Robbins
2016-04-04
1
-1
/
+5
*
Initial fix for use of closed end of two-way connection.
Arnold D. Robbins
2016-04-04
1
-2
/
+10
*
Further improvements in system return value and doc.
Arnold D. Robbins
2016-03-11
1
-8
/
+15
*
Improve algorithm for system() return value.
Arnold D. Robbins
2016-03-08
1
-5
/
+5
*
Improve return value of system.
Arnold D. Robbins
2016-03-08
1
-2
/
+20
*
Return "" from strftime if bad time_t value instead of fatal.
Arnold D. Robbins
2015-04-16
1
-5
/
+11
*
Additional checking for strftime.
Arnold D. Robbins
2015-04-16
1
-2
/
+9
*
Another bug fix in strftime.
Arnold D. Robbins
2015-04-14
1
-0
/
+3
*
Make indirect call of gensub with 3 args work.
Arnold D. Robbins
2015-04-14
1
-2
/
+2
*
Improve negative time value checking for strftime.
Arnold D. Robbins
2015-04-14
1
-9
/
+5
*
Remove fatal error if strftime timestamp < 0.
Arnold D. Robbins
2015-04-13
1
-2
/
+10
*
Get indirect calls working!
Arnold D. Robbins
2015-03-31
1
-2
/
+66
*
Further improvements. sub/gsub working.
Arnold D. Robbins
2015-03-31
1
-9
/
+57
*
Further progress on indirect calls of builtins.
Arnold D. Robbins
2015-03-24
1
-5
/
+10
*
Start on testing/fixing indirect calls of builtins.
Arnold D. Robbins
2015-03-20
1
-0
/
+23
*
Remove deferred variables.
Arnold D. Robbins
2015-01-14
1
-0
/
+3
*
Fix count$ in printf for dynamic width/precision.
Arnold D. Robbins
2015-01-07
1
-2
/
+5
*
Fixes for new gensub warnings.
Arnold D. Robbins
2014-11-26
1
-2
/
+2
*
Improve warnings in gensub.
Arnold D. Robbins
2014-11-25
1
-2
/
+4
*
Remove MBS_SUPPORT ifdefs.
Arnold D. Robbins
2014-11-15
1
-69
/
+15
*
Finish excising isalpha and isalnum. Document.
Arnold D. Robbins
2014-09-15
1
-1
/
+1
*
Minor improvement to substr().
Arnold D. Robbins
2014-09-01
1
-3
/
+10
*
Minor improvement in gsub() memory management.
Arnold D. Robbins
2014-08-13
1
-5
/
+7
*
Minor code improvement for sprintf %c.
Arnold D. Robbins
2014-08-03
1
-2
/
+1
*
Make sprintf %c work better on Windows (printhuge test)
Arnold D. Robbins
2014-07-31
1
-5
/
+18
*
Bug fix when sprintf %c on huge values in multibyte locales.
Arnold D. Robbins
2014-07-10
1
-1
/
+1
*
Add more comments and whitespace for do_sub().
Arnold D. Robbins
2014-06-19
1
-16
/
+23
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
1
-1
/
+1
*
Fix thousands separator problems and update doc.
Arnold D. Robbins
2014-03-10
1
-7
/
+23
*
Minor fix for mktime.
Arnold D. Robbins
2014-03-05
1
-4
/
+4
*
Lots of enum/int fixes.
Arnold D. Robbins
2014-02-27
1
-2
/
+2
*
Remove unneeded Floor and Ceil wrapper functions.
Arnold D. Robbins
2013-12-10
1
-2
/
+2
*
Additional work for EPIPE errors on stdout.
Arnold D. Robbins
2013-11-01
1
-0
/
+5
*
Fix problem when extending NF. See test/nfloop.
Arnold D. Robbins
2013-09-13
1
-1
/
+1
*
Fixes based on problems from a static checker.
Arnold D. Robbins
2013-09-08
1
-1
/
+4
*
Fix for %c in multibyte locale + new tests.
Arnold D. Robbins
2013-07-04
1
-12
/
+15
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2013-02-06
1
-4
/
+5
|
\
|
*
Clean up code for sprintf checking for zero args.
Arnold D. Robbins
2013-02-06
1
-4
/
+5
*
|
Use output_fp for print/printf only if debugging.
Arnold D. Robbins
2012-12-27
1
-2
/
+6
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2012-12-23
1
-0
/
+3
|
\
\
|
|
/
[next]