[pypy-commit] pypy unicode-utf8: Rename this directory to avoid name conflict with "rutf8.py"

arigo pypy.commits at gmail.com
Mon Nov 20 05:44:35 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: unicode-utf8
Changeset: r93088:0a3c81c3f67d
Date: 2017-11-20 11:44 +0100
http://bitbucket.org/pypy/pypy/changeset/0a3c81c3f67d/

Log:	Rename this directory to avoid name conflict with "rutf8.py"

diff --git a/rpython/rlib/rutf8/capi.py b/rpython/rlib/fastutf8/capi.py
rename from rpython/rlib/rutf8/capi.py
rename to rpython/rlib/fastutf8/capi.py
diff --git a/rpython/rlib/rutf8/src/utf8-avx.c b/rpython/rlib/fastutf8/src/utf8-avx.c
rename from rpython/rlib/rutf8/src/utf8-avx.c
rename to rpython/rlib/fastutf8/src/utf8-avx.c
diff --git a/rpython/rlib/rutf8/src/utf8-scalar.c b/rpython/rlib/fastutf8/src/utf8-scalar.c
rename from rpython/rlib/rutf8/src/utf8-scalar.c
rename to rpython/rlib/fastutf8/src/utf8-scalar.c
diff --git a/rpython/rlib/rutf8/src/utf8-sse4.c b/rpython/rlib/fastutf8/src/utf8-sse4.c
rename from rpython/rlib/rutf8/src/utf8-sse4.c
rename to rpython/rlib/fastutf8/src/utf8-sse4.c
diff --git a/rpython/rlib/rutf8/src/utf8.c b/rpython/rlib/fastutf8/src/utf8.c
rename from rpython/rlib/rutf8/src/utf8.c
rename to rpython/rlib/fastutf8/src/utf8.c
diff --git a/rpython/rlib/rutf8/src/utf8.h b/rpython/rlib/fastutf8/src/utf8.h
rename from rpython/rlib/rutf8/src/utf8.h
rename to rpython/rlib/fastutf8/src/utf8.h


More information about the pypy-commit mailing list