Author: Armin Rigo <ar...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit