diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:43:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-26 19:43:27 -0800 |
commit | 4caa11cb81fd758dc378ea3537252f7886bb5e22 (patch) | |
tree | 3208feb53b90086983413df281bf287ebb6b0054 /ChangeLog | |
parent | f792d440e23879510ea29f4dbf935ab9509ecea5 (diff) | |
download | txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.tar.gz txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.tar.bz2 txr-4caa11cb81fd758dc378ea3537252f7886bb5e22.zip |
Version 026.txr-026
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 2009-11-26 Kaz Kylheku <kkylheku@gmail.com> + Version 026. + + Fixed wchar_t build problem in parser.y. + + Improved configure script to auto-detect yacc program. + Txr works with either Berkeley yacc (byacc) or Bison. + + Fixed some two uninitialized memory bugs. + + Valgrind API is now used to integrate GC memory manager + with valgrind. + + The symbols nothrow and args in the next directive + are now keyword symbols, written :nothrow and + :args. (Breaks backward compatibility; sorry!) + + * txr.c (version): Bumped to 026. + + * txr.1: Bumped version to 026. + + * configure: Bumped txr_ver to 026. + +2009-11-26 Kaz Kylheku <kkylheku@gmail.com> + Not all systems have a yacc alias for the yacc program. txr is known to work with two yacc implementations: GNU Bison and Berkeley yacc. Let's add some auto-detection for yacc. |