]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2005-01-02 Slava PestovSome minor updates 0.71 factor-0-71-b
2005-01-02 Slava PestovFactor 0.71 is ready factor-0-71
2005-01-02 Mackenzie StraightWin32 IO fixes
2005-01-02 Slava Pestovbacktraces more useful
2005-01-01 Slava Pestovunified method map
2005-01-01 Slava Pestovminor cleanups, new map-with and each-with words
2004-12-31 Slava Pestovmove promises to kernel-internals
2004-12-31 Slava Pestovexecuting global was not GC'd
2004-12-31 Slava Pestovtype check optimization is here
2004-12-31 Slava Pestovrecursive type inference
2004-12-30 Slava Pestovcleaner type inference
2004-12-29 Slava Pestovsee works with generics
2004-12-29 Slava Pestovtype inference changes, comment out smart-terminal...
2004-12-29 Mackenzie StraightMinor cleanups; fix copyright notices
2004-12-29 Chris Doublefix typecheck error. Error was caused by using "stdio...
2004-12-29 Chris Doubleget things working with recent cvs update. Some respond...
2004-12-28 Slava Pestovhashcodes are now fixnums, added debug.c
2004-12-28 Slava Pestovhash tables cons less
2004-12-27 Slava Pestovpartial evaluation of branches
2004-12-27 Mackenzie StraightWin32 sockets support
2004-12-27 Mackenzie StraightWin32 IO updates
2004-12-27 Slava Pestovconsole fix redoing-recursive-inference
2004-12-26 Slava Pestovgraphical console; start factor with -graphical switch
2004-12-26 Slava Pestovadded some keyboard-related SDL functions, SDL console
2004-12-26 Slava Pestovsome experiments with type inference
2004-12-26 Slava Pestovtype propagation for ifte, and partial evaluation if...
2004-12-26 Slava Pestovstarted type propogation
2004-12-26 Slava Pestovkernel errors a bit better, inference cleanup
2004-12-26 Slava Pestovabi wrong
2004-12-26 Slava Pestovbetter error reporting
2004-12-26 Slava Pestovminor stack inference fixes
2004-12-25 Slava PestovFFI relocation
2004-12-25 Slava Pestovsome FFI cleanups
2004-12-25 Mackenzie StraightMore Win32 IO work; FFI updates
2004-12-25 Slava Pestovsaving code to disk!
2004-12-24 Slava Pestovremoved old effects
2004-12-24 Slava Pestovhuge cleanup
2004-12-24 Slava Pestovgeneric cleanups and type inference work
2004-12-23 Slava Pestovfix object /\\ number
2004-12-23 Slava Pestovmore type inference work
2004-12-23 Slava Pestovinference workaround
2004-12-23 Slava Pestovtype inference work, and smart-term-hook
2004-12-23 Mackenzie StraightStarted work on win32 IO rewrite
2004-12-23 Slava Pestovtype inference work; class\/ and class/\ words
2004-12-23 Slava Pestovtype inference work, and = for aliens
2004-12-23 Slava Pestovfix ffi
2004-12-23 Mackenzie Straightfix argument order to string>memory
2004-12-23 Slava Pestovstarted type inference, and some bug fixes
2004-12-21 Slava Pestovbootstrap docs
2004-12-20 Slava Pestovword popup
2004-12-20 Slava PestovPlugin improvements
2004-12-20 Slava Pestovplugin fix; type-name word cleaned up
2004-12-20 Slava Pestovfix ffi
2004-12-20 Slava Pestovvalues are now objects in inferencer
2004-12-20 Slava Pestovstring>memory and memory>string primitives
2004-12-20 Slava Pestovimproved factor plugin
2004-12-19 Slava Pestovhuge code cleanup
2004-12-19 Slava Pestovplugin fixes
2004-12-19 Slava Pestovre-adding stack.factor
2004-12-19 Slava Pestovsome cleanups
2004-12-19 Slava Pestovredid = hashcode and math words using new object system
2004-12-19 Slava Pestovinlining type_of; speeds up mandelbrot by a nice factor
2004-12-19 Slava Pestovmarginally faster generic arithmetic
2004-12-19 Slava Pestovfix outdated comments in SDL examples
2004-12-18 Mackenzie StraightAdd dllexports 0.70 factor-0-70
2004-12-18 Slava Pestovspecifying ABI on a per-library basis
2004-12-18 Slava Pestovuse stdcall abi by default on windows, word usage counter
2004-12-18 Slava Pestovstepping over a word
2004-12-18 Slava Pestovcompiler does tail call optimization
2004-12-17 Mackenzie StraightPort FFI to win32
2004-12-17 Slava Pestovffi works
2004-12-16 Slava Pestovfix M: complex hashcode
2004-12-16 Slava Pestovinternals documentation
2004-12-15 Slava Pestovreworked bootstrap code, a lot of cleanups
2004-12-14 Slava Pestovtail call optimization
2004-12-14 Slava Pestovremoving unused alien-macros
2004-12-14 Slava Pestovsome progress on alien
2004-12-13 Slava Pestovclean up x86 generator, add SDL and alien to bootstrap
2004-12-13 Mackenzie StraightFix a bug with WriteFile
2004-12-13 Slava Pestovremove unneeded DLLEXPORT and obsolete optimizer tests
2004-12-13 Slava Pestovcompiler cleanups
2004-12-13 Mackenzie StraightAdd dll exports for compiling on win32
2004-12-13 Slava Pestovdefine FACTOR_X86 on win32
2004-12-13 Slava Pestovdon't use esi for data stack anymore; os word pushes...
2004-12-13 Slava PestovMoved generic stuff to its own directory, and merged...
2004-12-13 Slava Pestovpredicate metaclass; prettyprint, see, unparse, ' and...
2004-12-12 Slava Pestovunparser generified
2004-12-12 Slava Pestovmore progress on generic words
2004-12-11 Slava Pestovmore generic work
2004-12-11 Slava Pestovgeneric.factor cleanups; started generalized dispatching
2004-12-11 Mackenzie StraightFixup win32 port
2004-12-11 Slava Pestovsome largely unsuccessful attempts at making GC faster
2004-12-11 Slava Pestovwin32 port
2004-12-11 Slava Pestovwin32 read.c
2004-12-11 Slava Pestovsome fixes
2004-12-11 Slava Pestovmerged everything except read.c
2004-12-11 Slava Pestovio.c merged
2004-12-11 Slava Pestovmerge eiz's file.c
2004-12-11 Slava Pestovrenaming types to avoid clashing with win32
2004-12-11 Slava Pestovstarted merging eiz's win32 port
next