summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-10-31 08:04:53 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-10-31 08:04:53 -0700
commit7cc607aa306baf0addad45d7350a771237971943 (patch)
tree507f3a535bf289330da94c37b6d8c6cdef3c6c11 /ChangeLog
parent40bae281a56c9e305852905dcbd29125de388b25 (diff)
parent028668d2f2604850122fa6ee22bcbc6720910caa (diff)
downloadtxr-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--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 389134a5..817b7df1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.