summaryrefslogtreecommitdiffstats
path: root/fickle/ChangeLog
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-29 20:32:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-29 20:32:37 (GMT)
commit79b861f6cc5eee9985b08a9b3581580cf02a6965 (patch)
tree9c55c002e06068f2dc7765168f6fb813a8ec3c9e /fickle/ChangeLog
parent76859fcafcbd024cb2ea5a200fbf361e906d1fac (diff)
downloadblt-79b861f6cc5eee9985b08a9b3581580cf02a6965.zip
blt-79b861f6cc5eee9985b08a9b3581580cf02a6965.tar.gz
blt-79b861f6cc5eee9985b08a9b3581580cf02a6965.tar.bz2
add fickle/taccle
Diffstat (limited to 'fickle/ChangeLog')
-rwxr-xr-xfickle/ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/fickle/ChangeLog b/fickle/ChangeLog
new file mode 100755
index 0000000..2b26507
--- /dev/null
+++ b/fickle/ChangeLog
@@ -0,0 +1,49 @@
+2004-11-13 J. Tang <tang@jtang.org>
+
+ * Released as fickle version 2.04.
+
+ * Reworded parts of README; included explanation of change to
+ [unput].
+
+ * Changes some internal variable names. With the exception of
+ yy_scan_string, all other global variables beginning with 'yy_'
+ are used to keep track of internal fickle states. (Of course,
+ this is all changed if %option prefix is given.)
+
+ * Fixed a missing parameter within yyless function. Thanks to Jon
+ Harrison for reporting this.
+
+2004-09-30 J. Tang <tang@jtang.org>
+
+ * Found some problems when both %option debug and %option prefix
+ enabled.
+
+ * Found a problem with patterns that use vertical bars.
+
+2004-09-30 J. Tang <tang@jtang.org>
+
+ * Added some more comments; reformatted code slightly.
+
+2004-09-27 J. Tang <tang@jtang.org>
+
+ * Removed errornous space in "%buffersize" within handle_defs
+ switch. Thanks to jcw for discovering this.
+
+2004-08-19 J. Tang <tang@jtang.org>
+
+ * definitions containing backslashses correctly maintain those
+ backslashes during substitution. thanks to Matt Newman for
+ discovering this bug.
+
+2004-08-18 J. Tang <tang@jtang.org>
+
+ * added interactive mode (-I option)
+
+2004-08-05 J. Tang <tang@jtang.org>
+
+ * fixed yy_scan_string; moved comments about to be Tcldoc-friendly
+
+2002-06-24 J. Tang <tang@jtang.org>
+
+ * fixed spelling and grammar mistakes within README
+