History log of /haiku/src/tests/system/libroot/posix/gnulib-test-mbsrtowcs.c
Revision Date Author Comments
# 7016aa1a 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Reactivate mbsrtowcs() tests, as those do work, now.


# 05260c25 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Fix build warnings with gcc4.


# 80573183 12-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Added tests, exposing problems in wcsrtombs() and mbsrtowcs().


# 758e5e7d 07-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Drop a couple of mbsrtowcs() tests that can't work on Haiku.

* Our mbstate_t just references a corresponding ICU converter, but
does not actually contain its state. So a mere copying of the mbstate
won't duplicate the converter's intrinsic state, which means that
restarting with the copied state won't work.
If have experimented with cloning the converter into the mbstate_t,
but I was unable to get that to work, either. Apparently, the state
of the converter isn't cloned (but just the converter's settings
and data).


# 0983c476 01-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Add gnulib-test-mbsrtowcs.c in order to test mbsrtowcs()

* the test exposes problems in our current (glibc's) implementation
of mbsrtowcs()


# 7016aa1a900f60e03706fb455c977ce19e861cb0 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Reactivate mbsrtowcs() tests, as those do work, now.


# 05260c25c237dfb4ee7693fd1fa571dca519aee4 15-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Fix build warnings with gcc4.


# 80573183616c21a590303d6a582dd129b42f0265 12-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Added tests, exposing problems in wcsrtombs() and mbsrtowcs().


# 758e5e7dcd19ee19406a115ec6a6b670e44ccf5e 07-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Drop a couple of mbsrtowcs() tests that can't work on Haiku.

* Our mbstate_t just references a corresponding ICU converter, but
does not actually contain its state. So a mere copying of the mbstate
won't duplicate the converter's intrinsic state, which means that
restarting with the copied state won't work.
If have experimented with cloning the converter into the mbstate_t,
but I was unable to get that to work, either. Apparently, the state
of the converter isn't cloned (but just the converter's settings
and data).


# 0983c476d92770e5d7a8652f9aa2f39528fddbc9 01-Dec-2011 Oliver Tappe <zooey@hirschkaefer.de>

Add gnulib-test-mbsrtowcs.c in order to test mbsrtowcs()

* the test exposes problems in our current (glibc's) implementation
of mbsrtowcs()