comparison src/ChangeLog @ 880:beddd25fe24a

[xemacs-hg @ 2002-06-24 22:00:17 by youngs] 2002-06-17 Jerry James <james@xemacs.org> * emodules.texi (Loading other Modules): Describe why we do not use RTLD_GLOBAL. 2002-06-17 Jerry James <james@xemacs.org> * sysdll.c: Remove RTLD_GLOBAL initialization. * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
author youngs
date Mon, 24 Jun 2002 22:00:25 +0000
parents f809bc97829a
children 0048cad4b034
comparison
equal deleted inserted replaced
879:f809bc97829a 880:beddd25fe24a
1 2002-06-17 Jerry James <james@xemacs.org>
2
3 * sysdll.c: Remove RTLD_GLOBAL initialization.
4 * sysdll.c (dll_open): Do not use RTLD_GLOBAL.
5
1 2002-06-24 Mike Sperber <mike@xemacs.org> 6 2002-06-24 Mike Sperber <mike@xemacs.org>
2 7
3 * search.c (skip_chars): Fix a crash if NILP(lim). 8 * search.c (skip_chars): Fix a crash if NILP(lim).
4 9
5 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org> 10 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org>