aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-261-5/+11
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-161-5/+11
| |\
| | * Return "" from strftime if bad time_t value instead of fatal.Arnold D. Robbins2015-04-161-5/+11
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-161-4/+14
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-161-2/+9
| |\|
| | * Additional checking for strftime.Arnold D. Robbins2015-04-161-2/+9
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-0/+3
| |\|
| | * Another bug fix in strftime.Arnold D. Robbins2015-04-141-0/+3
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-2/+2
| |\|
| | * Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-141-2/+2
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-141-9/+5
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-9/+5
| |\|
| | * Improve negative time value checking for strftime.Arnold D. Robbins2015-04-141-9/+5
* | | Improve readability in builtin.c.Arnold D. Robbins2015-04-141-40/+40
* | | Improve computations in do_sub.Arnold D. Robbins2015-04-131-4/+22
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-131-2/+10
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-131-2/+10
| |\|
| | * Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-131-2/+10
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-04-031-6/+146
|\| |
| * | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-6/+6
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-0/+140
| |\|
| | * 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
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-081-10/+27
|\| |
| * | Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-02-081-2/+8
| |\ \
| * | | Reset non-fatal-io to 31 December, add fixes from Andrew Schorr.Arnold D. Robbins2015-02-081-12/+11
| * | | Make nonfatal work with stdout & stderr. Update doc more.Arnold D. Robbins2014-12-271-1/+3
| * | | Start at non-fatal output via PROCINFO.Arnold D. Robbins2014-12-201-6/+22
* | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-201-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-141-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Remove deferred variables.Arnold D. Robbins2015-01-141-0/+3
* | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-071-2/+5
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-01-071-2/+5
| |\| | | | |/ | |/|
| | * Fix count$ in printf for dynamic width/precision.Arnold D. Robbins2015-01-071-2/+5
* | | More removal of extra unused byte.Arnold D. Robbins2014-12-181-2/+2
* | | More fixes to stop allocating an extra byte.Arnold D. Robbins2014-12-141-4/+3
* | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-261-2/+2
|\|
| * Fixes for new gensub warnings.Arnold D. Robbins2014-11-261-2/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-251-2/+4
|\|
| * Improve warnings in gensub.Arnold D. Robbins2014-11-251-2/+4
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-69/+15
|\|
| * Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-69/+15
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-151-1/+1
|\|
| * Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-011-3/+10
|\|
| * Minor improvement to substr().Arnold D. Robbins2014-09-011-3/+10
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-131-5/+7
|\|