Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rwxr-xr-xMyHTML.pm2
-rw-r--r--source/myhtml/api.h6
-rw-r--r--source/myhtml/myosi.h7
4 files changed, 6 insertions, 13 deletions
diff --git a/Changes b/Changes
index c7ee6d4..1bd82e2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.33 Tue Mar 29 2016 13:02:03 GMT+0300
+ Removed deprecated structures
+ Fixes for build freebsd and linux
+
0.32 Mon Mar 28 2016 23:41:03 GMT+0300
Fisex for OS Windows. Speed UP for OS Windows
diff --git a/MyHTML.pm b/MyHTML.pm
index 9d5738b..231682c 100755
--- a/MyHTML.pm
+++ b/MyHTML.pm
@@ -22,7 +22,7 @@ use strict;
use vars qw($AUTOLOAD $VERSION $ABSTRACT @ISA @EXPORT);
BEGIN {
- $VERSION = 0.32;
+ $VERSION = 0.33;
$ABSTRACT = "Fast HTML Parser using Threads with no outside dependencies";
@ISA = qw(Exporter DynaLoader);
diff --git a/source/myhtml/api.h b/source/myhtml/api.h
index 1a5c22f..2b16860 100644
--- a/source/myhtml/api.h
+++ b/source/myhtml/api.h
@@ -52,12 +52,6 @@
extern "C" {
#endif
-
-typedef enum {
- myfalse = 0,
- mytrue = 1
-} MyHTML_DEPRECATED(mybool_t, "use bool");
-
/**
* encodings type
*/
diff --git a/source/myhtml/myosi.h b/source/myhtml/myosi.h
index 0f72973..24c15af 100644
--- a/source/myhtml/myosi.h
+++ b/source/myhtml/myosi.h
@@ -63,16 +63,11 @@ extern "C" {
__myhtml__->__lenn__++; \
if(__myhtml__->__lenn__ == __myhtml__->__sizen__) { \
__myhtml__->__sizen__ += __size__; \
- __myhtml__->__point__ = (__strcn__*)myrealloc(__myhtml__->__point__, \
+ __myhtml__->__point__ = (__strcn__*)myrealloc(__myhtml__->__point__, \
sizeof(__strcn__) * __myhtml__->__sizen__); \
}
-typedef enum {
- myfalse = 0,
- mytrue = 1
-} MyHTML_DEPRECATED(mybool_t, "use bool");
-
// encoding
// https://encoding.spec.whatwg.org/#the-encoding
// https://encoding.spec.whatwg.org/#legacy-single-byte-encodings