2 new revisions: Revision: 35fd40f9d2f2 Author: nogu.dev <[email protected]> Date: Fri Mar 2 04:09:43 2012 Log: * libgcroots... http://code.google.com/p/uim/source/detail?r=35fd40f9d2f2&repo=sigscheme
Revision: 28b4609e7761 Author: nogu.dev <[email protected]> Date: Fri Mar 2 04:10:19 2012 Log: * .gitignore... http://code.google.com/p/uim/source/detail?r=28b4609e7761&repo=sigscheme ============================================================================== Revision: 35fd40f9d2f2 Author: nogu.dev <[email protected]> Date: Fri Mar 2 04:09:43 2012 Log: * libgcroots - Update submodule. http://code.google.com/p/uim/source/detail?r=35fd40f9d2f2&repo=sigscheme Modified: /libgcroots ======================================= --- /libgcroots Sat Feb 25 21:54:47 2012 +++ /libgcroots Fri Mar 2 04:09:43 2012 @@ -1,1 +1,1 @@ -Subproject commit 25726ba8a6d94b4d4900e80af5501dbf3666a95b +Subproject commit 0383eb58130ab1b95489a2d7fb740ae93d154e5d ============================================================================== Revision: 28b4609e7761 Author: nogu.dev <[email protected]> Date: Fri Mar 2 04:10:19 2012 Log: * .gitignore - New file. http://code.google.com/p/uim/source/detail?r=28b4609e7761&repo=sigscheme Added: /.gitignore ======================================= --- /dev/null +++ /.gitignore Fri Mar 2 04:10:19 2012 @@ -0,0 +1,114 @@ +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/config.guess +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/intltool-extract.in +/intltool-merge.in +/intltool-update.in +/libtool +/ltmain.sh +/missing +/sigscheme.mk +/sigscheme.pc +/uim.desktop +/uim.desktop.in +/uim.pc +/uim.spec + +# /bench/ +/bench/Makefile +/bench/Makefile.in + +# /doc/ +/doc/Makefile +/doc/Makefile.in + +# /include/ +/include/Makefile +/include/Makefile.in +/include/sigscheme/Makefile +/include/sigscheme/Makefile.in +/include/sigscheme/config-old.h +/include/sigscheme/config.h +/include/sigscheme/encoding-dummy.h +/include/sigscheme/encoding.h +/include/sigscheme/global.h +/include/sigscheme/scmint.h +/include/sigscheme/sigscheme.h +/include/sigscheme/storage-common.h +/include/sigscheme/storage-compact.h +/include/sigscheme/storage-fatty.h + +# /lib/ +/lib/Makefile +/lib/Makefile.in +/libgcroots.mk + +# /m4/ +/m4/Makefile +/m4/Makefile.in + +# /src/ +/src/.deps/ +/src/Makefile +/src/Makefile.in +/src/config.h +/src/config.h.in +/src/functable-legacy-macro.c +/src/functable-r5rs-char.c +/src/functable-r5rs-core.c +/src/functable-r5rs-deep-cadrs.c +/src/functable-r5rs-load.c +/src/functable-r5rs-macro.c +/src/functable-r5rs-number-io.c +/src/functable-r5rs-number.c +/src/functable-r5rs-port.c +/src/functable-r5rs-promise.c +/src/functable-r5rs-qquote.c +/src/functable-r5rs-read.c +/src/functable-r5rs-string-procedure.c +/src/functable-r5rs-string.c +/src/functable-r5rs-syntax.c +/src/functable-r5rs-vector.c +/src/functable-r5rs-write.c +/src/functable-siod.c +/src/functable-srfi1.c +/src/functable-srfi2.c +/src/functable-srfi23.c +/src/functable-srfi28.c +/src/functable-srfi34.c +/src/functable-srfi38.c +/src/functable-srfi43.c +/src/functable-srfi48.c +/src/functable-srfi55.c +/src/functable-srfi6.c +/src/functable-srfi60.c +/src/functable-srfi8.c +/src/functable-srfi9.c +/src/functable-sscm-core.c +/src/functable-sscm-ext.c +/src/sigscheme-combined-trim.h +/src/sigscheme-combined.c +/src/stamp-h1 + +# /test-c/ +/test-c/.deps/ +/test-c/Makefile +/test-c/Makefile.in +/test-c/collect.sh + +# /test/ +/test/Makefile +/test/Makefile.in +/test/run-singletest.sh + +# /tools/ +/tools/Makefile +/tools/Makefile.in
