Go to file
Martin von Gagern 04bc8d3195 Pair va_copy calls with va_end
According to the specs, each va_copy call should be matched by a va_end call
to ensure proper cleanup.  Furthermore, since message filters might iterate
over the list of arguments, we should hand a new copy to each filter.
2016-05-17 22:37:32 +02:00
build Some improvements in build-me.bat 2016-03-30 15:16:44 +02:00
console language help enhancements: 2016-03-23 14:56:36 +08:00
experimental Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
include Issue #348 - Add option 'escape-script', def = yes 2016-03-20 01:01:46 +01:00
localize Merge pull request #388 from htacg/fr.po 2016-03-27 19:54:54 +02:00
man XSL for man handles <var>. Updated comment and sample string. 2016-02-17 17:20:02 +08:00
README Issue #348 - Add README/OTPIONS.md on adding a new option 2016-03-20 01:05:36 +01:00
src Pair va_copy calls with va_end 2016-05-17 22:37:32 +02:00
.gitignore Remove /test/ from the repository. Regression testing is still very important, and so 2016-02-16 11:20:22 +08:00
CMakeLists.txt Merge pull request #366 from hguemar/master 2016-02-16 10:16:46 +08:00
README.md - Removed documentation generation from this repository. 2016-02-05 14:59:12 +08:00
version.txt Issue #396, #398 - Bump version.txt to 5.3.1 for this merge 2016-04-16 20:16:50 +02:00

HTML Tidy with HTML5 support

All READMEs and related materials can be found in README/.

For build instructions please see README/README.md.