Skip to content
Snippets Groups Projects
Commit 72e024e0 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

(trunks) Sync with TeX Live revision 47220.

parent 78f4edd4
No related branches found
No related tags found
No related merge requests found
2018-04-01 Mojca Miklavec <mojca.miklavec.lists@gmail.com>
* patch-03-time: Adapted.
* patch-04-ctime: Removed.
2018-03-20 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* patch-05-w32: Added to compile gfile.cc on Windows.
......
$ diff -u gfile.h.orig gfile.h
--- gfile.h.orig 2018-03-26 11:43:40.479917632 +0200
+++ gfile.h 2018-03-26 11:41:51.965590455 +0200
@@ -52,6 +52,9 @@
#elif defined(MACOS)
# include <ctime.h>
https://bugs.freedesktop.org/show_bug.cgi?id=105766
diff -ur poppler-0.63.0/goo/gfile.cc poppler-src/goo/gfile.cc
--- poppler-0.63.0/goo/gfile.cc
+++ poppler-src/goo/gfile.cc
@@ -34,9 +34,7 @@
#include <config.h>
-#ifdef _WIN32
-# include <time.h>
-#else
+#ifndef _WIN32
# if defined(MACOS)
# include <sys/stat.h>
# elif !defined(ACORN)
@@ -44,7 +42,6 @@
# include <sys/stat.h>
# include <fcntl.h>
# endif
-# include <time.h>
# include <limits.h>
# include <string.h>
# if !defined(VMS) && !defined(ACORN) && !defined(MACOS)
diff -ur poppler-0.63.0/goo/gfile.h poppler-src/goo/gfile.h
--- poppler-0.63.0/goo/gfile.h
+++ poppler-src/goo/gfile.h
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
+#include <time.h>
extern "C" {
#if defined(_WIN32)
# include <sys/stat.h>
@@ -49,8 +50,6 @@
# include <windows.h>
# endif
#elif defined(ACORN)
-#elif defined(MACOS)
-# include <ctime.h>
#else
+# if defined(__NetBSD__)
+# include <time.h>
+# endif
# include <unistd.h>
# include <sys/types.h>
# if defined(VMS)
diff -ur poppler-0.63.0/poppler/Form.h poppler-src/poppler/Form.h
--- poppler-0.63.0/poppler/Form.h
+++ poppler-src/poppler/Form.h
@@ -33,6 +33,7 @@
#include <set>
#include <vector>
+#include <ctime>
class GooString;
class Array;
......@@ -34,9 +34,7 @@
#include <config.h>
#ifdef _WIN32
# include <time.h>
#else
#ifndef _WIN32
# if defined(MACOS)
# include <sys/stat.h>
# elif !defined(ACORN)
......@@ -44,7 +42,6 @@
# include <sys/stat.h>
# include <fcntl.h>
# endif
# include <time.h>
# include <limits.h>
# include <string.h>
# if !defined(VMS) && !defined(ACORN) && !defined(MACOS)
......
......@@ -37,6 +37,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <time.h>
extern "C" {
#if defined(_WIN32)
# include <sys/stat.h>
......@@ -49,12 +50,7 @@ extern "C" {
# include <windows.h>
# endif
#elif defined(ACORN)
#elif defined(MACOS)
# include <ctime.h>
#else
# if defined(__NetBSD__)
# include <time.h>
# endif
# include <unistd.h>
# include <sys/types.h>
# if defined(VMS)
......
......@@ -50,6 +50,10 @@
#endif /* IPV6_LEAVE_GROUP */
#endif /* !IPV6_DROP_MEMBERSHIP */
#ifndef AI_NUMERICSERV
#define AI_NUMERICSERV 0
#endif
typedef int t_socket;
typedef t_socket *p_socket;
typedef struct sockaddr_storage t_sockaddr_storage;
......
#define luatex_svn_revision 6680
#define luatex_svn_revision 6686
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment