Go to file
Geoff McLane 0706d195ef Oops, a C/C++ little compile problem.
In K&R (pure) C all variables used in a context must be declared before
the first executable phrase. gcc allowed this C/C++ crossover many years
ago.

But compilers, like MSVC, will bark at this problems with a quite weird
difficult to understand, error message!

This small re-arrangement of the code fixes that...
2015-11-04 02:50:00 +01:00
build - Consolidated README documents into root-level subdir. 2015-10-31 09:21:55 +08:00
console Oops, a C/C++ little compile problem. 2015-11-04 02:50:00 +01:00
documentation We should Tidy our quickref document. 2015-11-02 15:32:11 +08:00
experimental Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
include Eventually complete a 2007 fix 2015-09-16 13:17:50 +02:00
README - Consolidated README documents into root-level subdir. 2015-10-31 09:21:55 +08:00
src Deleted multiple equal id attributes. 2015-11-02 15:31:47 +08:00
test Issue #65 - add some more tests, and adjust testbase accordingly 2015-11-01 20:23:23 +01:00
.gitignore Add ignore '*.old' to root .gitignore 2015-06-04 20:11:16 +02:00
CMakeLists.txt Fix CMakeLists references to old paths. 2015-10-31 10:58:28 +08:00
README.md Root level README. 2015-11-02 15:53:55 +08:00
version.txt Increment version and date. 2015-11-03 11:37:28 +08:00

HTML Tidy with HTML5 support

All READMEs and related materials have been relocated into README/.

For build instructions please see README/README.md.