2003-02-13 Jeffrey Stedfast <
[email protected]>
* README: Bumped version to 2.0.2
* configure.in: Bumped version to 2.0.2
* gmime/gmime-parser.c (parser_scan_content): Stop looping if/when
we find EOS in all cases. Also handle the case where an
[end-]boundary ends an an EOS rather than a new-line.
2003-02-14 Jeffrey Stedfast <
[email protected]>
* gmime/url-scanner.c (g_url_file_end): If the file:// url is
preceded with some sort of brace, when scanning for the end of the
url - take this into consideration.
(g_url_web_end): Same.
2003-02-13 Jeffrey Stedfast <
[email protected]>
* gmime/gmime-gpg-context.c: #include <sys/time.h>
2003-02-12 Jeffrey Stedfast <
[email protected]>
* gmime/url-scanner.c: Fixed the table to treat >=127 as a CTRL
character.
* gmime/gtrie.c (trie_utf8_getc): When we encounter an invalid
UTF-8 sequence, update in to point to in+1 and return 0xffff.
(g_trie_add): Handle invalid UTF-8 sequences (ie, c == 0xffff).
(g_trie_search): Same.
* gmime/gmime-filter-html.c (html_utf8_getc): Shortcut if inptr ==
inend by returning 0 and treating it as if we found the
terminating nul-char.