summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
Diffstat (limited to 'README.3rdPARTY')
-rw-r--r--README.3rdPARTY17
1 files changed, 17 insertions, 0 deletions
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 <streamhtmlparser/*> to "*"
+- fixed some "error: comma at end of enumerator list [-Werror=pedantic]"