]> 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)
commit676df461506d12fd0389497a56726458705411e1
tree9975e892349e62d7fb9925e5cf4b9c577698d874
parent97db29f4623c3945ed5b9f8102702a3c8bc10aaa
Cleanup of command processor

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