/haiku/src/system/libroot/add-ons/icu/ |
H A D | ICUThreadLocalStorageValue.cpp | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | ICUCategoryData.cpp | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | ICUCollateData.cpp | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | Jamfile | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | ICUCtypeData.cpp | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
/haiku/headers/private/libroot/locale/ |
H A D | ICUThreadLocalStorageValue.h | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | ICUCategoryData.h | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
H A D | ICUCtypeData.h | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
/haiku/headers/posix/ |
H A D | wchar.h | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|
/haiku/build/jam/ |
H A D | OptionalPackages | ec99f3b2a665ab678c6c8ae3c7bd1c6a0d34fb68 Thu Dec 15 12:10:26 UTC 2011 Oliver Tappe <zooey@hirschkaefer.de> Adjust mbstate_t to embed the state of the ICU converter.
* make room in mbstate_t for containing an ICU-converter's state (well, in fact the whole converter object) * adjust libroot's locale add-on to clone converters into a given mbstate_t directly * adjust ICUThreadLocalStorageValue to contain the converter pointer instead of a converter-ID (if the converter is related to an mbstate_t, it points into the mbstate_t). * adjust users of converters to directly use converter pointers instead of ICUConverterRef * drop now unused ICUConverterManager and ICUConverterRef * update gcc4 optional package
This brings our multibyte implementation into a fully working state, both non-ascii and non-8-bit characters can now be handled normally in the Terminal, i.e. this finally fixes #6276.
N.B.: Since the size of mbstate_t has changed, everything (including the compiler!) needs to be rebuilt.
|