Commit graph

554 commits

Author SHA1 Message Date
Geoff McLane 2d994a5226 rename template.org.html to atemplate.org.html 2015-09-10 14:23:45 +02:00
Geoff McLane 8ed4b65090 Fix EXE path in alltestc.bat 2015-09-10 14:13:33 +02:00
Geoff McLane 126ebef43c Fix EXE path in acctest.cmd, and change output dir 2015-09-10 13:58:50 +02:00
Geoff McLane cc7b86c945 Some cleanup of the onetest.cmd 2015-09-10 13:37:39 +02:00
Geoff McLane 1bf5a9ad7e Some cleanup of the alltest1.cmd 2015-09-10 13:37:19 +02:00
Geoff McLane 53e6f8f01b Some cleanup of the alltest.cmd 2015-09-10 13:37:08 +02:00
Geoff r. McLane afefe375fd Add 3 diffs seemingly missed 2015-09-09 19:54:44 +02:00
Geoff r. McLane 43cd6a6606 more udpates of 'testbase' 2015-09-09 19:12:56 +02:00
Geoff R. McLane bbc1c2e600 Add report-5.1.8.txt, with details of changes 2015-09-09 14:29:48 +02:00
Geoff R. McLane 5ae0ba4152 Update the 'testbase' to 5.1.8
There were just 21 of 227 message text files changed,
and just 15 of 220 html outputs changed.

After reviewing each diff carefully it seems all changes
were 'better', thus all are deemed acceptable to be
included in this 'testbase' update.

See report-5.1.8.txt for a full list of the changes.
2015-09-09 14:22:11 +02:00
Geoff R. McLane 88a656f029 testone.sh - rename 'tidy5' to 'tidy' 2015-09-09 13:57:14 +02:00
Geoff R. McLane 50e69dbcb1 Some fixes to pub-bins.sh script 2015-09-07 19:28:29 +02:00
Geoff McLane 5ede47ff61 Update the verhist.log 2015-09-06 20:37:48 +02:00
Geoff McLane a94262a7c4 Add CONTRIBUTING.md to README.md 2015-09-04 18:11:42 +02:00
Geoff McLane f1dbc5a884 Add a CONTRIBUTING.md 2015-09-04 18:09:01 +02:00
Geoff McLane 6caf79571a Oops issue refs not automatically expanded in md docs 2015-09-04 16:20:12 +02:00
Geoff McLane dc3fbe28b7 Some tweaks to CODESTYLE.md 2015-09-04 16:16:24 +02:00
Geoff McLane 156cab70b8 Add the new VERSION.md and CODESTYLE.md to README.md 2015-09-04 16:07:17 +02:00
Geoff McLane e4c8c6c489 correct speliling in CODESTYLE.md 2015-09-04 15:52:12 +02:00
Geoff McLane 05cf142e07 Begin some notes on Tidy code style 2015-09-04 15:47:46 +02:00
Geoff McLane 0730502332 Add some notes on libTidy versioning 2015-09-04 15:35:11 +02:00
Geoff McLane 9a74bfde9a Add some important links to README.md 2015-09-04 15:10:20 +02:00
Geoff McLane 87e0e11b49 Merge of issue-228 to master 2015-09-04 15:03:08 +02:00
Geoff r. McLane f0bf30e3cc Merge remote-tracking branch 'upstream/issue-228' 2015-08-30 20:53:36 +02:00
Geoff McLane 2cfae04d19 Merge pull request #242 from b4hand/drop-include-semicolons
Drop unnecessary semicolons from includes in example.
2015-08-27 14:04:42 +02:00
Brandon Forehand 7bc824feec Updated include name. 2015-08-26 09:07:29 -07:00
Brandon Forehand 5cb55761ef Drop unnecessary semicolons from includes in example. 2015-08-25 13:53:54 -07:00
Geoff McLane fd056e353b Bump version to 5.1.7 for #239 addition 2015-08-22 14:04:38 +02:00
Geoff McLane 66e288a8e2 Issue #239 - no warn for apos enitity in html5++ mode 2015-08-22 14:03:02 +02:00
Geoff McLane 5380eb0413 Bump version for #238 2015-08-22 14:00:56 +02:00
Geoff McLane e79137de7f Issue #238 - only except the pre element 2015-08-22 14:00:18 +02:00
Ionel Roiban 91885af638 Merge pull request #236 from skynet/master
Add PHP support section
2015-08-15 19:03:56 -04:00
Geoff McLane 1d67dc940a Merge branch 'Andrew-Dunn-patch-1' into issue-228.
That is reordering windows includes per #234

