Initial code for buffer locking.
commit998a2c3e3e1e9d4da4b67eb771a784e677ed3e1b
authorTom Tromey <tromey@redhat.com>
Wed, 9 Sep 2009 21:50:06 +0000 (9 23:50 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 9 Sep 2009 21:50:06 +0000 (9 23:50 +0200)
tree2e9093b552773e37a0209e5ade47abdae2d002b5
parent53c988fe4ae6bba24071d1a8b9f3dbfa0c6f3b7e
Initial code for buffer locking.

Add some buffer locking; does not yet actually work.
Make current_buffer per-thread.
Turn thread_state into a vectorlike.
Arrange to populate initial specpdl; put condition-case around
thread body.
src/alloc.c
src/buffer.c
src/buffer.h
src/eval.c
src/image.c
src/thread.c
src/thread.h
src/window.c