From b6cab40c2d10e018977204e1db4b2c521b278f50 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Mon, 6 Jul 2015 11:55:43 -0400 Subject: [PATCH] bump utf8proc to v1.3 --- NEWS.md | 3 ++- deps/Makefile | 4 ++-- deps/utf8proc.version | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 56ca352cffab6..3bd56ed843d6b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,7 +11,7 @@ New language features `T(...)` falls back to `convert(T, x)`, so all `convert` methods implicitly define a constructor ([#8712], [#2403]). - * Unicode version 7 is now supported for identifiers etcetera ([#7917]). + * Unicode version 8 is now supported for identifiers etcetera ([#7917], [#12031]). * Type parameters now permit any arbitrary `isbits` type, not just `Int` and `Bool` ([#6081]). @@ -1510,3 +1510,4 @@ Too numerous to mention. [#11891]: https://github.com/JuliaLang/julia/issues/11891 [#11922]: https://github.com/JuliaLang/julia/issues/11922 [#11985]: https://github.com/JuliaLang/julia/issues/11985 +[#12031]: https://github.com/JuliaLang/julia/issues/12031 diff --git a/deps/Makefile b/deps/Makefile index 42a56a4170e31..fb4e5ee9bd66e 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -1437,10 +1437,10 @@ UTF8PROC_SRC_TARGET = $(UTF8PROC_SRC_DIR)/libutf8proc.a UTF8PROC_OBJ_LIB = $(build_libdir)/libutf8proc.a UTF8PROC_OBJ_HEADER = $(build_includedir)/utf8proc.h UTF8PROC_OBJ_TARGET = $(UTF8PROC_OBJ_LIB) $(UTF8PROC_OBJ_HEADER) -UTF8PROC_CFLAGS = -O2 -std=c99 $(fPIC) -DUTF8PROC_EXPORTS +UTF8PROC_CFLAGS = -O2 $(UTF8PROC_SRC_TARGET): $(UTF8PROC_SRC_DIR)/Makefile - $(MAKE) -C $(UTF8PROC_SRC_DIR) CC="$(CC) $(DEPS_CFLAGS)" CFLAGS="$(CFLAGS) $(UTF8PROC_CFLAGS)" AR="$(AR)" libutf8proc.a + $(MAKE) -C $(UTF8PROC_SRC_DIR) CC="$(CC) $(DEPS_CFLAGS)" CFLAGS="$(CFLAGS) $(UTF8PROC_CFLAGS)" PICFLAG="$(fPIC)" AR="$(AR)" libutf8proc.a touch -c $@ $(UTF8PROC_SRC_DIR)/checked: $(UTF8PROC_SRC_TARGET) ifeq ($(OS),$(BUILD_OS)) diff --git a/deps/utf8proc.version b/deps/utf8proc.version index c69c593c8d135..6f56e47295c9b 100644 --- a/deps/utf8proc.version +++ b/deps/utf8proc.version @@ -1,2 +1,2 @@ -UTF8PROC_BRANCH=1.3-dev1 -UTF8PROC_SHA1=f7219d516efe7496737d041f22b0ba567174fb16 +UTF8PROC_BRANCH=v1.3 +UTF8PROC_SHA1=85789180158ac7fff85b9f008828d6ac44f072ea