]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-12-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-02 Slava PestovFix typo in instruction_operand::load_value_masked()
2009-12-02 Slava Pestovvm: fix instruction_operand::load_value() for PowerPC...
2009-12-02 Slava Pestovui.gadgets.buttons: improve docs
2009-12-02 Slava Pestovtools.deploy: hello-ui had reflection level of 2, not...
2009-12-02 Slava PestovGet modify-code-heap working if stack traces are stripp...
2009-12-02 Slava PestovRT_HERE now takes its argument from the literal table...
2009-12-02 Slava PestovSplit literal table into literal and parameter tables...
2009-12-02 Slava Pestovvm: update callback stub machine code at the end of...
2009-12-02 Slava Pestovvm: Clean up more code duplication and rename a few...
2009-12-02 Slava Pestovvm: factor out common code between image loading and...
2009-12-02 Slava PestovBig cleanup of literal table and relocation-related...
2009-11-29 Slava Pestovvm: growing heap no longer uses relocate_code_block()
2009-11-29 Doug Colemanmake >ckf generic in poker
2009-11-29 Doug Colemanclean up lcd
2009-11-29 Doug Colemanmessin with the poker vocabulary -- added 7-card evalua...
2009-11-28 Doug Colemanadd product-map>assoc and docs
2009-11-28 Slava Pestovvm: fix some typos
2009-11-28 Doug Colemanclean up math.combinatorics and add another combinator
2009-11-28 Slava PestovMerge branch 'no_literal_table' of git://factorcode...
2009-11-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-27 Slava Pestovvm: new image relocation that doesn't use literal table
2009-11-26 Doug Colemanadd product-map-as and use it in poker vocab
2009-11-26 Slava PestovFix non-tail recursive inline recursive compilation
2009-11-25 Slava Pestovvm: new implementation of modify-code-heap that doesn...
2009-11-25 Slava Pestovvm: non-optimizing compiler now compiles word definitio...
2009-11-25 Slava Pestovvm: flush icache after GC
2009-11-25 Slava PestovMerge branch 'master' into no_literal_table
2009-11-25 Slava Pestovvm: deallocate old PIC after allocating the new one...
2009-11-25 Doug Colemanrevert math.matrices.elimintion until someone fixes...
2009-11-25 Slava Pestovvm: compaction now updates the needs_fixup set
2009-11-24 Doug Colemanupdate docs for new alarms changes
2009-11-24 Doug Colemanstore the current alarm in current-alarm
2009-11-24 Slava Pestovvm: mark sweep now traces code block references; rename...
2009-11-23 Doug Colemanalarms: Stop repeated alarms after an error is thrown
2009-11-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Slava PestovMerge branch 'master' into no_literal_table
2009-11-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Slava Pestovio.launcher.unix: tests don't hang on failure
2009-11-22 Slava Pestovvm: minor GC traces embedded pointers
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Doug Colemanuse CONSTANT: in epoll
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-22 Doug Colemanremove >duration word and instead make a private >nanos...
2009-11-21 Slava PestovFactor source files should not be executable
2009-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-30 Doug Colemanfix openbsd compile
2009-11-21 Slava Pestovtools.time: update docs
2009-11-21 Slava Pestovalarms: pass correct parameter to sleep-until, fixes...
2009-11-21 Slava Pestovtools.threads: report correct sleep time
2009-11-21 Slava PestovVarious Windows load fixes
2009-11-21 Slava Pestovedit-error now works if the error has a file name but...
2009-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava Pestovmason.report: better benchmark timings
2009-11-20 Slava Pestovtools.deploy.test.17: fix typo
2009-11-20 Doug Colemanclean up the end of the easter word
2009-11-20 Doug Colemanfix windows compile error
2009-11-20 Slava Pestovtools.deploy.test.17: database deployment test
2009-11-20 Slava PestovUpdate a few places that used string C type names to...
2009-11-20 Slava PestovClean up startup/shutdown hook code
2009-11-20 Slava Pestovmason.report: put github link in build reports
2009-11-20 Slava PestovMove nano-count>timestamp word to core-foundation.run...
2009-11-20 Slava PestovBootstrap and mason now record times in nanoseconds
2009-11-20 Slava Pestovalien.c-types: fix help lint
2009-11-20 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-20 Slava Pestovstack-checker: fix error message printed when do-primit...
2009-11-20 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-20 Slava Pestovalien.c-types: make sure generated words reference...
2009-11-20 Slava Pestovclasses.struct: compute slot offsets before alignment...
2009-11-20 Doug Colemanuse nanoseconds in the core-foundation run-loop
2009-11-20 Doug Colemanupdate calendar tests
2009-11-20 Doug Colemanfix benchmark time reporting
2009-11-20 Doug Colemanuse nano-count for timing bootstrap
2009-11-20 Doug Colemanuse nano-count instead of timestamps for mouse clicks
2009-11-19 Doug Colemanupdate run-loop multiplexer
2009-11-19 Doug Colemanfix stack effects for nanosseconds, update io backends...
2009-11-19 Doug Colemanremove sleep_micros, add sleeo_nanos to vm
2009-11-19 Doug Colemanfix mason time reporting
2009-11-19 Doug Colemanreport times in ms again
2009-11-19 Doug Colemanprint correct time on bootstrap
2009-11-19 Slava Pestovbootstrap.stage2: fix bootstrap time reporting
2009-11-19 Slava Pestovcombinators: fix typo in docs
2009-11-19 Slava Pestovvm: fix compilation with DEBUG=1
2009-11-19 Slava PestovFix potential assertion failure if GC was invoked while...
2009-11-19 Doug Colemanremove system-millis and update vocabs to use system...
2009-11-19 Doug Colemanbetter pipe name on windows
2009-11-19 Doug Colemanvm/Config.openbsd: pass in -fno-inline-functions to...
2009-11-19 Doug Colemanfix load errors
2009-11-19 Doug ColemanMerge branch 'master' into nanos
2009-11-19 Doug ColemanMerge branch 'nanos' of git://factorcode.org/git/factor...
2009-11-19 Doug Colemanfix system docs
2009-11-19 Doug Colemanuse system-micros
2009-11-19 Doug Colemanuse system-micros
2009-11-18 Doug Colemaninitial zoneinfo parser checkin
2009-11-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-18 Doug Colemanuse $subsections instead of $subsection
2009-11-18 Doug Colemandocument nano-count, move monotonic-clock to hell
2009-11-18 Doug Colemanuse nano-count instead of monotonic counters, dont...
next