diff options
| author | dos-reis <gdr@axiomatics.org> | 2012-05-23 06:52:01 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2012-05-23 06:52:01 +0000 |
| commit | 3a808df770c8702a9e330effa0b6e462eaaaee01 (patch) | |
| tree | 70ae032632cb6510146ca6eecb8f2ed343da7096 /src/ChangeLog | |
| parent | b12753cada058f5fafd9f6aeaa7d2e932eb8ff23 (diff) | |
| download | open-axiom-3a808df770c8702a9e330effa0b6e462eaaaee01.tar.gz | |
* boot/includer.boot (%SourceLine): New datatype.
(makeSourceLine): New.
Use source line macro accessors.
* boot/pile.boot: Likewise.
* boot/scanner.boot: Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 399977ef..a0ad08aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2012-05-23 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/includer.boot (%SourceLine): New datatype. + (makeSourceLine): New. + Use source line macro accessors. + * boot/pile.boot: Likewise. + * boot/scanner.boot: Likewise. + 2012-05-22 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/br-search.boot: Use findChar and findString in lieu of STRPOS. |
