tests/test-stdlib-c++.cc


Log

Author Commit Date CI Message
Bruno Haible f1eb357f 2011-02-22T14:23:24 New module 'wctomb'. * lib/stdlib.in.h (wctomb): New declaration. * lib/wctomb.c: New file. * lib/wctomb-impl.h: New file. * m4/wctomb.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_WCTOMB, REPLACE_WCTOMB. * modules/stdlib (Makefile.am): Substitute GNULIB_WCTOMB, REPLACE_WCTOMB. * modules/wctomb: New file. * tests/test-stdlib-c++.cc: Test signature of wctomb. * doc/posix-functions/wctomb.texi: Mention the new module. * modules/wctob (Depends-on): Add wctomb.
Bruno Haible 82e60758 2011-02-22T14:01:29 New module 'mbtowc'. * lib/stdlib.in.h (mbtowc): New declaration. * lib/mbtowc.c: New file. * lib/mbtowc-impl.h: New file, from libutf8 with modifications * m4/mbtowc.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MBTOWC, REPLACE_MBTOWC. * modules/stdlib (Makefile.am): Substitute GNULIB_MBTOWC, REPLACE_MBTOWC. * modules/mbtowc: New file. * tests/test-stdlib-c++.cc: Test signature of mbtowc. * doc/posix-functions/mbtowc.texi: Mention the new module. * modules/btowc (Depends-on): Add mbtowc.
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Bruno Haible 5518d301 2010-07-12T18:54:13 New module '_Exit'.
Bruno Haible e016983c 2010-03-28T01:29:52 Resolve conflict between the two kinds of module indicators.
Bruno Haible e6c527d5 2010-03-21T21:09:06 New module 'unlockpt'.
Bruno Haible aeca1376 2010-03-21T20:16:38 New module 'grantpt'.
Bruno Haible 3b7b9781 2010-03-21T16:17:22 New module 'ptsname'.
Bruno Haible e18c2c40 2010-03-08T02:45:04 Tests of module 'stdlib' in C++ mode.