In general the order of includes should be system <headers>,
then local "headers", except perhaps for the ocassional local
"version" or "config" header...

Resolved conflicts in src/pprint.c by reverting to current master, and in
version.txt by increasing the version.
2015-08-10 18:49:13 +02:00
Geoff McLane 652d4b464b change name of exe in cmd file 2015-08-10 18:10:46 +02:00
Ionel Roiban e2e2cde2ed Add PHP support section 2015-08-09 14:15:36 -04:00
Andrew Dunn dfdffd0cb3 Reordered Windows Includes
Moved the <windows.h> include above the "streamio.h" include to fix compilation with the latest Windows SDK.

<winnt.h> now has the following struct. In particular the `CR` member of this struct conflicts with a define in streamio.h.

    typedef struct _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY {
        DWORD BeginAddress;
        union {
            DWORD UnwindData;
            struct {
                DWORD Flag : 2;
                DWORD FunctionLength : 11;
                DWORD RegF : 3;
                DWORD RegI : 4;
                DWORD H : 1;
                DWORD CR : 2; // This line causes a compile error because CR is redefined in streamio.h
                DWORD FrameSize : 9;
            } DUMMYSTRUCTNAME;
        } DUMMYUNIONNAME;
    } IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY, * PIMAGE_ARM64_RUNTIME_FUNCTION_ENTRY;
2015-08-07 17:06:33 +10:00
Geoff McLane 4e7c52607c Bump version to 5.1.4 for table fix. #231 2015-07-31 13:44:46 +02:00
Geoff McLane cbae924a40 Oops, missed setting 'type' for TidyVertSpace.
This was evidenced by an 'assert' failure, that the type was not an 'int'!

And also in the -xml-help output, thus effecting the tidy.1 manual page
for this new feature --vertical-space auto, which produces almost single
line html output.

This 'fix' began in the issue-228 branch - see Issue #231
2015-07-31 13:39:06 +02:00
Geoff McLane 6a24f50466 Bump version to 5.1.3 for issue #232 2015-07-30 14:52:07 +02:00
Geoff McLane 38ef5bfe85 Issue #232 remove CM_HEAD from 'object' tag 2015-07-30 14:50:15 +02:00
Geoff McLane d639181afc Make it clear this is RC_VERSION=D231 running 2015-07-30 14:47:59 +02:00
Geoff McLane 750f31704b Bump version for #158 fixed by PR #229, but re-done here 2015-07-17 19:16:04 +02:00
Geoff McLane ae620a63a2 merge @camoy fix #158 to this branch 2015-07-17 19:00:16 +02:00
Geoff McLane d26cd72084 Add macros to get TidyVertSpace config, and implement 2015-07-15 20:58:00 +02:00
Geoff McLane 154a61543b Expand xml TidyVertSpace text to include tri-state 2015-07-15 20:56:22 +02:00
Geoff McLane 16580e0926 Revert TidyVertSpace to 'no', and make AutoBool option 2015-07-15 20:54:50 +02:00
Geoff McLane 4246c2c462 Issue #230: Need to KEEP this newline char sometimes.
This is a case where the lexer, in GetTokenfromStream, does NOT eat any
trailing newline after a LEX_STARTTAG: case...

So far have identified pre, script, style as NEEDING this user newline
character for later pprint output. Any others?
2015-07-15 19:41:02 +02:00
Geoff McLane 54130dce48 Default to no DLL if WIN32, 64-bit build 2015-07-15 19:29:53 +02:00
Geoff McLane 33494a4aea Bump version for #158 fix by PR #229 2015-07-14 11:27:15 +02:00
Geoff McLane 2c886155d0 Merge pull request #229 from camoy/master
Fix #158 - remove inserted newlines in pre

It seems this does fix this specific issue... thanks...

See #228 for some other comments on this...
2015-07-14 11:24:59 +02:00