2002-06-06  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: I broke finks xemacs, now fixed.

2002-05-27  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: I really should read specs instead of making assumptions.
	dlopen(NULL,x) opens the _global_ context, not the application context.
	Fixed. Made dlsym_prepend_underscore work with stupidly long 
	symbol names.

2002-05-23  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: When opening a bundle for the second time, reuse the
	dlstatus struct from the previously closed version. Removed some
	debugging routines.
	* README: Minor update

2002-05-18  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again.

2002-05-15  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle
	close it, and dlopen same bundle again fails.

2002-05-07  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Changes on 2002-05-01 broke dlopen self, now fixed.

2002-05-05  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Better error reporting (I hope)
	* Makefile: New debug target, from vasi.

2002-05-01  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: When doing dlsym on dylibs, only check for the 
	symbol in the lib that was passed.

2002-04-23  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: fixed warnings when building with gcc3.

2002-04-17  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: modified dlsym_auto_underscore so it doesn't set the 
	error on the first call.

2002-04-16  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: added dlsym_auto_underscore on Justin's request.

2002-04-13  Max Horn  <max@quendi.de>

	* dlfcn.c: added dlsymIntern (like dlsym but for internal use); changed 
	dlopen/dlclose to use dlsymIntern, to prevent some border case problems.

2002-04-11  Peter O'Gorman <ogorman@users.sourceforge.net>

	* dlfcn.c: Added function dlsym_prepend_underscore for ease of
	porting packages which expect to be able to call
	dlsym(module,symbol) without a leading underscore, those package
	maintainers can now add -Ddlsym=dlsym_prepend_underscore to the
	CFLAGS and the package should just work, I hope

2002-03-23  Max Horn  <max@quendi.de>

	* dlfcn.c: changed 'enum bool' to int to fix a problem with newer
	systems

2002-03-22  Peter O'Gorman <ogorman@users.sourceforge.net>

	* README: Updated README

2002-03-22  Peter O'Gorman <ogorman@users.sourceforge.net>

	* .cvsignore, dlcompat.info, dlfcn.c, dlfcn.h, LICENSE, Makefile,
	README, TODO, dltest.fs, test/.cvsignore, test/Makefile,
	test/README, test/dltest.c, test/libbar.c, test/libfoo.c,
	test/runtest.sh: Initial revision
