summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d6761e7d..dc4115a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+20111214
+ change Linux port to use pthreads instead of clone directly
+ emu/Linux: rename os.c to os-clone.c; rename osp.c to os.c
+ emu/Linux/mkfile: remove -lrt, add kproc-pthreads.$O
+ Linux/*/include: define USE_PTHREADS
+ Linux/386/include/emu.h: increase KSTACK to 32k for Linux gethost* functions
20111003
libinterp/heap.c:/^dtype discount size of map [issue 258]
20110820