Michael R Sweet
|
96a610c1e5
|
Ignore (strip) BOMs in UTF-8 input.
|
2009-05-17 05:20:52 +00:00 |
|
Michael R Sweet
|
8d1ff5128d
|
Update --tokens to support a file path and always add a newline at the end of
each token.
|
2009-05-05 13:38:00 +00:00 |
|
Michael R Sweet
|
58712ee6fc
|
Add --tokens option.
|
2009-05-05 05:08:43 +00:00 |
|
Michael R Sweet
|
ec99705731
|
Fix typedef documentation (STR #72)
|
2009-05-05 04:43:18 +00:00 |
|
Michael R Sweet
|
9ac6418218
|
Add long long support for printf-style functions.
|
2009-04-18 17:05:52 +00:00 |
|
Michael R Sweet
|
fa33165459
|
Fix UTF-8 output on platforms with an unsigned char.
|
2009-03-21 05:51:01 +00:00 |
|
Michael R Sweet
|
474d6da1b4
|
Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91)
|
2009-03-19 05:38:52 +00:00 |
|
Michael R Sweet
|
4d81aff146
|
Fix swapped documentation issue (STR #92)
|
2009-03-19 05:33:20 +00:00 |
|
Michael R Sweet
|
3f34b234cc
|
Reject UTF-8 XML files that start with a BOM.
|
2009-03-19 05:27:26 +00:00 |
|
Michael R Sweet
|
fcdfa5a09d
|
Fix two potential NULL dereferences caught by Clang.
|
2009-03-17 05:51:59 +00:00 |
|
Michael R Sweet
|
9643c13183
|
Fix VC++ compile failures
|
2009-02-05 06:06:11 +00:00 |
|
Michael R Sweet
|
1646671128
|
Fix DOCTYPE link for HTML 4.01 loose.
|
2009-02-03 18:15:17 +00:00 |
|
Michael R Sweet
|
0dbf99da69
|
Update to HTML 4.01 doctype.
|
2009-02-02 19:24:26 +00:00 |
|
Michael R Sweet
|
16c5e31280
|
Don't embed links or other markup in title attributes.
Update copyright/license stuff.
|
2009-01-13 08:13:46 +00:00 |
|
Michael R Sweet
|
509bbfaf20
|
Update documentation.
|
2009-01-04 00:15:47 +00:00 |
|
Michael R Sweet
|
be9a1a3289
|
Add info style...
|
2009-01-03 23:37:25 +00:00 |
|
Michael R Sweet
|
4738699eb5
|
Fix str common bug list and new bug doesn't need "create_user" field.
|
2009-01-03 16:40:24 +00:00 |
|
Michael R Sweet
|
d6dbcfa251
|
More cleanup of home page.
Update copyright to 2009.
|
2009-01-03 16:35:14 +00:00 |
|
Michael R Sweet
|
c8155c2ebd
|
Redo home page.
Add recent/common bugs to new bug page.
Fix redirection on login page.
Resize logo image.
|
2009-01-03 16:29:03 +00:00 |
|
Michael R Sweet
|
5946d5637e
|
Fix TOC generation.
|
2008-12-10 00:28:35 +00:00 |
|
Michael R Sweet
|
4e75d3579f
|
Fix Nodes.xml generation.
|
2008-12-08 17:51:44 +00:00 |
|
Michael R Sweet
|
fd57e148c5
|
Fix docset generation.
|
2008-12-06 04:20:38 +00:00 |
|
Michael R Sweet
|
96564158e1
|
Fix some typos.
|
2008-11-28 11:07:49 +00:00 |
|
Michael R Sweet
|
eba74ebb7d
|
When building the Xcode documentation set, also package it and update the
ATOM file, too.
|
2008-11-28 11:02:55 +00:00 |
|
Michael R Sweet
|
59e1bbbb7a
|
Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
|
2008-11-28 10:56:50 +00:00 |
|
Michael R Sweet
|
95c3d05239
|
Save research on Xcode docsets.
|
2008-11-22 06:59:34 +00:00 |
|
Michael R Sweet
|
32c05d0617
|
Add 3.0, use select menu for fix version.
|
2008-10-27 05:25:50 +00:00 |
|
Michael R Sweet
|
8398491f0e
|
Fix builds on VC++ 2008 (STR #80)
|
2008-10-26 19:44:57 +00:00 |
|
Michael R Sweet
|
046d57d917
|
Add encoding="utf-8" to the ?xml PD.
|
2008-10-26 18:28:05 +00:00 |
|
Michael R Sweet
|
51e76f4109
|
Useless XSS fix.
|
2008-10-20 22:47:29 +00:00 |
|
Michael R Sweet
|
6788efa5ce
|
Use GeoIP-based mirror selection.
|
2008-09-02 01:22:57 +00:00 |
|
Michael R Sweet
|
13204f395b
|
Drop nu6.org mirror.
|
2008-08-21 16:43:16 +00:00 |
|
Michael R Sweet
|
e01c4d0a47
|
Add noframes section.
|
2008-07-17 16:43:18 +00:00 |
|
Michael R Sweet
|
62b697c229
|
Fix framed output.
|
2008-07-17 16:36:21 +00:00 |
|
Michael R Sweet
|
050d7a82cb
|
Support redirection from login page.
|
2008-06-30 14:00:17 +00:00 |
|
Michael R Sweet
|
b021e30547
|
Force login to post STRs.
|
2008-06-30 13:58:14 +00:00 |
|
Michael R Sweet
|
826cb4fb8a
|
Add missing phplib/common.php include.
|
2008-04-06 03:52:29 +00:00 |
|
Michael R Sweet
|
f494371060
|
Only use htmlspecialchars.
|
2008-03-31 04:58:26 +00:00 |
|
Michael R Sweet
|
63275d2fa9
|
Quote PHP_SELF.
|
2008-03-31 04:38:40 +00:00 |
|
Michael R Sweet
|
a38251bc9b
|
Wrapping was not disabled when mxmlSetWrapMargin(0) was called, and
"<?xml ... ?>" was always followed by a newline (STR #76)
|
2008-03-21 04:59:01 +00:00 |
|
Michael R Sweet
|
d7fcf13ff8
|
Fix mxml.pc typo (STR #79)
|
2008-03-21 04:31:07 +00:00 |
|
Michael R Sweet
|
a57b72a556
|
Fixes for enum typedefs (still working on comments...)
|
2008-03-19 21:09:21 +00:00 |
|
Michael R Sweet
|
2b270e9072
|
Quote search strings.
|
2008-03-05 03:49:17 +00:00 |
|
Michael R Sweet
|
b04207f224
|
Use larger TOC frame.
|
2008-02-01 01:13:56 +00:00 |
|
Michael R Sweet
|
6304a1b69b
|
Allow frames to be resized.
|
2008-01-31 23:50:58 +00:00 |
|
Michael R Sweet
|
33b00b147a
|
Add missing function.
|
2008-01-29 06:08:59 +00:00 |
|
Michael R Sweet
|
66a4800d57
|
Update web site.
|
2008-01-29 05:50:23 +00:00 |
|
Michael R Sweet
|
972b44eb29
|
Fix packaging files.
|
2008-01-29 05:32:50 +00:00 |
|
Michael R Sweet
|
8aff906d87
|
Fix man page output.
Prep for 2.5 release.
|
2008-01-29 05:28:31 +00:00 |
|
Michael R Sweet
|
29ab62983c
|
write_element() was writing to stdout.
|
2008-01-29 01:00:40 +00:00 |
|