aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | Hide private parts of IOBUF from extensions.Andrew J. Schorr2012-06-241-9/+2
| | |
| * | Remove extension() builtin.Arnold D. Robbins2012-06-211-2/+1
| | |
| * | Further API code and test code.Arnold D. Robbins2012-06-211-1/+1
| | |
| * | API: Add set_parameter function and test.Arnold D. Robbins2012-06-201-0/+1
| | |
| * | Restore stopme() debugging function.Arnold D. Robbins2012-06-201-0/+1
| | |
| * | Delete marked elements from flattened array.Arnold D. Robbins2012-06-191-2/+1
| | |
| * | Fix code duplication in gawkapi.c from msg.c.Arnold D. Robbins2012-06-191-1/+1
| | |
| * | More API implementations and testext improvements.Arnold D. Robbins2012-06-121-0/+1
| | |
| * | Hook in extension at_exit functions.Arnold D. Robbins2012-06-061-0/+2
| | |
| * | Changes to LINT reflect to extn API. Add API tests.Arnold D. Robbins2012-06-061-0/+1
| | |
| * | Additional changes / some cleanups.Arnold D. Robbins2012-05-251-0/+1
| | |
| * | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-5/+12
| | |
| * | Start fleshing out new extension API.Arnold D. Robbins2012-05-151-1/+4
| | |
| * | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-30/+23
| | |
| * | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-2/+5
| |\ \
| | * | Update ERRNO API.Andrew J. Schorr2012-04-011-2/+4
| | | |
| | * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.
| * | | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-05-091-1/+16
| |\ \ \ | | | |/ | | |/|
| | * | Rework handling of bool.Arnold D. Robbins2012-05-091-0/+6
| | | |
| | * | Work around Tandem define.Arnold D. Robbins2012-05-041-1/+10
| | | |
| * | | Cleanups in io.c and improve RS as regexp.Arnold D. Robbins2012-04-261-3/+5
| | | |
* | | | Add optional shutdown routine for an extension lib.john haque2012-04-211-5/+8
| | | |
* | | | Improve array interface.john haque2012-04-191-23/+30
| | | |
* | | | Polish array handling code.john haque2012-04-181-14/+21
|/ / /
* | | Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-5/+5
| | |
* | | Change RNDMODE to ROUNDMODE and update doc.john haque2012-04-111-2/+2
| | |
* | | Remove an unneeded define, more fixes for gcc -Wall.john haque2012-04-091-4/+4
| | |
* | | Placate gcc -Wall, minor doc updates.john haque2012-04-081-1/+1
| | |
* | | Add arbitrary-precision arithmetic on integers.john haque2012-03-191-20/+45
| | |
* | | Bug fixes and tests for MPFR.john haque2012-03-071-5/+4
| | |