From 54cce110784d33d658b5f78286a98bee244a9eeb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 14 Jul 2012 17:16:21 +0200 Subject: added streamhtmlparser --- README.3rdPARTY | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.3rdPARTY') diff --git a/README.3rdPARTY b/README.3rdPARTY index 8051def..11e5abd 100644 --- a/README.3rdPARTY +++ b/README.3rdPARTY @@ -12,3 +12,20 @@ slightly adapted: - _REENTRANT defined the hard way for Interix/Win32 - new to new_ (clashes with C++ keyword) +streamhtmlparser + +Copyright (c) 2006, Google Inc. + +http://code.google.com/p/streamhtmlparser/ + +- removed all python stuff, autoconf and automake/libtool +- slighlty rearanged directory structure (public header files + in 'include', library sources in main subdir) +- eliminated some unused parameter warnings +- removed some C++-ism in C-code (like empty function parameter lists) +- made local functions actually 'static', e. g.: + static enum meta_redirect_type_enum meta_redirect_type(const char *value) +- config.h is empty, the code is not using the probes anyway mostly +- added constant namespace 'streamhtmlparser' in htmlparser_cpp.h.in htmlparser_cpp.h +- changed system includes to "*" +- fixed some "error: comma at end of enumerator list [-Werror=pedantic]" -- cgit v1.2.3-54-g00ecf