aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 0 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 931972d3..0498088d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,5 @@
2015-01-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
- * awk.h (deferred_create): Declare new function.
- * awkgram.y (deferred_create): New function.
- * gawkapi.c (lookup_deferred): New helper function to call lookup and
- then deferred_create if lookup fails.
- (api_sym_lookup, api_sym_update): Call lookup_deferred instead of
- lookup.
-
-2015-01-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
-
Revert changes to API deferred variable creation -- these variables
should be created when lookup is called, not when update is called.
* awk.h (variable_create): Remove function declaration.