summaryrefslogtreecommitdiff
path: root/awk.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | API cleanups and doc additions.Arnold D. Robbins2012-10-141-2/+2
| * | Bug fix in testext test and fix flag values.Arnold D. Robbins2012-10-111-3/+3
| * | Bug fix for new symbol table implementation.Arnold D. Robbins2012-10-111-0/+1
| * | Merge branch 'symtab'Arnold D. Robbins2012-10-051-18/+14
| |\ \
| | * | More SYMTAB and FUNCTAB improvements.Arnold D. Robbins2012-10-031-0/+1
| | * | First cut at SYMTAB and FUNCTAB.Arnold D. Robbins2012-09-251-18/+13
| * | | Clean up make_str_node macro.Arnold D. Robbins2012-10-041-3/+2
| |/ /
| * | Add undocumented-for-now PROCINFO["identifiers"].Arnold D. Robbins2012-09-141-0/+1
| * | Allow extensions read-only access to built-in vars.Arnold D. Robbins2012-09-141-0/+1
| * | z/OS changes from Dave Pitts and Arnold.Arnold D. Robbins2012-09-131-1/+11
| * | Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-10/+10
| * | Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-241-1/+3
| * | Move struct stat into IOBUF_PUBLIC.Arnold D. Robbins2012-08-081-4/+1
| * | Update input_parser interface for RT.Arnold D. Robbins2012-07-291-2/+0
| * | Finish work on iop management. New readdir test.Arnold D. Robbins2012-07-291-1/+2
| * | Fix bug in API set_RT, bug in readdir.c.Arnold D. Robbins2012-07-271-1/+1
| * | Add os_isreadable function for future use.Arnold D. Robbins2012-07-261-0/+1
| * | Add set_RT to API and to readdir extension.Arnold D. Robbins2012-07-261-0/+2
| * | Remove translation of errno strings from API.Arnold D. Robbins2012-07-251-2/+1
| * | Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-251-5/+4
| * | Add AWK_VALUE_COOKIE. And performance speedup.Arnold D. Robbins2012-07-171-1/+2
| * | Fix lint checking for extension functions.Arnold D. Robbins2012-06-251-0/+1