diff options
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 4745403d..ae042707 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2014-11-20 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * algebra/files.spad.pamphlet (endOfFile?)[TextFile]: Use builtin eof? + * interp/br-data.boot (dbAugmentConstructorDataTable): Likewise. + * interp/topics.boot (mkTopicHashTable): Likewise. + * interp/vmlisp.lisp (MAKE-INSTREAM): Use inputTextFile. + (MAKE-OUTSTREAM): Use outputTextFile. + (EOFP): Remove. + 2014-11-17 Gabriel Dos Reis <gdr@integrable-solutions.net> * boot/bemol.cc: New. |