diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-04 17:39:16 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-04 17:39:16 +0000 |
commit | 30a034500322fc2bbcab63e14c2474b3eedb343a (patch) | |
tree | 4010ee614a3bf0aa69f4175f5b06ff934b22aac3 /src/ChangeLog | |
parent | 9be80497b8fe2bdfab08fded15e148c1489cc1d5 (diff) | |
download | open-axiom-30a034500322fc2bbcab63e14c2474b3eedb343a.tar.gz |
* interp/cparse.boot ($npPParg): Remove.
($npPCff): Likewise.
(npPPff, npPCff): Take an argument.
(npPPf): Likewise.
(npPPg, npPCg): Likewise.
(npPP, npPC): Pass around a suspension of the argument.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5703c54f..a8bd3f83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2008-08-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/cparse.boot ($npPParg): Remove. + ($npPCff): Likewise. + (npPPff, npPCff): Take an argument. + (npPPf): Likewise. + (npPPg, npPCg): Likewise. + (npPP, npPC): Pass around a suspension of the argument. + +2008-08-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * Makefile.pamphlet: Use $(mkdir_p) in lieu of $(mkinstalldirs), during build. Also use 'cp -p' instead of $(INSTALL). * algebra/Makefile.pamphlet: Likewise. |