comparison src/ChangeLog @ 5786:6355de501637

Correct buffered_bytecount_to_charcount() on non-Mule. src/ChangeLog addition: [...] * text.h (buffered_bytecount_to_charcount): This was declared wrong for non-mule, correct this. Thank you Mats Lidell and the buildbot.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 23 Jan 2014 15:03:16 +0000
parents 7343a186a475
children 72c5d36ba3b6
comparison
equal deleted inserted replaced
5785:7343a186a475 5786:6355de501637
1 2014-01-23 Aidan Kehoe <kehoea@parhasard.net> 1 2014-01-23 Aidan Kehoe <kehoea@parhasard.net>
2
3 * text.h (buffered_bytecount_to_charcount): This was
4 declared wrong for non-mule, correct this. Thank you Mats Lidell
5 and the buildbot.
2 6
3 * lstream.c (Lstream_read_1): 7 * lstream.c (Lstream_read_1):
4 Don't include the unread partial character in 8 Don't include the unread partial character in
5 unget_character_count, since our consumers will never be aware of it. 9 unget_character_count, since our consumers will never be aware of it.
6 * text.c: 10 * text.c: