OSDN Git Service

test: NPTL: sync WRITE_BUFFER_SIZE with glibc test
[uclinux-h8/uClibc.git] / test / malloc /
2013-06-14 Anthony G. Basilelibc/misc/gnu/obprintf.c: implement obstack_printf...
2013-06-14 Anthony G. Basileconfig: UCLIBC_HAS_OBSTACK to optionally enable obstack...
2013-04-03 Bernhard Reutner... add UCLIBC_SUSV2_LEGACY to hide valloc
2013-03-14 Bernhard Reutner... test: add missing top_srcdir
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2009-03-16 Carmelo AmorosoFixed makefiles inclusion flow to pass actual configura...
2009-02-23 Bernhard Reutner... - remove dependency on GNU error functionality
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2007-05-03 Mike Frysingergive proper prototypes
2007-04-17 Mike Frysingercatch a small overflow in malloc-standard
2007-04-11 Mike Frysingertest case to make sure realloc() can shrink buffers...
2006-07-05 Mike Frysingerfix license notice
2006-03-17 "Steven J. Hill"Fix 'realloc' and revert previous changes to tests...
2006-03-17 "Steven J. Hill"Fix tests to work if MALLOC_GLIBC_COMPAT is enabled.
2006-02-22 Mike Frysingerupdate malloc(0) check to handle expected behavior...
2006-02-22 Mike Frysingerupdate malloc(0) check to handle expected behavior...
2006-02-21 Mike Frysingeruse vfork instead of fork so test works on non-mmu
2006-02-15 Mike Frysingerimport tests from glibc
2006-02-15 Mike Frysingerdont bother setting TESTS now
2006-02-15 Mike Frysingerfix warning about ignoring return value of realloc
2006-02-14 Mike Frysingerjust use := instead of =
2005-07-06 Mike Frysingerwe need stdio.h for printf()
2005-07-02 Mike Frysingernew testing framework to unify duplicated code in subdirs
2005-07-02 Mike Frysingerexit according to how many tests failed
2005-07-01 Mike FrysingerGNU libc -> glibc
2005-07-01 Mike Frysingermake test output nicer so its easier to go through...
2005-07-01 Mike Frysingerremove old depend on Config and make it so that a test...
2005-06-29 Mike Frysingerneed to include string.h for some mem funcs
2005-06-29 Mike Frysingersimplify TESTDIR setting and touchup
2005-02-12 Mike Frysingerno more cvs
2004-01-02 Eric AndersenA useful/useless little malloc time test
2004-01-02 Eric AndersenDo not make tests depend on CC, since we no longer...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-01-23 Eric AndersenUpdate tests to be somewhat consistant with the rest...
2002-10-31 Eric AndersenIgnore generated stuff
2002-10-31 Eric AndersenAdd a simple realloc test
2002-08-14 Eric AndersenMove all malloc tests under test/malloc/
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-07-13 David SchleefAdd test for proper realloc() behavior.
2001-07-03 Eric AndersenScrub up the tests a bit, and force everybody to use the
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-05-25 David SchleefRandom quick-and-dirty evil malloc checker.