git: gcc44: Improve locale support in libstdc++.

看板DFBSD_commit作者時間14年前 (2011/04/04 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b4190895e1347ab306da2f4076fd01d160e3ff01 Author: Sascha Wildner <saw@online.de> Date: Mon Apr 4 02:32:52 2011 +0200 gcc44: Improve locale support in libstdc++. Also, some miscellaneous config changes. Submitted-by: John Marino <draco@marino.st> Summary of changes: contrib/gcc-4.4/gcc/config.gcc | 17 -- contrib/gcc-4.4/gcc/config/dragonfly.h | 25 ++- contrib/gcc-4.4/libgcc/config.host | 6 - .../config/locale/dragonfly/c_locale.cc | 287 ++++++++++++++++++++ .../config/locale/dragonfly/ctype_members.cc | 172 ++++++++++++ .../config/os/bsd/dragonfly/ctype_inline.h | 57 ++++- .../config/os/bsd/dragonfly/ctype_noninline.h | 7 +- .../config/os/bsd/dragonfly/os_defines.h | 19 +- gnu/lib/gcc44/libstdc++/Makefile | 1 + gnu/lib/gcc44/libstdc++/config.h | 50 +++- gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h | 4 +- 11 files changed, 596 insertions(+), 49 deletions(-) create mode 100644 contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/c_locale.cc create mode 100644 contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/ctype_members.cc http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b4190895e1347ab306da2f4076fd01d160e3ff01 -- DragonFly BSD source repository
文章代碼(AID): #1DcH-Utd (DFBSD_commit)