OSDN Git Service

(none)
authorryuz <ryuz>
Mon, 30 Apr 2007 03:08:56 +0000 (03:08 +0000)
committerryuz <ryuz>
Mon, 30 Apr 2007 03:08:56 +0000 (03:08 +0000)
commitde6a375730dc60127ddba188058302eba2b2dbd3
tree49f7b71ee680c05a17e22743a944fa91d0e2e9bb
parent5714f7c5adca16b20cc1ec786d691a0d20b90178
(none)
42 files changed:
aplfw/build/win/win32/vc60/hosaplfw.dsp
aplfw/driver/console/vt100/vt100drv.h
aplfw/driver/console/vt100/vt100drv_close.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_create.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_flush.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_getch.c
aplfw/driver/console/vt100/vt100drv_iocontrol.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_local.h
aplfw/driver/console/vt100/vt100drv_open.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_read.c
aplfw/driver/console/vt100/vt100drv_seek.c [new file with mode: 0755]
aplfw/driver/console/vt100/vt100drv_write.c
aplfw/driver/serial/winsock/winsockdrv.c
aplfw/driver/serial/winsock/winsockdrv.h
aplfw/driver/serial/winsock/winsockdrv_local.h [new file with mode: 0755]
aplfw/sample/win/win32/sample.c
aplfw/sample/win/win32/vc60/sample.dsp
aplfw/system/file/console.h
aplfw/system/file/console_getch.c
aplfw/system/file/drvfile.h
aplfw/system/file/drvfile_create.c
aplfw/system/file/drvobj.h
aplfw/system/file/drvobj_create.c [new file with mode: 0755]
aplfw/system/file/drvobj_local.h
aplfw/system/file/file.h
aplfw/system/file/file_iocontrol.c
aplfw/system/file/file_local.h
aplfw/system/file/file_open.c
aplfw/system/file/file_read.c
aplfw/system/file/file_seek.c
aplfw/system/file/file_write.c
aplfw/system/file/fileobj.h
aplfw/system/file/fileobj_create.c
aplfw/system/file/fileobj_local.h [new file with mode: 0755]
aplfw/system/file/volume_openfile.c
aplfw/system/file/volumeobj.h
aplfw/system/file/volumeobj_create.c
aplfw/volume/dev/devvol.h
aplfw/volume/dev/devvol_adddevice.c
aplfw/volume/dev/devvol_create.c
aplfw/volume/dev/devvol_openfile.c
aplfw/volume/fat/fatfile_create.c