]> gitweb.factorcode.org Git - factor.git/history - native/string.c
all-tests now pass without out of memory errors
[factor.git] / native / string.c
2005-06-16 Slava Pestovall-tests now pass without out of memory errors 0.75 release-0-75
2005-06-16 Slava Pestovbetter low memory barrier handling
2005-06-12 Slava Pestovwrunt's alien-invoke shorthand, tons of bug fixes,...
2005-06-10 Slava Pestovstdio-binary cleanup
2005-05-18 Slava Pestovmore sequence cleanups
2005-05-06 Slava Pestovstring sub-primitives
2005-05-05 Slava Pestovback out skip word
2005-04-23 Slava Pestovremoving cfactor I/O code; unix ffi I/O socket code...
2005-03-29 Slava Pestovmessing around with ffi, various other fixes
2005-03-22 Mackenzie Straightrename types
2005-03-05 Slava Pestovhashtables were sized wrong; rename str- words to string-
2005-03-04 Slava Pestovhalos
2005-02-22 Slava Pestovindex-of broken
2005-02-21 Slava Pestovbuilt in type slot meta refactoring; string capacity...
2005-02-10 Slava Pestovstring.c fix
2005-02-09 Slava Pestovtuple dispatch compiled, adding USING: to more files...
2005-02-07 Slava Pestovfix for expired fonts, inference unit test failure
2005-01-03 Slava Pestovline editor
2004-12-28 Slava Pestovhashcodes are now fixnums, added debug.c
2004-12-25 Slava Pestovsaving code to disk!
2004-12-24 Slava Pestovhuge cleanup
2004-12-23 Slava Pestovtype inference work, and smart-term-hook
2004-12-23 Mackenzie Straightfix argument order to string>memory
2004-12-23 Slava Pestovstarted type inference, and some bug fixes
2004-12-20 Slava Pestovstring>memory and memory>string primitives
2004-12-11 Slava Pestovrenaming types to avoid clashing with win32
2004-12-11 Slava Pestovstarted merging eiz's win32 port
2004-11-28 Slava Pestovmore dataflow work, minor native cleanup
2004-11-13 Slava Pestovoverhauling plugin
2004-10-13 Slava Pestovmemory management change, allocating primitives call...
2004-09-27 Slava Pestovstr/vector-hashcode
2004-09-19 Slava Pestovworking on the FFI
2004-09-19 Slava Pestovbefore generic arithmetic cleanup before-generic-arithmetic-cleanup
2004-09-07 Slava Pestovmore compiler work, a few java factor fixes
2004-09-03 Slava Pestovfix signed -vs- unsigned issue; chars > 127 were being...
2004-08-29 Slava Pestovstring hashcodes are fixnums
2004-08-29 Slava Pestovclean up bignum cached constants
2004-08-27 Slava Pestovfix various memory corruption issues
2004-08-25 Slava Pestovbignums (sort of)
2004-08-12 Slava Pestovguard pages for stack, started io multiplexing
2004-08-12 Slava Pestovguard pages before-env-dt-removal
2004-08-12 Slava Pestovstarting io multiplexing and stack guard before-guard-pages
2004-08-07 Slava Pestovparse number fix, doc updates, sparc32 fix, big-endian...
2004-08-05 Slava Pestovfirst cut at floats
2004-08-05 Slava Pestovratios
2004-08-04 Slava Pestovworking on the test suite
2004-08-01 Slava Pestovsome more bootstrapping fixes
2004-07-29 Slava Pestovworking on native image output
2004-07-28 Slava Pestovworking on bignums in native factor; removed .marks...
2004-07-24 Slava Pestovworking on native I/O
2004-07-16 Slava PestovFirst import of Factor 0.60 first-cvs-commit importing-0-60