aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-27 01:36:14 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-27 01:36:14 +0000
commit5b90309d09bb9f9d17ff86f644994953ce94c0b3 (patch)
treea806f6c06d604eabbbc909f54b4d863140341ba0 /src/ChangeLog
parentb99d2252a04fa96e0f6da50c735d8ba0de4765d8 (diff)
downloadopen-axiom-5b90309d09bb9f9d17ff86f644994953ce94c0b3.tar.gz
Define getWorkingDirectory via FFI.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a3cf20a..37f33f56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2013-05-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * interp/sys-os.boot (getWorkingDirectory): New. Define via FFI.
+ Replace all uses of GET-CURRENT-DIRECTORY.
+ * interp/daase.lisp (GET-CURRENT-DIRECTORY): Remove.
+
+2013-05-26 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* interp/nlib.lisp (MAKE-FULL-NAMESTRING): Move to sys-utility.boot.
Rename to makeFullFilePath. Adjust callers.