summaryrefslogtreecommitdiff
path: root/awk.h
Commit message (Expand)AuthorAgeFilesLines
* Enable special filenames for profiling output.Arnold D. Robbins2015-04-081-0/+1
* Minor code cleanups.Arnold D. Robbins2015-04-061-1/+1
* Get indirect calls working!Arnold D. Robbins2015-03-311-1/+3
* Further improvements. sub/gsub working.Arnold D. Robbins2015-03-311-0/+1
* Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-0/+1
* Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-0/+1
* Update copyright dates.Arnold D. Robbins2015-02-061-1/+1
* Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-0/+1
* Remove deferred variables.Arnold D. Robbins2015-01-141-1/+0
* Fix compile problems and warnings on current GCC (4.9.2).Arnold D. Robbins2014-11-231-63/+63
* Dork around with xmalloc for z/OS.Arnold D. Robbins2014-11-221-9/+36
* Remove OLDMEM checks, preparatory to merging.Arnold D. Robbins2014-11-211-2/+0
* Add runtime check to run old code. Easier to debug/test.Arnold D. Robbins2014-11-171-0/+2
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-16/+2
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-0/+3
* Minor code cleanups.Arnold D. Robbins2014-09-071-10/+1
* Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-0/+2
* Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-0/+2
* Rebuild record upon OFS being changed.Arnold D. Robbins2014-08-121-0/+1
* Clean up some memory in MPFR.Arnold D. Robbins2014-07-311-0/+1
* Bug fix for I/O errors in the middle of a file.Arnold D. Robbins2014-07-241-1/+1
* Fix memory leak in do_eval.Arnold D. Robbins2014-05-091-0/+1
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-1/+1
* Lots of enum/int fixes.Arnold D. Robbins2014-02-271-0/+1
* Remove AC_FUNC_VPRINTF macro and header tests.Arnold D. Robbins2013-12-161-4/+0
* Remove unneeded Floor and Ceil wrapper functions.Arnold D. Robbins2013-12-101-7/+0
* Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-241-1/+3
* Bug fix to flag values.Arnold D. Robbins2013-10-101-3/+3
* Fix problem when extending NF. See test/nfloop.Arnold D. Robbins2013-09-131-0/+1
* Move FAKE_FD_VALUE to shared header.Arnold D. Robbins2013-08-201-5/+3
* Fix compiling on MinGW.Arnold D. Robbins2013-07-241-0/+6
* Minor cleanups for init_socket function.Arnold D. Robbins2013-06-031-0/+1
* Add @load to profile/pretty printed output.Arnold D. Robbins2013-03-011-0/+2
* Improve code in symbol.c.Arnold D. Robbins2013-01-251-1/+1
* Update copyright dates on modified files.Arnold D. Robbins2013-01-151-1/+1
* Make mpfr and, or, xor, accept >= 2 arguments.Arnold D. Robbins2013-01-111-1/+1
* Restore building with tcc.Arnold D. Robbins2012-12-191-3/+11
* Move read_func from IOBUF into awk_input_buf_t.Arnold D. Robbins2012-12-191-6/+0
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-2/+9
|\
| * Allow only ASCII letters for a an extension name.Arnold D. Robbins2012-12-091-2/+0
| * Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-091-0/+9
| |\
| | * Change BINMODE to use symbolic values.Arnold D. Robbins2012-12-091-0/+9
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-301-32/+30
|\ \ \ | |/ /
| * | Further awk.h cleanup.Arnold D. Robbins2012-11-301-32/+30
* | | Finish porting to current code base.Arnold D. Robbins2012-11-261-1/+3
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-199/+253
|\ \ \ | |/ /
| * | Clean up of awk.h.Arnold D. Robbins2012-11-221-134/+154
| * | Minor cleanup in calls to mpfr routines.Arnold D. Robbins2012-11-141-0/+1
| * | z/OS fixes.Arnold D. Robbins2012-10-211-1/+1