diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 59a7ea4c..01ad0fac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2009-02-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * algebra/data.spad.pamphlet (ByteBuffer): Tidy. Manage size + explicitly. + * algebra/net.spad.pamphlet (writeBytes!$InetClientStreamSocket): + Convert buffer to array before calling VM function. + (readBytes!$InetClientStreamSocket): Likewise. + * interp/sys-utility.boot (makeByteBuffer): Don't ask for fill + pointers. + 2009-02-09 Gabriel Dos Reis <gdr@cs.tamu.edu> * lib/openpty.c: #include <sys/ioctl.h>, <termios.h>, and |
