Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | z/OS fixes. | Arnold D. Robbins | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | API cleanups and doc additions. | Arnold D. Robbins | 2012-10-14 | 1 | -2/+2 |
| | |||||
* | Bug fix in testext test and fix flag values. | Arnold D. Robbins | 2012-10-11 | 1 | -3/+3 |
| | |||||
* | Bug fix for new symbol table implementation. | Arnold D. Robbins | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'symtab' | Arnold D. Robbins | 2012-10-05 | 1 | -18/+14 |
|\ | |||||
| * | More SYMTAB and FUNCTAB improvements. | Arnold D. Robbins | 2012-10-03 | 1 | -0/+1 |
| | | |||||
| * | First cut at SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-09-25 | 1 | -18/+13 |
| | | |||||
* | | Clean up make_str_node macro. | Arnold D. Robbins | 2012-10-04 | 1 | -3/+2 |
|/ | |||||
* | Add undocumented-for-now PROCINFO["identifiers"]. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+1 |
| | |||||
* | Allow extensions read-only access to built-in vars. | Arnold D. Robbins | 2012-09-14 | 1 | -0/+1 |
| | |||||
* | z/OS changes from Dave Pitts and Arnold. | Arnold D. Robbins | 2012-09-13 | 1 | -1/+11 |
| | |||||
* | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -10/+10 |
| | |||||
* | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -1/+3 |
| | |||||
* | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 1 | -4/+1 |
| | |||||
* | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 1 | -2/+0 |
| | |||||
* | Finish work on iop management. New readdir test. | Arnold D. Robbins | 2012-07-29 | 1 | -1/+2 |
| | |||||
* | Fix bug in API set_RT, bug in readdir.c. | Arnold D. Robbins | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add os_isreadable function for future use. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+1 |
| | |||||
* | Add set_RT to API and to readdir extension. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+2 |
| | |||||
* | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -2/+1 |
| | |||||
* | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 1 | -5/+4 |
| | |||||
* | Add AWK_VALUE_COOKIE. And performance speedup. | Arnold D. Robbins | 2012-07-17 | 1 | -1/+2 |
| | |||||
* | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 1 | -0/+1 |
| | |||||
* | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -9/+2 |
| | |||||
* | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -2/+1 |
| | |||||
* | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+1 |
| | |||||
* | Restore stopme() debugging function. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+1 |
| | |||||
* | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -2/+1 |
| | |||||
* | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | Hook in extension at_exit functions. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+2 |
| | |||||
* | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+1 |
| | |||||
* | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -5/+12 |
| | |||||
* | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 1 | -1/+4 |
| | |||||
* | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -30/+23 |
| | |||||
* | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -2/+5 |
|\ | |||||
| * | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -2/+4 |
| | | |||||
| * | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -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. Robbins | 2012-05-09 | 1 | -1/+16 |
|\ \ | |||||
| * | | Rework handling of bool. | Arnold D. Robbins | 2012-05-09 | 1 | -0/+6 |
| | | | |||||
| * | | Work around Tandem define. | Arnold D. Robbins | 2012-05-04 | 1 | -1/+10 |
| | | | |||||
* | | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -3/+5 |
| | | | |||||
* | | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -5/+5 |
| | | | |||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -2/+2 |
| | | | |||||
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -4/+4 |
| | | | |||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -20/+45 |
| | | | |||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -5/+4 |
| | | |