summaryrefslogtreecommitdiff
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Fix do_print for use with strnums.Arnold D. Robbins2016-07-231-6/+2
* Add some comments, minor buglet fix.Arnold D. Robbins2016-06-161-0/+1
* Fix long runs of backslashes in sub/gsub.Arnold D. Robbins2016-06-141-3/+7
* Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
* Fix issues with SIGPIPE.Arnold D. Robbins2016-05-121-0/+8
* Fix sprintf memory leak by using realloc to shrink buffer to the proper size.Andrew J. Schorr2016-05-031-2/+5
* Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+3
* Fix the MinGW compilation.Eli Zaretskii2016-04-071-0/+4
* Add warning for fflush of closed write end on 2-way pipe.Arnold D. Robbins2016-04-041-0/+3
* Add fatal error for print if 2 way pipe write end closed.Arnold D. Robbins2016-04-041-1/+5
* Initial fix for use of closed end of two-way connection.Arnold D. Robbins2016-04-041-2/+10
* Further improvements in system return value and doc.Arnold D. Robbins2016-03-111-8/+15
* Improve algorithm for system() return value.Arnold D. Robbins2016-03-081-5/+5
* Improve return value of system.Arnold D. Robbins2016-03-081-2/+20
* Return "" from strftime if bad time_t value instead of fatal.Arnold D. Robbins2015-04-161-5/+11
* Additional checking for strftime.Arnold D. Robbins2015-04-161-2/+9
* Another bug fix in strftime.Arnold D. Robbins2015-04-141-0/+3
* Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-141-2/+2
* Improve negative time value checking for strftime.Arnold D. Robbins2015-04-141-9/+5
* Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-131-2/+10
* Get indirect calls working!Arnold D. Robbins2015-03-311-2/+66
* Further improvements. sub/gsub working.Arnold D. Robbins2015-03-311-9/+57
* Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-5/+10
* Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-0/+23
* Remove deferred variables.Arnold D. Robbins2015-01-141-0/+3
* Fix count$ in printf for dynamic width/precision.Arnold D. Robbins2015-01-071-2/+5
* Fixes for new gensub warnings.Arnold D. Robbins2014-11-261-2/+2
* Improve warnings in gensub.Arnold D. Robbins2014-11-251-2/+4
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-69/+15
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-1/+1
* Minor improvement to substr().Arnold D. Robbins2014-09-011-3/+10
* Minor improvement in gsub() memory management.Arnold D. Robbins2014-08-131-5/+7
* Minor code improvement for sprintf %c.Arnold D. Robbins2014-08-031-2/+1
* Make sprintf %c work better on Windows (printhuge test)Arnold D. Robbins2014-07-311-5/+18
* Bug fix when sprintf %c on huge values in multibyte locales.Arnold D. Robbins2014-07-101-1/+1
* Add more comments and whitespace for do_sub().Arnold D. Robbins2014-06-191-16/+23
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Fix thousands separator problems and update doc.Arnold D. Robbins2014-03-101-7/+23
* Minor fix for mktime.Arnold D. Robbins2014-03-051-4/+4
* Lots of enum/int fixes.Arnold D. Robbins2014-02-271-2/+2
* Remove unneeded Floor and Ceil wrapper functions.Arnold D. Robbins2013-12-101-2/+2
* Additional work for EPIPE errors on stdout.Arnold D. Robbins2013-11-011-0/+5
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-131-1/+1
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-081-1/+4
* Fix for %c in multibyte locale + new tests.Arnold D. Robbins2013-07-041-12/+15
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-061-4/+5
|\
| * Clean up code for sprintf checking for zero args.Arnold D. Robbins2013-02-061-4/+5
* | Use output_fp for print/printf only if debugging.Arnold D. Robbins2012-12-271-2/+6
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-0/+3
|\ \ | |/