]> gitweb.factorcode.org Git - factor.git/history - library/bootstrap/primitives.factor
Remove integer-slot and set-integer-slot primitives, add word-xt primitive
[factor.git] / library / bootstrap / primitives.factor
2006-10-15 slavaRemove integer-slot and set-integer-slot primitives...
2006-09-30 slavaSource files and module system cleanup
2006-09-27 slavaReplace compiled? primitive with compiled? word slot
2006-09-26 slavaNew code-gc primitive
2006-09-26 slavaFix room.
2006-09-07 slavaModules are now stored in an assoc, not a hash, to...
2006-09-06 slavaMore module system work
2006-08-26 slavaMove libm primitives to alien calls in library
2006-08-18 slavaEliminate with-class<cache combinator in favor of a...
2006-08-11 slavaAutomatically recompile words when files are loaded
2006-08-08 slavaBig redesign of the compiler/runtime interface
2006-08-07 slavaOptimizer fixes
2006-06-23 slavaImproved help cross-referencing
2006-06-21 slavaRemove the 'links-in' feature
2006-06-19 slavaRemove obsolete examples, module system simplification...
2006-06-17 slavaMore help documentation
2006-06-13 slavaadd-literal fix
2006-06-06 slavaRemove some dead code: help glossary and flushable...
2006-05-29 slava<word> cleanup
2006-05-28 slavaFix make-image memory leak, Cocoa typo
2006-05-23 slavaFFI now supports Unicode (UTF16) strings better, and...
2006-05-18 slavaRuntime code cleanups
2006-05-17 slavaLast traces of conses removed
2006-05-16 slavaMore quotation work
2006-05-15 slavaUnit test fixes, introducing quotation type
2006-05-15 slavaRatios and complexes now have headers, inference fixes
2006-05-15 slava>r and r> now use their own stack
2006-05-11 slavaSome minor I/O fixes
2006-05-02 slavaWorking on method inlining optimization
2006-05-02 slavaNew optimizations: useless coerce elimination, builtin...
2006-04-28 slavaBootstrap fixes
2006-04-24 slavaHuge compiler patch; two new fixnum-fast and fixnum...
2006-03-27 slavaBootstrap fix
2006-03-27 slavaAbstract out word cross-referencing into a graph librar...
2006-02-20 slavarenumber types, Objective-C exception handling
2006-02-20 slavaMerge alien and displaced-alien types, assorted cleanups
2006-01-27 Slava Pestovcell fix; experimental preferred size cache; floor...
2006-01-09 Slava Pestovtuple documentation; rename array>tuple to >tuple
2006-01-07 Slava Pestovmore documentation
2006-01-06 Slava Pestovwords chapter of handbook converted
2005-12-26 Slava Pestovfix erronous declaration
2005-12-26 Slava Pestovmake class< a bit faster, mutable strings
2005-12-24 Slava Pestovremove repetitions
2005-12-17 Slava Pestovparser cleanup
2005-12-17 Slava Pestovextended stream output protocol
2005-12-13 Slava Pestovnew bootstrap system; some other code cleanups
2005-12-12 Slava Pestovnew alien>string and string>alien primitives; powerpc...
2005-12-10 Slava Pestovminor cleanups all over the place
2005-11-27 Slava Pestovnew hashtable
2005-10-30 Slava Pestovbig syntax change: vectors are now V{ }, hashtables...
2005-10-29 Slava Pestovuse array literals instead of vector literals
2005-10-08 Slava Pestovfix bignum emission, put MT in core
2005-09-24 Slava Pestovbug fixes
2005-09-24 Slava Pestovrename ifte to if
2005-09-16 Slava Pestovbig generic word cleanup; kill-literals optimization...
2005-09-12 Slava Pestovfixes, removed empty-vector
2005-09-12 Slava Pestovarrays are now better supported, various cleanups
2005-09-10 Slava Pestovunsafe-nth unsafe-set-nth for faster inner loops
2005-09-10 Slava Pestovfix set-length performance regression
2005-09-10 Slava Pestovreintroduce some intrinsics optimizations
2005-09-09 Slava Pestovsimpler t
2005-09-09 Slava Pestovfix regression in basic block optimizer
2005-09-05 Slava Pestovfix bootstrap issue
2005-09-05 Slava Pestovworking on PowerPC overflow checks
2005-09-03 Slava Pestovscroller fix, rename 2unseq ==> first2, 3unseq ==>...
2005-09-01 Slava Pestovmore cleanups; split up huge gadgets vocabulary
2005-08-29 Slava Pestovfix known-words typo
2005-08-29 Slava Pestovword-name, word-vocabulary are now slots in the word...
2005-08-25 Slava Pestovmajor cleanup
2005-08-23 Slava Pestovremove call to sort from cross-referencer
2005-08-22 Slava Pestovmore cleanups
2005-08-22 Slava Pestovmore cleanups
2005-08-22 Slava Pestovmore prettyprinter updates, unparser is gone
2005-08-21 Slava Pestovnew prettyprinter
2005-08-20 Slava Pestovadded foldable, flushable declarations in all relevant...
2005-08-20 Slava Pestovmajor bootstrap cleanup
2005-08-15 Slava Pestovredesigned generic arithmetic; new tag primitive
2005-08-14 Slava Pestovminor fixes, new quicksort implementatin
2005-08-04 Slava Pestov\ foo is now a first-class type; this removes the need...
2005-08-01 Slava Pestovclean up class<, class-and, class-or
2005-07-31 Slava Pestovmatrix library simplification; other code cleanups
2005-07-28 Slava Pestovdataflow optimizer work, phasing out 3list/3unlist
2005-07-19 Slava Pestovstring-compare ==> lexi, string> ==> lexi>
2005-07-17 Slava Pestov, no longer has the deprecated string append behavior...
2005-06-29 Slava Pestovmore UI cleanups, fix jedit-stream bug
2005-06-22 Slava Pestovslowly refactoring UI code to use 3-vectors instead...
2005-06-19 Slava Pestovmerged streams, stdio and files into io vocabulary
2005-06-19 Slava Pestovbootstrap fix, I/O code cleanup, stream-read1 generic
2005-06-15 Slava Pestovremoved profiler because it sucks
2005-06-13 Slava Pestovbits>float bits>double primitives'
2005-06-12 Slava Pestovwrunt's alien-invoke shorthand, tons of bug fixes,...
2005-06-10 Slava Pestovstdio-binary cleanup
2005-05-24 Slava Pestovmiscellaneous bug fixes and cleanups, powerpc work
2005-05-18 Slava Pestovmore sequence cleanups
2005-05-15 Slava Pestovgeneric fixes; range and slice sequences
2005-05-14 Slava Pestovgengc and relocation fixes; inference cleanups
2005-05-12 Slava Pestovgenerational GC work
2005-05-11 Slava Pestovmore generational GC work
2005-05-06 Slava Pestovstring sub-primitives
2005-05-05 Slava Pestovback out skip word
next