program edit is completely rewrited (not complete); im and openchess apps create...
commit8ba3dc8cc827c22c379c7b51c7530ab531744ff8
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 24 May 2009 19:17:42 +0000 (24 21:17 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 24 May 2009 19:17:42 +0000 (24 21:17 +0200)
tree8ce9fcb2e04e6e862f2a1150d797a8fb97c7c8f1
parente76232088e33fd5c9545f7cb2828afbf94ca1546
program edit is completely rewrited (not complete); im and openchess apps create zexos executable
binary file; all network apps were updated - include files compatibility with posix standards;
libc was updated to version 0.3.0 - lot of new headers + better posix compatibility; keyboard
handler was updated - improved queue; fixed bug in tty.c when tty_gotoxy use bigger dimension
then defined by screen; fixed small regression with default config
libc/include/abort.h [new file with mode: 0644]
libc/include/assert.h [new file with mode: 0644]
libc/include/errno.h [new file with mode: 0644]
libc/include/netdb.h [new file with mode: 0644]
libc/include/netinet/in.h [new file with mode: 0644]
libc/include/netinet/tcp.h [new file with mode: 0644]
libc/include/sys/ioctl.h [new file with mode: 0644]
libc/include/sys/select.h [new file with mode: 0644]
libc/include/sys/time.h [new file with mode: 0644]
libc/include/sys/un.h [new file with mode: 0644]