aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
* If a strnum integer has a non-standard string representation, do not accept ↵Andrew J. Schorr2016-08-091-0/+8
| | | | it as an integer array subscript.
* Add some comments, minor buglet fix.Arnold D. Robbins2016-06-161-0/+10
|
* Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
|
* Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-3/+3
|
* Improve definition of fatal macro.Arnold D. Robbins2016-05-261-1/+1
|
* Optimize API function argument retrieval to eliminate a duplicate call to ↵Andrew J. Schorr2016-05-261-3/+3
| | | | get_argument.
* Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-0/+3
|
* Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+2
|
* Move include of sys/select.h to io.c.Arnold D. Robbins2015-08-261-4/+0
|
* Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-251-0/+31
|\
| * Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-251-0/+31
| |
* | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-24/+10
|/
* 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
|