]> git.eshelyaron.com Git - emacs.git/commit
WIP: CSP based on libtask
authorPhilipp Stephani <phst@google.com>
Sat, 22 Oct 2016 16:27:16 +0000 (18:27 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 26 Oct 2016 21:31:41 +0000 (23:31 +0200)
commitee44c803490310209b9d569a5c3fff14c8027e71
tree991c8938c5e0d5f3305d486b517fa0e14fa637e8
parent3a1331bf7de103a01368693406dff482e7d770a1
WIP: CSP based on libtask
40 files changed:
lib/libtask/386-ucontext.h [new file with mode: 0644]
lib/libtask/COPYRIGHT [new file with mode: 0644]
lib/libtask/README [new file with mode: 0644]
lib/libtask/amd64-ucontext.h [new file with mode: 0644]
lib/libtask/asm.S [new file with mode: 0644]
lib/libtask/channel.c [new file with mode: 0644]
lib/libtask/context.c [new file with mode: 0644]
lib/libtask/fd.c [new file with mode: 0644]
lib/libtask/httpload.c [new file with mode: 0644]
lib/libtask/makesun [new file with mode: 0755]
lib/libtask/mips-ucontext.h [new file with mode: 0644]
lib/libtask/net.c [new file with mode: 0644]
lib/libtask/power-ucontext.h [new file with mode: 0644]
lib/libtask/primes.c [new file with mode: 0644]
lib/libtask/print.c [new file with mode: 0644]
lib/libtask/qlock.c [new file with mode: 0644]
lib/libtask/rendez.c [new file with mode: 0644]
lib/libtask/task.c [new file with mode: 0644]
lib/libtask/task.h [new file with mode: 0644]
lib/libtask/taskimpl.h [new file with mode: 0644]
lib/libtask/tcpproxy.c [new file with mode: 0644]
lib/libtask/testdelay.c [new file with mode: 0644]
lib/libtask/testdelay1.c [new file with mode: 0644]
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/cconv.el
src/Makefile.in
src/alloc.c
src/coroutine.c [new file with mode: 0644]
src/emacs.c
src/eval.c
src/lisp.h
src/nsterm.m
src/print.c
src/process.c
src/sysselect.h
src/unexmacosx.c
src/xgselect.c
src/xmenu.c
src/xterm.c
test/src/coroutine-tests.el [new file with mode: 0644]