[poppler] 2 commits - goo/gbasename.cc utils/InMemoryFile.cc utils/InMemoryFile.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 10 22:53:10 UTC 2019


 goo/gbasename.cc      |    4 +++-
 utils/InMemoryFile.cc |    2 +-
 utils/InMemoryFile.h  |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 258a25fc02976db194e3eb1e383921a328c72a94
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Feb 10 23:52:13 2019 +0100

    gbasename: Include stdlib for free
    
    fixes macos build

diff --git a/goo/gbasename.cc b/goo/gbasename.cc
index 8c1f8656..830c1c80 100644
--- a/goo/gbasename.cc
+++ b/goo/gbasename.cc
@@ -35,6 +35,7 @@
 // This file is licensed under the GPLv2 or later
 //
 // Copyright (C) 2018, 2019 Greg Knight <lyngvi at gmail.com>
+// Copyright (C) 2019 Albert Astals Cid <aacid at kde.org>
 //
 //========================================================================
 
@@ -42,6 +43,7 @@
 #ifndef _MSC_VER
 #  include <libgen.h>
 #endif
+#include <stdlib.h>
 #include <string.h>
 
 std::string gbasename(const char* filename)
commit d14a96210f5def63a817c9a2c6d9e971c7272717
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Feb 10 23:51:01 2019 +0100

    Update (C)

diff --git a/goo/gbasename.cc b/goo/gbasename.cc
index 819de885..8c1f8656 100644
--- a/goo/gbasename.cc
+++ b/goo/gbasename.cc
@@ -34,7 +34,7 @@
 //
 // This file is licensed under the GPLv2 or later
 //
-// Copyright (C) 2018 Greg Knight <lyngvi at gmail.com>
+// Copyright (C) 2018, 2019 Greg Knight <lyngvi at gmail.com>
 //
 //========================================================================
 
diff --git a/utils/InMemoryFile.cc b/utils/InMemoryFile.cc
index 702a105a..d1f979c8 100644
--- a/utils/InMemoryFile.cc
+++ b/utils/InMemoryFile.cc
@@ -10,7 +10,7 @@
 //
 // This file is licensed under the GPLv2 or later
 //
-// Copyright (C) 2018 Greg Knight <lyngvi at gmail.com>
+// Copyright (C) 2018, 2019 Greg Knight <lyngvi at gmail.com>
 //
 //========================================================================
 
diff --git a/utils/InMemoryFile.h b/utils/InMemoryFile.h
index 293e1016..5bde41ad 100644
--- a/utils/InMemoryFile.h
+++ b/utils/InMemoryFile.h
@@ -10,7 +10,7 @@
 //
 // This file is licensed under the GPLv2 or later
 //
-// Copyright (C) 2018 Greg Knight <lyngvi at gmail.com>
+// Copyright (C) 2018, 2019 Greg Knight <lyngvi at gmail.com>
 //
 //========================================================================
 


More information about the poppler mailing list