diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-07-26 Arnold D. Robbins <arnold@skeeve.com> + + * awk.h (set_RT_to_null, set_RT): Declare functions. + * io.c (set_RT_to_null, set_RT): New functions. + (iop_close): Init ret to zero. + * gawkapi.c (api_register_input_parser): Check for null pointer. + (api_set_RT): New function. + * gawkapi.h (api_set_RT): New function. + 2012-07-26 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawkapi.h (IOBUF_PUBLIC): Document the get_record and close_func |