Mon, 01 Jun 2015 14:21:35 +0900 Hajime Tazaki Bug 2101 - When loading binary not compiled with the correct options, dce crashes default tip
Thu, 24 Jul 2014 11:15:08 +0900 Hajime Tazaki add ld.so files for ubuntu 14.04
Thu, 19 Dec 2013 21:56:31 +0900 Hajime Tazaki add junit xml output (with python junit-xml-output)
Fri, 12 Apr 2013 21:18:28 +0900 Hajime Tazaki skip IOError for non-existing ld.so.conf.d file
Tue, 09 Apr 2013 23:46:03 +0900 Hajime Tazaki let vdl-config.h generate everytime
Tue, 09 Apr 2013 19:48:13 +0900 Hajime Tazaki add path for ubuntu 13.04 (from beta april 9)
Sat, 23 Feb 2013 21:13:30 +0100 Mathieu Lacage make output more reproducible & new test that fails
Sat, 23 Feb 2013 21:02:39 +0100 Mathieu Lacage tweak tls test
Sat, 23 Feb 2013 20:59:51 +0100 Mathieu Lacage basic test for tls
Sat, 23 Feb 2013 18:37:54 +0100 Mathieu Lacage update the reference traces to the correct destructor ordering
Mon, 18 Feb 2013 21:28:12 +0100 Mathieu Lacage make test24 pass
Sun, 17 Feb 2013 18:53:15 +0100 Mathieu Lacage remove debugging statements
Sun, 17 Feb 2013 15:33:23 +0100 Mathieu Lacage lock files that are to be finied so that they are not finied twice.
Wed, 13 Feb 2013 22:37:34 +0900 Hajime Tazaki add a testcase to reproduce threaded dlclose crash (Bug 1513)
Tue, 12 Feb 2013 22:54:48 +0100 Mathieu Lacage more 32bit building crap
Tue, 12 Feb 2013 22:19:17 +0100 Mathieu Lacage build 32bit on 64bit
Tue, 12 Feb 2013 21:49:23 +0100 Mathieu Lacage try to build as 32bit on 64bit boxes
Tue, 12 Feb 2013 21:25:52 +0100 Mathieu Lacage more paths for ubuntu 64
Tue, 12 Feb 2013 21:24:21 +0100 Mathieu Lacage handle irelative relocs for x86-64
Sun, 10 Feb 2013 18:00:07 +0100 Mathieu Lacage it is actually ok if the last byte is not included
Sun, 10 Feb 2013 17:37:19 +0100 Mathieu Lacage be coherent in how : is treated between i386 & x86-64 codebases
Sun, 10 Feb 2013 17:29:23 +0100 Mathieu Lacage merge with head
Fri, 28 Sep 2012 16:15:09 +0900 Hajime Tazaki add libm.so.6 dlopen test for R_X86_64_IRELATIVE test (dead lock)
Fri, 28 Sep 2012 00:44:38 +0900 Hajime Tazaki missing comma
Thu, 27 Sep 2012 22:52:01 +0900 Hajime Tazaki add Ubuntu 12-04 32bits path for ld-linux
Thu, 27 Sep 2012 14:03:57 +0900 Hajime Tazaki support ld.so.conf.d directry listing
Thu, 27 Sep 2012 13:59:17 +0900 Hajime Tazaki fix uninitialized dl_pagesize on fedora16 (glibc-2.14), initalize in vdl
Thu, 27 Sep 2012 13:54:48 +0900 Hajime Tazaki fix ubuntu 11 32bit env issue of missing function attribute
Thu, 27 Sep 2012 13:53:49 +0900 Hajime Tazaki more ld.so and LIBPATH add
Thu, 27 Sep 2012 13:50:22 +0900 Hajime Tazaki more ld.so versions supoort
Thu, 27 Sep 2012 13:46:47 +0900 Hajime Tazaki support ubuntu 1004
Sun, 10 Feb 2013 17:27:03 +0100 Mathieu Lacage build on ubuntu 12.10
Mon, 18 Jun 2012 09:09:15 +0200 Mathieu Lacage make sure we handle the case where we have multiple ambiguous symbols matching.
Wed, 06 Jun 2012 16:23:21 +0200 Mathieu Lacage add yet another path for most recent ubuntu
Fri, 20 Apr 2012 17:34:49 +0200 Mathieu Lacage update test reference data
Wed, 18 Apr 2012 19:43:29 +0200 Mathieu Lacage really handle ubuntu file locations
Tue, 17 Apr 2012 22:23:11 +0200 Mathieu Lacage newer gccs on ubuntu enable --as-needed by default. This breaks our tests
Tue, 17 Apr 2012 22:07:13 +0200 Mathieu Lacage avoid link-time errors
Tue, 17 Apr 2012 22:01:43 +0200 Mathieu Lacage search ubuntu's 64bit directories
Tue, 17 Apr 2012 21:36:52 +0200 Mathieu Lacage add ubuntu 1110 debug file path
Tue, 17 Apr 2012 21:36:20 +0200 Mathieu Lacage -lpthread after to make sure symbols are resolved
Fri, 23 Sep 2011 17:54:53 +0200 Mathieu Lacage add header to workaround missing definitions on some older glibcs.
Sat, 10 Sep 2011 14:26:47 +0200 Mathieu Lacage fixup Makefile for srcdir != objdir and for a couple of other smaller problems
Sat, 10 Sep 2011 14:06:41 +0200 Mathieu Lacage update reference output because of change triggered by calling the destructor in array at the right time.
Sat, 10 Sep 2011 14:01:26 +0200 Mathieu Lacage ignore one more file
Sat, 10 Sep 2011 14:01:15 +0200 Mathieu Lacage avoid compiler warning (fix stupid bug)
Sat, 10 Sep 2011 14:00:45 +0200 Mathieu Lacage Be careful to call the last destructor at index 0 (or n-1 if you prefer)
Sat, 10 Sep 2011 14:00:01 +0200 Mathieu Lacage purely cosmetic change
Mon, 18 Apr 2011 13:37:29 +0200 Mathieu Lacage install target
Mon, 18 Apr 2011 13:23:58 +0200 Mathieu Lacage allow env vars to set variables
Mon, 18 Apr 2011 13:21:19 +0200 Mathieu Lacage missing ./
Mon, 18 Apr 2011 13:20:12 +0200 Mathieu Lacage OBJDIR support
Fri, 08 Apr 2011 10:34:50 +0200 Mathieu Lacage access _dl_starting_up directly from within the loader to avoid a GLOB_DAT relocation within the loader
Fri, 08 Apr 2011 10:34:20 +0200 Mathieu Lacage typo: missing 'D'
Fri, 08 Apr 2011 10:34:09 +0200 Mathieu Lacage implement support for IRELATIVE relocation on x86_64
Thu, 16 Sep 2010 12:19:37 +0200 Mathieu Lacage quiet error which is not error
Thu, 16 Sep 2010 10:00:26 +0200 Mathieu Lacage make sure tls static block is initialized
Thu, 16 Sep 2010 10:00:07 +0200 Mathieu Lacage tweak test slightly
Wed, 15 Sep 2010 10:29:05 +0200 Mathieu Lacage limited support for static tls blocks with dlopen
Tue, 07 Sep 2010 20:55:32 +0200 Mathieu Lacage cleanup init/fini handling
(0) -300 -100 -60 tip