~ubuntu-elisp/emacs/+git/master:other-branches/old-concurrency

Last commit made on 2011-02-17
Get this branch:
git clone -b other-branches/old-concurrency https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
other-branches/old-concurrency
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

38dba5e... by Giuseppe Scrivano

make the minibuffer mutex recursive.

f17afbf... by Giuseppe Scrivano

Define the `mutexp' function.

78ae7eb... by Giuseppe Scrivano

Add support for non-recursive mutexes.

make-mutex accepts a new parameter, if the value is non nil then the
mutex is recursive; by default a non-recursive mutex is created.

37b07a4... by Giuseppe Scrivano

Fix problems caused by the last rebase.

72dff70... by Giuseppe Scrivano

Handle exclusive access to the minibuffer using a mutex, remove inhibit-yield

d94f6fa... by Giuseppe Scrivano

Mutex object initial implementation.

4de7b9e... by Giuseppe Scrivano

Revert "Support more complex code blocks as argument to `run-in-thread"

This reverts commit a54548174153cb02b366fe6164cf3aa30597759c.

93afdba... by Giuseppe Scrivano

Remove blocal_getrealvalue

a20a688... by Giuseppe Scrivano

If a no-let-bound buffer-local symbol's value is modified, propagate it.

e4f2490... by Giuseppe Scrivano

the thread_yield return value considers blocked threads too