summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-23 16:56:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-23 16:56:31 -0800
commit0a017cee2b2a0d798d79ab09b89826def053f6e6 (patch)
tree334471d46e75c7f77d7dbee88dba401f0593a687 /ChangeLog
parentb6f5aadfccea8bccadd6c56b57fe6f6b80cfc213 (diff)
downloadtxr-0a017cee2b2a0d798d79ab09b89826def053f6e6.tar.gz
txr-0a017cee2b2a0d798d79ab09b89826def053f6e6.tar.bz2
txr-0a017cee2b2a0d798d79ab09b89826def053f6e6.zip
* configure (cross): Print out value of $cross in --help.
* depend.txr: Add "config.h" to list of headers that are not prefixed with $(top_srcdir). * dep.mk: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdbda5c6..0cee0f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+ * configure (cross): Print out value of $cross in --help.
+
+ * depend.txr: Add "config.h" to list of headers that are not
+ prefixed with $(top_srcdir).
+
+ * dep.mk: Regenerated.
+
+2009-11-23 Kaz Kylheku <kkylheku@gmail.com>
+
Improving portability. It is no longer assumed that pointers
can be converted to a type long and vice versa. The configure
script tries to detect the appropriate type to use. Also,