changeset 76778:d2f51c70bc85

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 28 Mar 2007 08:16:39 +0000
parents 846cbca78bc8
children 937f12c5ca72
files man/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Wed Mar 28 08:16:19 2007 +0000
+++ b/man/ChangeLog	Wed Mar 28 08:16:39 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* macos.texi (Mac Font Specs): Mention AppleAntiAliasingThreshold.
+
 2007-03-26  Richard Stallman  <rms@gnu.org>
 
 	* pgg.texi (Caching passphrase): Clean up previous change.
--- a/src/ChangeLog	Wed Mar 28 08:16:19 2007 +0000
+++ b/src/ChangeLog	Wed Mar 28 08:16:39 2007 +0000
@@ -1,3 +1,15 @@
+2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* gmalloc.c [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
+	[USE_PTHREAD]: Include pthread.h.
+	(malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
+	(malloc_initialize_1): New function created from __malloc_initialize.
+	(__malloc_initialize): Use it.
+	(LOCK, UNLOCK): New macros to make malloc etc. thread safe.
+	(_malloc_internal, _free_internal, _realloc_internal): Use them.
+
+	* lread.c (readchar): Extend BLOCK_INPUT block to ferror/clearerr.
+
 2007-03-27  Juanma Barranquero  <lekktu@gmail.com>
 
 	* process.c (Fformat_network_address): Make args array big enough