]> mj.ucw.cz Git - eval.git/commit
Added parts of libsh from Sherlock v3.12.2.
authorMartin Mares <mj@ucw.cz>
Thu, 15 May 2008 09:22:52 +0000 (11:22 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 15 May 2008 09:22:52 +0000 (11:22 +0200)
commitda5a2b1f5eb7b04f67473f69763fdf376adc259f
tree3b4b8eae321b180217e2789271eb152cadea0f9e
parent54d6995ab44a7122c74c195bd3fedf11c2d223da
Added parts of libsh from Sherlock v3.12.2.

Only the modules related to configuration and Sherlock objects
have been retained. (This is probably a short-time solution only,
I intend to replace all uses of Sherlock objects.)
15 files changed:
sherlock/Makefile [new file with mode: 0644]
sherlock/attrset.c [new file with mode: 0644]
sherlock/attrset.h [new file with mode: 0644]
sherlock/buck2obj.c [new file with mode: 0644]
sherlock/conf-parse.c [new file with mode: 0644]
sherlock/conf.h [new file with mode: 0644]
sherlock/libsh.pc [new file with mode: 0644]
sherlock/obj-format.c [new file with mode: 0644]
sherlock/obj-linear.c [new file with mode: 0644]
sherlock/obj2buck.c [new file with mode: 0644]
sherlock/object.c [new file with mode: 0644]
sherlock/object.h [new file with mode: 0644]
sherlock/objread.h [new file with mode: 0644]
sherlock/perl/Makefile [new file with mode: 0644]
sherlock/perl/Object.pm [new file with mode: 0644]