diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-05 18:39:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-05 22:36:59 -0700 |
commit | 347c06761a1a01fb1c8bda56bf636d05ffb34b3a (patch) | |
tree | cdee8c275ef5433c9ed8c6771fbc8a9e3048878a /ChangeLog | |
parent | 60a8fb34e19fda1ca58b70267cb2ccbea29a036e (diff) | |
download | txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.gz txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.bz2 txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.zip |
Version 99.txr-99
* RELNOTES: Updated.
* configure, txr.1: Bumped version.
* share/txr/stdlib/ver.txr: Likewise
* Makefile: Improve binary packaging rules.
* regex.c: #include <stdarg.h> added.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2014-10-05 Kaz Kylheku <kaz@kylheku.com> + + Version 99. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * share/txr/stdlib/ver.txr: Likewise + + * Makefile: Improve binary packaging rules. + + * regex.c: #include <stdarg.h> added. + 2014-10-04 Kaz Kylheku <kaz@kylheku.com> Printing of regular expression objects implemented. |