summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-03-29 08:55:03 +0100
committerforsyth <forsyth@vitanuova.com>2011-03-29 08:55:03 +0100
commit35a6f3e10aa63aa1ac127c14186949900fe25993 (patch)
treefe00f91e4d847dd3f633c707457f89b4291402b4 /CHANGES
parent3a78c580bfacbdc12a08507f98b0dfb3c9b78f94 (diff)
20110329-0852
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a156b014..e526c63d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+20110329
+ emu/port/devfs-posix.c - treat unix domain sockets as files (open/read/write/close) [npe, rsc, issue 254]
+ emu/port/devfs-posix.c - use volatile correctly; slight code tidy
+ emu/lib9/errstr-posix.c replace EINTR's error string by Eintr's text
20110315
libtk/textw.c - fix mysterious control characters for editing (D and K) [issue 253, fix from mechiel]
20110225