summaryrefslogtreecommitdiff
path: root/libltdl
Commit message (Expand)AuthorAgeFilesLines
* * libltdl/Makefile.am (ltdl.lo): Add dependencies.Alexandre Oliva1999-04-293-21/+24
* * libltdl/ltdl.c: Remove trivial warnings.Alexandre Oliva1999-04-121-20/+26
* * libltdl/ltdl.c (shl_close): shl_t was correct here...John David Anglin1999-04-121-2/+2
* * libltdl/configure.in: check for shl_load in libdldThomas Tanner1999-04-112-11/+16
* * NEWS: improved DJGPP supportThomas Tanner1999-04-061-3/+3
* * demo/Makefile.am: moved testsuite specific declarations to the end,Thomas Tanner1999-04-011-40/+215
* * doc/libtool.texi: fixed a typoThomas Tanner1999-03-301-1/+1
* * libltdl/ltdl.c (lt_dladdsearchdir): Forgot to mallocate theGary V. Vaughan1999-03-291-1/+2
* * NEWS: updatedThomas Tanner1999-03-273-0/+491
* * TODO: support -dlopen for librariesThomas Tanner1999-03-241-6/+2
* * libltdl/configure.in: the sed expression for finding the shared Gary V. Vaughan1999-03-231-1/+1
* * use the same header in all configure.in's and Makefile.am'sThomas Tanner1999-03-203-16/+110
* added acinclude.m4Alexandre Oliva1999-03-141-0/+1
* * libltdl/ltdl.c: removed FILENAME_MAX since LTDL_FILENAME_MAXThomas Tanner1999-03-121-5/+1
* * */configure.in: AC_SUBST(LIBTOOL_DEPS)Alexandre Oliva1999-03-111-1/+1
* * libltdl/ltdl.c (strdup): cannot return str when it's NULLAlexandre Oliva1999-03-111-1/+1
* * libltdl/ltdl.c (strdup): always use our own, because theAlexandre Oliva1999-03-111-4/+0
* * libltdl/configure.in (libltdl_cv_need_uscore): do not assumeAlexandre Oliva1999-03-111-3/+39
* * libtool.m4 (AC_LIBLTDL_INSTALLABLE, AC_LIBLTDL_CONVENIENCE):Alexandre Oliva1999-03-101-2/+2
* * libltdl/configure.in: only assume implicit installation ifAlexandre Oliva1999-03-101-0/+13
* * configure.in: fix spacing for --disable-ltdl-install,Thomas Tanner1999-03-103-40/+37
* * libltdl/ltdl.c (lt_dlopen): some preprocessors choke if the `#'Alexandre Oliva1999-03-101-4/+8
* * libtool.m4 (AC_LIBLTDL_INSTALLABLE, AC_LIBLTDL_CONVENIENCE):Alexandre Oliva1999-03-092-24/+6
* * libltdl/ltdl.c (lt_dlopen): don't hardcode the length of theThomas Tanner1999-03-092-9/+21
* * libtool.m4 (AC_LIBLTDL_INSTALLABLE, AC_LIBLTDL_CONVENIENCE):Alexandre Oliva1999-03-092-2/+13
* * libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide theAlexandre Oliva1999-03-081-2/+2
* * libltdl/Makefile.am, libltdl/configure.in, mdemo/Makefile.am:Alexandre Oliva1999-03-082-9/+15
* * TODO: updated (libltdl build problem fixed)Thomas Tanner1999-03-082-15/+9
* * libltdl/ltdl.c (LTDL_LAZY_OR_NOW): renamed from LTDL_NOW; preferAlexandre Oliva1999-03-061-9/+21
* * TODO: added items for next alpha release, ILD etc.Thomas Tanner1999-02-251-6/+7
* * libltdl/configure.in: check for dld.hAlexandre Oliva1999-02-222-2/+6
* * libltdl/ltdl.c (lt_dlopen): use newhandle instead of handleThomas Tanner1999-02-211-2/+2
* * libltdl/ltdl.c (lt_dlopen): use newhandle instead of handleArchie Cobbs1999-02-201-4/+5
* * libltdl/ltdl.c (lt_dlmalloc, lt_dlfree): SunOS' cc can't copeAlexandre Oliva1999-02-171-2/+2
* * cdemo/Makefile.am: renamed *foo1 to *foo, removed $(MATH_LIB)Thomas Tanner1999-02-152-24/+16
* * libltdl/configure.in: add a DESCRIPTION argument to AC_DEFINEsAlexandre Oliva1999-02-132-24/+20
* * *demo/Makefile.am: use $(MATHLIB)Thomas Tanner1999-02-132-59/+67
* * libltdl/ltdl.h (_LTDLL_EXTERN): libltdl is no longer linked as a Gary V. Vaughan1999-02-121-26/+12
* * libltdl/ltdl.c (tryall_dlopen): strcmp filenames was reversedAlexandre Oliva1999-02-121-1/+1
* added automake stamp filesThomas Tanner1999-02-121-0/+1
* added acconfig.hThomas Tanner1999-02-111-0/+15
* * autogen: libltdl needs autoheaderThomas Tanner1999-02-112-13/+45
* * libtool.m4 (ac_cv_sys_global_symbol_pipe): accept TAB inAlexandre Oliva1999-02-041-5/+13
* * libltdl/ltdl.c (find_module): initialize filename if dir is NULLAlexandre Oliva1999-02-041-1/+5
* * ltdl.c (lt_dlopenext): tmp would be trashed if shlib_ext wasAlexandre Oliva1999-02-031-2/+3
* * libltdl/ltdl.c (find_file): fix endless loop conditionAlexandre Oliva1999-01-271-9/+9
* * libltdl/Makefile.am (distclean-local): renamed fromAlexandre Oliva1999-01-271-4/+1
* * libltdl/ltdl.c (lt_dlopen, non-.la): find_file now returns 0 onAlexandre Oliva1999-01-271-11/+11
* * libltdl/Makefile.am (@TOINST@/libltdl.la): if installation isAlexandre Oliva1999-01-272-14/+18
* * libltdl/ltdl.c (find_file): oops, filenamesize was miscomputedAlexandre Oliva1999-01-271-4/+3