diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-26 09:48:21 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-26 09:48:21 +0000 |
commit | b99d2252a04fa96e0f6da50c735d8ba0de4765d8 (patch) | |
tree | 27dfeb8cf5d0114ab6d7a2361315632a6b6ae8a2 /src/ChangeLog | |
parent | 3d124313d289fd42013e52f600283c99f8d0211a (diff) | |
download | open-axiom-b99d2252a04fa96e0f6da50c735d8ba0de4765d8.tar.gz |
Rename MAKE-FULL-NAMESTRING to makeFullFilePath and implement in Boot.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 173cc693..3a3cf20a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,9 @@ -2013-05-26 Gabriel Dos Reis <gdr@cse.tamu.edu> +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. + +2013-05-26 Gabriel Dos Reis <gdr@integrable-solutions.net> * algebra/boolean.spad.pamphlet (IndexedBits)[<]: Define in Spad. * interp/bits.lisp: Remove. |