view nt/x11.patch @ 4777:c69aeb86b2a3

Serialise non-default hash table rehash thresholds correctly; use this. src/ChangeLog addition: 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD): New macro, giving a default value for a hash table's rehash threshold given its size and test function. (print_hash_table): Print the hash table's rehash threshold if it has a non-default value. Ditto for its rehash size. (Fmake_hash_table): Supply the keyword arguments in a format understood by #'function-arglist. lisp/ChangeLog addition: 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> * mule/make-coding-system.el (fixed-width-create-decode-encode-tables): Use a rehash threshold of 0.999 for this hash table, now that hash table rehash thresholds are serialised correctly; these hash tables will never be resized, and it's not even that important that they are *that* fast, for most of the coding systems they're used a minority of the time.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Dec 2009 13:50:45 +0000
parents 15872534500d
children
line wrap: on
line source

*** X11.def.old	Thu Apr 10 07:29:27 1997
--- X11.def	Wed Jul 02 22:20:16 1997
***************
*** 5,15 ****
  VERSION 6.1
  EXPORTS
   _Xdebug_p=_Xdebug CONSTANT
-  _XCreateMutex_fn_p=_XCreateMutex_fn CONSTANT
-  _XFreeMutex_fn_p=_XFreeMutex_fn CONSTANT
-  _XLockMutex_fn_p=_XLockMutex_fn CONSTANT
-  _XUnlockMutex_fn_p=_XUnlockMutex_fn CONSTANT
-  _Xglobal_lock_p=_Xglobal_lock CONSTANT
   XActivateScreenSaver
   XAddConnectionWatch
   XAddExtension
--- 5,10 ----
***************
*** 623,630 ****
   _XUnregisterFilter
   _XUnregisterInternalConnection
   _XVIDtoVisual
-  _Xthread_init
-  _Xthread_waiter
   XkbIgnoreExtension
   XkbOpenDisplay
   XkbQueryExtension
--- 618,623 ----