Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly
Module Name: src
Committed By: christos
Date: Sun Jul 28 17:41:21 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly:
c_locale.cc c_locale.h codecvt_members.cc ctype_members.cc
monetary_members.cc numeric_members.cc time_members.cc
Added Files:
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly:
xlocale_port.h
Log Message:
Factor out the uselocale() calls by providing the _l missing functions as
inlines in xlocale_port.h except in c_locale.{cc,h} because the header gets
installed.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.cc \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ctype_members.cc
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/c_locale.h \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/monetary_members.cc \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/numeric_members.cc \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/time_members.cc
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/xlocale_port.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index