]> git.ozlabs.org Git - ccan/commit
junkcode: upload via website.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 00:54:27 +0000 (10:24 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 00:54:27 +0000 (10:24 +0930)
commit1c6f12a3c7f65e6130335a43e799dc3aa6a23a18
tree1498650f0c1ea18b2fa6e1cb7ce36548871d6df1
parent7d21fec7d95839ea07c4389232b1f2e4c5fc8251
junkcode: upload via website.
70 files changed:
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_array.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_deque.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_errors.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_heap.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_lib.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_map.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_rb.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_set.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_slist.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/inc/c_stack.h [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/Makefile [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_array.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_deque.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_heap.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_map.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_rb.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_set.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_slist.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_stack.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/src/c_util.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/Makefile [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_array.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_deque.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_heap.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_map.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_rb.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_set.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_slist.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_c_stack.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/test/t_clibutils.c [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils.ncb [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils.sln [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils.suo [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils.vcproj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils.vcproj.ADPROD.avdongre.user [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/BuildLog.htm [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_array.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_deque.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_heap.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_map.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_rb.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_set.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_slist.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_stack.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/c_util.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/clibutils.idb [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/clibutils.lib [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/clibutils_Debug/clibutils.pdb [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils.vcproj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils.vcproj.ADPROD.avdongre.user [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/BuildLog.htm [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/mt.dep [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_array.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_deque.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_heap.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_map.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_rb.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_set.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_slist.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_c_stack.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/t_clibutils.obj [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.exe [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.exe.embed.manifest [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.exe.embed.manifest.res [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.exe.intermediate.manifest [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.idb [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.ilk [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils.pdb [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils_pure.ini [new file with mode: 0644]
junkcode/dongre.avinash@gmail.com-clibutils/win/tclibutils_Debug/tclibutils_pure.log [new file with mode: 0644]