Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a0812ed9d7b45af77e9b2d185d0647e1831f7227)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a0812ed9d7b45af77e9b2d185d0647e1831f7227)
  • Date: Fri, 24 Jun 2016 20:20:25 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

http/webkitgtk3/BUILD | 3 ++-
http/webkitgtk3/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit a0812ed9d7b45af77e9b2d185d0647e1831f7227
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/webkitgtk3: added unicode fix in JavaScriptCore runtime

diff --git a/http/webkitgtk3/BUILD b/http/webkitgtk3/BUILD
index 2dd60ae..5b82b23 100755
--- a/http/webkitgtk3/BUILD
+++ b/http/webkitgtk3/BUILD
@@ -1,7 +1,8 @@
OPTS="$WEBKIT_OPTS $OPTS" &&
sed -i '30i#include <unicode/utf8.h>' \
Source/WebCore/platform/text/TextCodecUTF8.h \
- Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp &&
+ Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp \
+ Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp &&
sed -i '30i#include <unicode/utf16.h>' \
Source/WTF/wtf/text/StringBuilder.h &&
sed -i '26i#include <unicode/utf16.h>' \
diff --git a/http/webkitgtk3/HISTORY b/http/webkitgtk3/HISTORY
index 74b9513..f8ce17c 100644
--- a/http/webkitgtk3/HISTORY
+++ b/http/webkitgtk3/HISTORY
@@ -1,3 +1,6 @@
+2016-06-24 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added unicode fix in JavaScriptCore runtime
+
2016-06-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.13.2, SECURITY_PATCH++, (CVE-2016-1854,
CVE-2016-185[6-9])



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a0812ed9d7b45af77e9b2d185d0647e1831f7227), Pavel Vinogradov, 06/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page