Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanups for init_socket function. | Arnold D. Robbins | 2013-06-03 | 1 | -0/+1 |
* | Add @load to profile/pretty printed output. | Arnold D. Robbins | 2013-03-01 | 1 | -0/+2 |
* | Improve code in symbol.c. | Arnold D. Robbins | 2013-01-25 | 1 | -1/+1 |
* | Update copyright dates on modified files. | Arnold D. Robbins | 2013-01-15 | 1 | -1/+1 |
* | Make mpfr and, or, xor, accept >= 2 arguments. | Arnold D. Robbins | 2013-01-11 | 1 | -1/+1 |
* | Restore building with tcc. | Arnold D. Robbins | 2012-12-19 | 1 | -3/+11 |
* | Move read_func from IOBUF into awk_input_buf_t. | Arnold D. Robbins | 2012-12-19 | 1 | -6/+0 |
* | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -2/+9 |
|\ | |||||
| * | Allow only ASCII letters for a an extension name. | Arnold D. Robbins | 2012-12-09 | 1 | -2/+0 |
| * | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -0/+9 |
| |\ | |||||
| | * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 1 | -0/+9 |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-30 | 1 | -32/+30 |
|\| | | |||||
| * | | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 1 | -32/+30 |
* | | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -1/+3 |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -199/+253 |
|\| | | |||||
| * | | Clean up of awk.h. | Arnold D. Robbins | 2012-11-22 | 1 | -134/+154 |
| * | | Minor cleanup in calls to mpfr routines. | Arnold D. Robbins | 2012-11-14 | 1 | -0/+1 |
| * | | 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 |