]> rtime.felk.cvut.cz Git - sysless.git/commit
Cleanup of command processor
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 7 Mar 2007 09:07:00 +0000 (09:07 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 7 Mar 2007 09:07:00 +0000 (09:07 +0000)
commitb8b2b72ae216cc463d12ae5e080c252e581d4d48
tree5902d46a48272235786cd9079197f89c98f6ac25
parentd0ba73f941e85f788af944d72f5f0625b5aaad45
Cleanup of command processor

darcs-hash:20070307090724-f2ef6-70083d9a6c82edc2a674aebae238d1029d321ad8.gz
20 files changed:
libs4c/misc/Makefile.omk
libs4c/misc/cmd_bth.c [deleted file]
libs4c/misc/cmd_rs232.c [deleted file]
libs4c/misc/cmdproc/Makefile [new file with mode: 0644]
libs4c/misc/cmdproc/Makefile.omk [new file with mode: 0644]
libs4c/misc/cmdproc/README [new file with mode: 0644]
libs4c/misc/cmdproc/cmd_bth.h [moved from libs4c/misc/cmd_bth.h with 100% similarity]
libs4c/misc/cmdproc/cmd_io.c [new file with mode: 0644]
libs4c/misc/cmdproc/cmd_io_line.c [new file with mode: 0644]
libs4c/misc/cmdproc/cmd_proc.c [moved from libs4c/misc/cmd_proc.c with 72% similarity]
libs4c/misc/cmdproc/cmd_proc.h [moved from libs4c/misc/cmd_proc.h with 77% similarity]
libs4c/misc/cmdproc/cmd_proc_priv.h [new file with mode: 0644]
libs4c/misc/cmdproc/cmdio_std.c [new file with mode: 0644]
libs4c/misc/cmdproc/cmdproc_test.c [new file with mode: 0644]
libs4c/misc/cmdprocio/Makefile [new file with mode: 0644]
libs4c/misc/cmdprocio/Makefile.omk [new file with mode: 0644]
libs4c/misc/cmdprocio/cmdio_bth.c [new file with mode: 0644]
libs4c/misc/cmdprocio/cmdio_bth_line.c [new file with mode: 0644]
libs4c/misc/cmdprocio/cmdio_rs232.c [new file with mode: 0644]
libs4c/misc/cmdprocio/cmdio_rs232_line.c [new file with mode: 0644]