aboutsummaryrefslogtreecommitdiff
path: root/libjava/libltdl/ltdl.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-28re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName())Tom Tromey1-74/+93
PR libgcj/26641: * Merged libltdl 1.5.16 from vendor branch. From-SVN: r112464
2003-12-25ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.Andreas Tobler1-6/+0
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch> * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. Fixed by fixinclude now. From-SVN: r75024
2003-12-18ltdl.c: Define __private_extern__ if needed.Michael Koch1-1/+7
2003-12-18 Michael Koch <konqueror@gmx.de> * libltdl/ltdl.c: Define __private_extern__ if needed. From-SVN: r74801
2003-12-16re PR libgcj/13056 (import new libltdl)Michael Koch1-1516/+4018
2003-12-16 Michael Koch <konqueror@gmx.de> Fix for PR libgcj/13056. * libltdl/configure.in, libltdl/config.h.in: Removed. * libltdl/configure.ac, libltdl/config-h.in, libltdl/install-sh, libltdl/config.guess, libltdl/config.sub, libltdl/missing, libltdl/mkinstalldirs, libltdl/ltmain.sh: New files. * libltdl/Makefile.am, libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/README: Update to versions from libtool 1.5. libltdl/configure, * libltdl/Makefile.in: Regenerated. * java/lang/natRuntime.cc (find_symbol): Use type 'lt_ptr' instead of 'lt_ptr_t'. From-SVN: r74711
2000-09-10* Updated from libtool multi-language branch.Alexandre Oliva1-471/+830
From-SVN: r36295
2000-02-14ltdl.c: If HAVE_BOEHM_GC defined, includ gc.h.Tom Tromey1-0/+4
* ltdl.c: If HAVE_BOEHM_GC defined, includ gc.h. * Makefile.in: Rebuilt. * Makefile.am (INCLUDES): New macro. * config.h.in, configure: Rebuilt. * acconfig.h (HAVE_BOEHM_GC): Define. * configure.in: Handle --enable-java-gc. From-SVN: r31971
2000-01-17Initial revisionTom Tromey1-0/+1621
From-SVN: r31468