comparison src/ChangeLog @ 3545:2ba8b7a25429

[xemacs-hg @ 2006-08-06 16:37:31 by aidan] Add an informative assertion and comment to snarf-documentation.
author aidan
date Sun, 06 Aug 2006 16:37:33 +0000
parents 981a144e71fa
children 9b8943d0d12a
comparison
equal deleted inserted replaced
3544:981a144e71fa 3545:2ba8b7a25429
1 2006-08-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * doc.c (Fsnarf_documentation):
4 Add an assertion and a comment, rather than crashing in the
5 76584th call of hash_string when someone's using a DOC file that
6 doesn't match the format.
7
1 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> 8 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * syntax.c (complex_vars_of_syntax): 10 * syntax.c (complex_vars_of_syntax):
4 String literals are char[], not unsigned char[]. Cast them when 11 String literals are char[], not unsigned char[]. Cast them when
5 passing to a function that takes UExtbyte *. 12 passing to a function that takes UExtbyte *.