diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-10-31 08:04:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-10-31 08:04:53 -0700 |
commit | 7cc607aa306baf0addad45d7350a771237971943 (patch) | |
tree | 507f3a535bf289330da94c37b6d8c6cdef3c6c11 /ChangeLog | |
parent | 40bae281a56c9e305852905dcbd29125de388b25 (diff) | |
parent | 028668d2f2604850122fa6ee22bcbc6720910caa (diff) | |
download | txr-7cc607aa306baf0addad45d7350a771237971943.tar.gz txr-7cc607aa306baf0addad45d7350a771237971943.tar.bz2 txr-7cc607aa306baf0addad45d7350a771237971943.zip |
Merge branch 'master' of ssh://kylheku.com/git/txr
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2012-10-30 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (string_lt): Bugfix: wcscmp returns some value less than zero, + not specifically -1. + +2012-10-30 Kaz Kylheku <kaz@kylheku.com> + + * mpi-patches/config-types: Include the header as "config.h" + rather than "../config.h" because the dependency generation script + checks for this as a special case and treats it relative to the + build directory. + + * dep.mk: Regenerated. + 2012-10-01 Kaz Kylheku <kaz@kylheku.com> * arith.c (bignum_from_long): New function. |