summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-10 07:08:27 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-10 07:08:27 -0700
commit06e308526e9c612eaf6e36c36f2213bb915038e4 (patch)
treed9075680fcc21d9d1dc236eb51ad9c5e9133b885 /ChangeLog
parenta0ac30ccbf3acb38be1aa65ab2aa780239c4a123 (diff)
downloadtxr-06e308526e9c612eaf6e36c36f2213bb915038e4.tar.gz
txr-06e308526e9c612eaf6e36c36f2213bb915038e4.tar.bz2
txr-06e308526e9c612eaf6e36c36f2213bb915038e4.zip
2014-06-10 Kaz Kylheku <kaz@kylheku.com>
* Makefile (PROG): Removing ./ prefix from variable name; adding it to invocations of $(PROG) in some rules. (txr.o): Pass several strings as macros on the command line: TXR_REL_PATH, EXE_SUFF and PROG_NAME. * configure (bindir, datadir, mandir): These variables become just relative paths from the prefix. * txr.c (sysroot): Use the TXR_REL_PATH, EXE_SUFF and PROG_NAME preprocessor symbols defined on the command line to avoid hard-coding strings like "bin/txr" and "bin/txr.exe" which actually should reflect the value of the bindir variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4af53990..025aed8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2014-06-10 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (PROG): Removing ./ prefix from variable name; adding it
+ to invocations of $(PROG) in some rules.
+ (txr.o): Pass several strings as macros on the command line:
+ TXR_REL_PATH, EXE_SUFF and PROG_NAME.
+
+ * configure (bindir, datadir, mandir): These variables become
+ just relative paths from the prefix.
+
+ * txr.c (sysroot): Use the TXR_REL_PATH, EXE_SUFF and PROG_NAME
+ preprocessor symbols defined on the command line to avoid
+ hard-coding strings like "bin/txr" and "bin/txr.exe" which
+ actually should reflect the value of the bindir variable.
+
+2014-06-10 Kaz Kylheku <kaz@kylheku.com>
+
* txr.c (get_self_path): Fix spelling of GetModuleFileName.
Add missing parentheses in expression.
(sysroot_init): On Windows, filter progpath to change