diff options
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. |