aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-091-69/+62
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-75/+75
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-05-091-14/+14
|\
| * Fix minor printf format warnings.Arnold D. Robbins2012-05-071-14/+14
* | Merge branch 'master' into gawk_mpfr.john haque2012-04-171-2/+3
|\ \
| * | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-04-081-1/+1
| |\|
| | * Update copyrights where needed.Arnold D. Robbins2012-03-281-1/+1
| * | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-03-221-1/+2
| |\|
| | * Minor printf bug fix + new test for it everywhere.Arnold D. Robbins2012-03-201-1/+2
* | | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-4/+4
* | | Remove an unneeded define, more fixes for gcc -Wall.john haque2012-04-091-6/+6
* | | Placate gcc -Wall, minor doc updates.john haque2012-04-081-1/+1
* | | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-71/+149
* | | Finish MPFR changes and clean up code.john haque2012-02-261-2/+2
* | | Finish builtins for MPFR.john haque2012-02-191-4/+0
* | | New interpreter routine for MPFR.john haque2012-02-161-45/+80
* | | Add infrastructure for MPFR/GMP support.john haque2012-02-141-10/+80
|/ /
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-2/+2
|\|
| * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-311-2/+2
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-10-281-2/+4
|\|
| * Fix for strftime negative value test.Arnold D. Robbins2011-10-281-2/+4
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-10-251-1/+7
|\|
| * VMS fixes for compilation and test suite addition.Arnold D. Robbins2011-10-251-1/+1
| * A number of pc related fixes.Arnold D. Robbins2011-10-241-0/+4
| * Fix stftime.Arnold D. Robbins2011-10-181-0/+2
| * Remove some compile time warnings.Arnold D. Robbins2011-10-101-1/+1
* | Add a test file, cleanup code and update doc.john haque2011-10-121-4/+4
* | Speed/memory performance improvements.john haque2011-10-121-35/+36
|/
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-18/+18
* Fix DJGPP problem with libsigsegv.Arnold D. Robbins2011-07-291-8/+8
* Revert sub/gsub behavior to that of gawk 3.x.Arnold D. Robbins2011-07-281-2/+38
* Fix gsub and getline pass by reference. Add tests.Arnold D. Robbins2011-07-261-2/+1
* Fix gsub losing white space when working on fields.Arnold D. Robbins2011-07-151-116/+91
* First set of minor fixes on 4.0 Stable.Arnold D. Robbins2011-07-151-1/+1
* Remove VAXCRTL and GFMT_WORKAROUND. Yay!Arnold D. Robbins2011-04-291-103/+0
* Bug fixes from John and Pat.Arnold D. Robbins2011-04-291-6/+999
* Bug fixes, see ChangeLog.Arnold D. Robbins2011-04-131-3/+12
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
* Equalize messages. New es.po file.Arnold D. Robbins2011-02-081-5/+5
* Fix ctype calls on Cygwin.Arnold D. Robbins2011-02-011-3/+3
* Add isarray built-in function.Arnold D. Robbins2011-01-301-1/+17
* Sync dfa to grep, import hard-locale.[ch].Arnold D. Robbins2011-01-301-2/+2
* Make single byte caching more elegant.Arnold D. Robbins2011-01-191-5/+5
* Simplify code for do_tolower, do_toupper.Arnold D. Robbins2011-01-191-85/+103
* Try to kill some warnings.Arnold D. Robbins2011-01-171-1/+1
* PC fixes, compiler warning cleanups, autoconf fix.Arnold D. Robbins2011-01-041-2/+2
* strncasembscmp fix. Doc updates.Arnold D. Robbins2010-12-311-3/+5
* Some fixes for z/OS and also Autoconf.Arnold D. Robbins2010-12-251-1/+1
* Remove old code for Cray.Arnold D. Robbins2010-12-181-11/+0
* Add PROCINFO["strftime"] as default strftime() format.Arnold D. Robbins2010-12-161-2/+17