diff options
author | paul <paul> | 2005-04-16 15:51:05 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-16 15:51:05 +0000 |
commit | dc830cbfac8dd9633e070550359a5d6f8dac8fe5 (patch) | |
tree | 9b412c3e737868b0ef3917b97c5b62165ca6cf13 /lib/ChangeLog | |
parent | 03ecfb6789c25d65a35e050661fa7f23f1e4e66e (diff) |
2005-04-16 Paul Jakma <paul@dishone.st>
* memtypes.c: the comment about use of comments in the comments
headers was causing comment within comment warnings from compiler
* memtypes.awk: Add extensive comments on the file format for
memtypes.c.
tighten the pattern for the MTYPE matching action (suggestion from
Andrew) and tighten which field we try the match on.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index c50a3646..e5ee5494 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-04-16 Paul Jakma <paul@dishone.st> + + * memtypes.c: the comment about use of comments in the comments + headers was causing comment within comment warnings from compiler + * memtypes.awk: Add extensive comments on the file format for + memtypes.c. + tighten the pattern for the MTYPE matching action (suggestion from + Andrew) and tighten which field we try the match on. + 2005-04-15 Paul Jakma <paul@dishone.st> * memtypes.c: The new, unified location for memory type definitions. |