tidyp
tidyp copied to clipboard
tidyp, a fork of the original tidy
This commit is a fix for http://bugzilla.redhat.com/725651 in which non-ASCII output filenames are mangled by tidy/tidyp. It makes a special case of the "output filename" option and stores it raw...
#./configure.ac ``` ./configure.ac: line 3: syntax error near unexpected token `[tidyp],[1.04],[[email protected]]' ./configure.ac: line 3: `AC_INIT([tidyp],[1.04],[[email protected]])' ``` Any ideas for help?
With this `i.html`: ```html Test page Style and look based on the Smoked WordPress Theme by iconstantin. ``` And this perl program: ```perl #!/usr/bin/perl use strict; use warnings; use HTML::Tidy...
[lexer.c:3431]: (style) Array index 'start' is used before limits check. ``` while (TY_(IsWhite)(lexer->lexbuf[start]) && start < len) ``` Suggest sanity check array index before use.
This fixes the -release flag issue and adds missing test files to the tarball.
Fedora Linux intends to build for the aarch64 architecture from the next release (Fedora 19). It would be good to have support for this architecture included in upstream projects so...
http://tidy.sourceforge.net/docs/quickref.html
I was not able to ./configure tidyp since files: config.guess config.sub are too old. I've updated them both and now I've installed successfully tidyp.
more details at http://www.cpantesters.org/cpan/report/94ed2b0c-c982-11df-87cd-1c8c4afd17af
The files from tests/ need to be added to EXTRA_DIST in tests/Makefile.am as they don't get added to the tarball which breaks the test suite.