ecl/src
Matthew Mondor 5e43ec8789 Implement a few non-blocking MP functions:
MP:TRY-GET-SEMAPHORE
   returns NIL if the semaphore could not be obtained, or the count
   if it could be obtained

 MP:MAILBOX-TRY-READ
   returns a message if it's available, NIL if the queue is empty

 MP:MAILBOX-TRY-SEND
   returns the sent message if it could be queued, or NIL
   (mailbox is full)
2015-08-26 12:31:19 -04:00
..
bdwgc libatomic_ops: bump to 7.5.0 2015-07-03 13:26:42 +02:00
c Implement a few non-blocking MP functions: 2015-08-26 12:31:19 -04:00
clos clos: add single-float and double-float to built-in class hierarchy 2015-07-26 12:41:27 +02:00
clx cosmetic: untabify 2015-06-21 14:38:20 +02:00
cmp deftype: use destructure directly, remove unused arg 2015-08-18 15:39:29 +02:00
doc readme: fix top-level README (move to src/doc/debugging) 2015-08-23 12:56:57 +02:00
ecl configure: autoreconf with last changes 2015-08-21 08:12:24 +02:00
gmp gmp: remove broken symlink src/gmp/compile to fix ctags generation. 2015-02-01 14:42:47 +01:00
h Implement a few non-blocking MP functions: 2015-08-26 12:31:19 -04:00
libffi cosmetic: libffi updates this file on each compilation 2015-07-27 20:56:31 +02:00
lsp Implement MP:WITH-RWLOCK 2015-08-26 09:51:34 -04:00
new-cmp Implement MP:WITH-RWLOCK 2015-08-26 09:51:34 -04:00
tests tests: fix pathname test 2015-08-19 12:31:50 +02:00
util util: gdbinit ignores GC signals 2015-08-19 09:15:11 +02:00
aclocal.m4 configure: Don't overwrite system_boehm detection variable. 2015-08-21 07:50:10 +02:00
bare.lsp.in cosmetic: untabify 2015-06-21 14:38:20 +02:00
compile.lsp.in cosmetic: untabify 2015-06-21 14:38:20 +02:00
config.guess Upgrade config.guess and config.sub to newer versions 2013-03-30 23:29:22 +01:00
config.sub Upgrade config.guess and config.sub to newer versions 2013-03-30 23:29:22 +01:00
configure configure: autoreconf with last changes 2015-08-21 08:12:24 +02:00
configure.ac configure: fix boehm autodetection 2015-08-20 20:50:13 +02:00
install.sh
Makefile.in buildsystem: add src/*cmp/*.lsp to ecl dependencies 2015-07-30 08:29:29 +02:00