summaryrefslogtreecommitdiffstats
path: root/newlib/testsuite/newlib.string
Commit message (Collapse)AuthorAgeFilesLines
* Add missing file from previous checkinCorinna Vinschen2012-02-091-0/+222
|
* 2011-10-04 Greta Yorsh <Greta.Yorsh@arm.com>Jeff Johnston2011-10-041-0/+160
| | | | * testsuite/newlib.string/memcpy-1.c: New test.
* 2006-12-04 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2006-12-041-0/+4
| | | | * testsuite/newlib.string/tstring.c:
* 2005-01-27 Hans-Peter Nilsson <hp@axis.com>Jeff Johnston2005-01-271-0/+184
| | | | * testsuite/newlib.string/memmove1.c: New test.
* * testsuite/lib/passfail.exp (newlib_pass_fail_all): NewThomas Fitzsimmons2002-06-181-2/+2
| | | | | | | | procedure. (newlib_pass_fail): Change to compile and run only one file. * testsuite/newlib.locale/locale.exp: Use new newlib_pass_fail_all procedure. * testsuite/newlib.string/string.exp: Likewise.
* 2002-06-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-06-181-1/+1
| | | | | | | * testsuite/newlib.stdlib/atexit.c: New file. * testsuite/newlib.stdlib/atexit.exp: Ditto. * testsuite/newlib.string/tstring.c: Change default start size to something more reasonable for embedded platforms.
* * Makefile.am (check-DEJAGNU): New target.Thomas Fitzsimmons2002-04-242-0/+361
(site.exp): Likewise. * acinclude.m4 (NEWLIB_CONFIGURE): Replace AC_CANONICAL_HOST with AC_CANONICAL_SYSTEM. Remove AC_CANONICAL_BUILD. * libc/locale/locale.c (_setlocale_r): Add UTF-8 support. * libc/stdlib/mbtowc_r.c (_mbtowc_r): Likewise. * libc/stdlib/wctomb_r.c (_wctomb_r): Likewise. * testsuite: New directory. * testsuite/config: Likewise. * testsuite/lib: Likewise. * testsuite/newlib.locale: Likewise. * testsuite/newlib.string: Likewise. * testsuite/config/default.exp: New file. * testsuite/lib/checkoutput.exp: New file. * testsuite/lib/newlib.exp: New file. * testsuite/lib/passfail.exp: New file. * testsuite/newlib.locale/UTF-8.c: New file. * testsuite/newlib.locale/UTF-8.exp: New file. * testsuite/newlib.locale/locale.exp: New file. * testsuite/newlib.string/string.exp: New file. * testsuite/newlib.string/tstring.c: New file.