- doc/en/hashes.txt
- doc/en/rdddb.txt
* .gitattributes
* contrib/3rd/sqlite3/sqlite3.hbp
* contrib/hbbz2/3rd/bz2/bz2.hbp
* contrib/hbexpat/3rd/expat/expat.hbp
* contrib/hbfimage/hbfimage.hbp
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
* contrib/hblzf/3rd/liblzf/lzf.hbp
* contrib/hbmxml/3rd/minixml/mxml.hbp
* contrib/hbmzip/3rd/minizip/minizip.hbp
* contrib/hbodbc/hbodbc.hbp
* contrib/hbtinymt/3rd/tinymt/tinymt.hbp
* contrib/hbxdiff/3rd/libxdiff/xdiff.hbp
* contrib/sddsqlt3/tests/test.prg
* ChangeLog.txt
* doc/Makefile
* doc/oldnews.txt
* extras/ps32/readme.txt
* extras/superlib/readme.txt
* src/3rd/jpeg/Makefile
* src/3rd/pcre/Makefile
* src/3rd/png/Makefile
* src/3rd/tiff/Makefile
* src/3rd/zlib/Makefile
+ contrib/hbsms/DEPRECATED.txt
+ contrib/hbtpathy/DEPRECATED.txt
+ contrib/xhb/WARNING.txt
* contrib/3rd/sqlite3/sqlite3.dif -> contrib/3rd/sqlite3/sqlite3.diff
* contrib/hbbz2/3rd/bz2/bz2.dif -> contrib/hbbz2/3rd/bz2/bz2.diff
* contrib/hbexpat/3rd/expat/expat.dif -> contrib/hbexpat/3rd/expat/expat.diff
* contrib/hbhpdf/3rd/libhpdf/libhpdf.dif -> contrib/hbhpdf/3rd/libhpdf/libhpdf.diff
* contrib/hblzf/3rd/liblzf/liblzf.dif -> contrib/hblzf/3rd/liblzf/liblzf.diff
* contrib/hbmxml/3rd/minixml/minixml.dif -> contrib/hbmxml/3rd/minixml/minixml.diff
* contrib/hbmzip/3rd/minizip/minizip.dif -> contrib/hbmzip/3rd/minizip/minizip.diff
* contrib/hbtinymt/3rd/tinymt/tinymt.dif -> contrib/hbtinymt/3rd/tinymt/tinymt.diff
* contrib/hbxdiff/3rd/libxdiff/libxdiff.dif -> contrib/hbxdiff/3rd/libxdiff/xdiff.diff
* contrib/sddsqlt3/tests/test.sq3 -> contrib/sddsqlt3/tests/test.sqlite3
* extras/dbu/dbu52.dif -> extras/dbu/dbu52.patch
* extras/dbu/dbu53.dif -> extras/dbu/dbu53.patch
* extras/ps32/ps32.dif -> extras/ps32/ps32.patch
* extras/rl/rl.dif -> extras/rl/rl.patch
* extras/superlib/superlib.dif -> extras/superlib/superlib.patch
* extras/template/readme.txt -> extras/template/README.md
* src/3rd/hbdossrl/README -> src/3rd/hbdossrl/README.txt
* src/3rd/jpeg/jpeg.dif -> src/3rd/jpeg/jpeg.diff
* src/3rd/pcre/pcre.dif -> src/3rd/pcre/pcre.diff
* src/3rd/png/png.dif -> src/3rd/png/png.diff
* src/3rd/tiff/tiff.dif -> src/3rd/tiff/tiff.diff
* src/3rd/zlib/zlib.dif -> src/3rd/zlib/zlib.diff
* tests/hbpptest/_pp_test.prg -> tests/hbpp/_pp_test.prg
* tests/hbpptest/compare.hb -> tests/hbpp/compare.hb
* tests/hbpptest/hbpptest.hbp -> tests/hbpp/hbpptest.hbp
* tests/hbpptest/hbpptest.prg -> tests/hbpp/hbpptest.prg
* tests/tflock.prg -> tests/flock.prg
* contrib/hbfimage/fi_wrp.c -> contrib/hbfimage/core.c
* contrib/hbodbc/browodbc.prg -> contrib/hbodbc/browse.prg
* doc/cmdline.txt -> doc/cmdline.md
* extras/dbu/readme.txt -> extras/dbu/README.md
* extras/rl/readme.txt -> extras/rl/README.md
* some file renames synced with 3.4 fork, plus the content of
some of them. Some new text files added as well.
Note, 3rd party code rediffing won't work anymore on 8.3
filesystems.
76 lines
2.5 KiB
Diff
76 lines
2.5 KiB
Diff
diff -urN libhpdf.orig/hpdf.h libhpdf/hpdf.h
|
|
--- libhpdf.orig/hpdf.h 2015-09-09 21:22:05.772098624 +0200
|
|
+++ libhpdf/hpdf.h 2015-09-09 21:22:05.772098624 +0200
|
|
@@ -17,7 +17,7 @@
|
|
#ifndef _HPDF_H
|
|
#define _HPDF_H
|
|
|
|
-#include "hpdf_config.h"
|
|
+#include "hpdfcfg.h"
|
|
#include "hpdfvers.h"
|
|
|
|
#define HPDF_UNUSED(a) ((void)(a))
|
|
@@ -487,7 +487,7 @@
|
|
const char *uri);
|
|
|
|
|
|
-HPDF_Annotation
|
|
+HPDF_EXPORT(HPDF_Annotation)
|
|
HPDF_Page_CreateTextMarkupAnnot (HPDF_Page page,
|
|
HPDF_Rect rect,
|
|
const char *text,
|
|
diff -urN libhpdf.orig/hpdfimac.c libhpdf/hpdfimac.c
|
|
--- libhpdf.orig/hpdfimac.c 2015-09-09 21:22:05.688098623 +0200
|
|
+++ libhpdf/hpdfimac.c 2015-09-09 21:22:05.688098623 +0200
|
|
@@ -18,7 +18,7 @@
|
|
#include "hpdfconf.h"
|
|
#include "hpdfutil.h"
|
|
#include "hpdf.h"
|
|
-#include <memory.h>
|
|
+#include <string.h>
|
|
#include <assert.h>
|
|
|
|
#define G3CODES
|
|
@@ -78,7 +78,7 @@
|
|
|
|
#define Fax3State(tif) (&(tif)->tif_data->b)
|
|
#define EncoderState(tif) ((tif)->tif_data)
|
|
-#define isAligned(p,t) ((((unsigned long)(p)) & (sizeof (t)-1)) == 0)
|
|
+#define isAligned(p,t) ((((size_t)(p)) & (sizeof (t)-1)) == 0)
|
|
|
|
/* NB: the uint32 casts are to silence certain ANSI-C compilers */
|
|
#define TIFFhowmany(x, y) ((((uint32)(x))+(((uint32)(y))-1))/((uint32)(y)))
|
|
diff -urN libhpdf.orig/hpdfpago.c libhpdf/hpdfpago.c
|
|
--- libhpdf.orig/hpdfpago.c 2015-09-09 21:22:05.724098623 +0200
|
|
+++ libhpdf/hpdfpago.c 2015-09-09 21:22:05.724098623 +0200
|
|
@@ -1155,7 +1155,7 @@
|
|
return HPDF_RaiseError (page->error, HPDF_PAGE_INVALID_FONT, 0);
|
|
|
|
if (size <= 0 || size > HPDF_MAX_FONTSIZE)
|
|
- return HPDF_RaiseError (page->error, HPDF_PAGE_INVALID_FONT_SIZE, size);
|
|
+ return HPDF_RaiseError (page->error, HPDF_PAGE_INVALID_FONT_SIZE, (HPDF_STATUS)size);
|
|
|
|
if (page->mmgr != font->mmgr)
|
|
return HPDF_RaiseError (page->error, HPDF_PAGE_INVALID_FONT, 0);
|
|
diff -urN libhpdf.orig/hpdfutil.h libhpdf/hpdfutil.h
|
|
--- libhpdf.orig/hpdfutil.h 2015-09-09 21:22:05.816098625 +0200
|
|
+++ libhpdf/hpdfutil.h 2015-09-09 21:22:05.816098625 +0200
|
|
@@ -18,7 +18,7 @@
|
|
#ifndef _HPDF_UTILS_H
|
|
#define _HPDF_UTILS_H
|
|
|
|
-#include "hpdf_config.h"
|
|
+#include "hpdfcfg.h"
|
|
#include "hpdftype.h"
|
|
|
|
#ifdef __cplusplus
|
|
diff -urN libhpdf.orig/t4.h libhpdf/t4.h
|
|
--- libhpdf.orig/t4.h 2015-09-09 21:22:05.764098624 +0200
|
|
+++ libhpdf/t4.h 2015-09-09 21:22:05.764098624 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-/* $Id: t4.h,v 1.20 2007/11/10 18:40:44 drolon Exp $ */
|
|
+/* $Id$ */
|
|
|
|
/*
|
|
* Copyright (c) 1988-1997 Sam Leffler
|