]> gitweb.factorcode.org Git - factor.git/commit
fix various memory corruption issues
authorSlava Pestov <slava@factorcode.org>
Fri, 27 Aug 2004 06:09:24 +0000 (06:09 +0000)
committerSlava Pestov <slava@factorcode.org>
Fri, 27 Aug 2004 06:09:24 +0000 (06:09 +0000)
commite0590377ff0005d38a7043d8a9ab52e7bc8e2b7e
tree4b98e4f8f601c49064398eb010e2a450d1d6e537
parentfe280c7ea4b991d7a068ddb652bead3b7bdc11c0
fix various memory corruption issues
22 files changed:
README.txt [new file with mode: 0644]
TODO.FACTOR.txt
library/platform/native/debugger.factor
library/test/crashes.factor
library/test/strings.factor
native/arithmetic.c
native/arithmetic.h
native/array.c
native/array.h
native/bignum.c
native/error.h
native/factor.h
native/fixnum.c
native/fixnum.h
native/float.c
native/s48_bignumint.h
native/sbuf.c
native/sbuf.h
native/string.c
native/string.h
native/types.c
native/vector.c