summaryrefslogtreecommitdiffstats
path: root/fickle/ChangeLog
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-20 20:18:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-20 20:18:18 (GMT)
commit5250e7df363efceadeb1323e6619af81ee28ce17 (patch)
tree5cda683749b3e8a4cdb549a905516c1306a0533c /fickle/ChangeLog
parentf9ed678902dea0db45cd88c6da96da79310dfdfb (diff)
parente7b18aa8819d8e21e23fa80456c80f50feaef1c7 (diff)
downloadblt-5250e7df363efceadeb1323e6619af81ee28ce17.zip
blt-5250e7df363efceadeb1323e6619af81ee28ce17.tar.gz
blt-5250e7df363efceadeb1323e6619af81ee28ce17.tar.bz2
Merge commit 'e7b18aa8819d8e21e23fa80456c80f50feaef1c7' as 'fickle'
Diffstat (limited to 'fickle/ChangeLog')
-rw-r--r--fickle/ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/fickle/ChangeLog b/fickle/ChangeLog
new file mode 100644
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
+