Author: fijal
Branch: unicode-utf8
Changeset: r93090:78c8a9571b3d
Date: 2017-11-20 11:53 +0100
http://bitbucket.org/pypy/pypy/changeset/78c8a9571b3d/

Log:    merge

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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to