DragonFly BSD
DragonFly commits List (threaded) for 2011-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Apr 2011 18:01:36 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]