/[guile]/guile/guile-core/libguile/ChangeLog
ViewVC logotype

Diff of /guile/guile-core/libguile/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1712 by mvo, Mon Oct 14 22:55:24 2002 UTC revision 1.1713 by mvo, Wed Oct 16 16:31:02 2002 UTC
# Line 1  Line 1 
1    2002-10-16  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
2    
3            * async.c (scm_system_async_mark_for_thread): Validate thread
4            argument.
5    
6            * coop-threads.c (scm_i_thread_root): Do not validate argument.
7    
8            * feature.c (scm_init_feature): Don't add 'threads' for
9            USE_NULL_THREADS.
10    
11            * inline.h (scm_cell, scm_double_cell): Also allow
12            USE_NULL_THREADS to not protect the slot initializers.
13    
14            * scmsigs.c (scm_sigaction_for_thread): It's "USE_THREADS" not
15            "USE_THREAD".
16    
17            * Makefile.am (noinst_HEADERS): Added null-threads.c.
18            (modinclude_HEADERS): Added null-threads.h.
19    
20            * threads.h: Include null-threads.h when !USE_COOP_THREADS.
21            * threads.c: Include null-threads.c when !USE_COOP_THREADS.
22            (scm_init_threads): Use generic type names scm_t_mutex and
23            scm_t_cond instead of coop_m and coop_c.
24    
25            * null-threads.c, null-threads.h: New files.
26    
27  2002-10-15  Marius Vollmer  <mvo@zagadka.ping.de>  2002-10-15  Marius Vollmer  <mvo@zagadka.ping.de>
28    
29          * Makefile.am: Replaced "$<" in non-pattern rules with its value.          * Makefile.am: Replaced "$<" in non-pattern rules with its value.

Legend:
Removed from v.1.1712  
changed lines
  Added in v.1.1713

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26