]> gitweb.factorcode.org Git - factor.git/history - basis
irc.logbot: Small refactoring
[factor.git] / basis /
2009-05-13 Slava Pestovtools.annotations: now prints a table of values
2009-05-13 Slava PestovMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-05-13 Slava PestovMerge branch 'redis' of git://www.tiodante.com/git...
2009-05-13 Slava PestovGraduation! Move game-input and iokit into basis
2009-05-13 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-13 Slava PestovFix compiler breakage if a GENERIC# has an incorrect...
2009-05-12 Slava Pestovfix stat on 64bit linux
2009-05-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-12 Slava Pestovtools.deploy.shaker: Only strip out compiler classes...
2009-05-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-12 Slava PestovLink VM with OpenSSL on NetBSD otherwise it can't find...
2009-05-12 Doug Colemanmake output>array a macro to avoid subtle bugs
2009-05-12 Slava Pestovio.bakend.windows.nt: fix bootstrap error
2009-05-12 Slava PestovMerge branch 'bloom-filters' of git://github.com/alec...
2009-05-12 Slava Pestovtools.deploy.test: use try-output-process, and run...
2009-05-12 Slava PestovMove try-output-process from mason.common to io.launcher
2009-05-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-12 Slava Pestovtools.deploy.shaker: better I/O stripping, and more...
2009-05-12 Slava PestovMove wchar_t* typedef from alien.arrays to windows...
2009-05-12 Slava Pestovui.gadgets.worlds: Remove unneeded ui.commands dependen...
2009-05-12 Slava Pestovbootstrap.stage2: strip out UTF16 encoding. It will...
2009-05-12 Slava PestovClean up init-stdio implementations and move io.streams...
2009-05-12 Slava PestovRemove compiled slot from quotations since its not...
2009-05-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-12 Doug Colemanremove the rest of the unportable fields from dirent...
2009-05-12 Doug Colemand_off is missing on macosx, remove for now
2009-05-11 Slava Pestovwindows.dinput.constants: fix deployment
2009-05-11 Slava PestovMake focusable-child* work even if world has no childre...
2009-05-11 Slava PestovAdd deploy test to ensure game-input works
2009-05-11 Slava Pestovtools.deploy.shaker: load ui.debugger into UI apps...
2009-05-11 Slava PestovFix stack underflow in Windows UI backend
2009-05-11 Slava Pestovui.debugger: new mini error dialog box for deployed...
2009-05-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 Joe GroffAdd user-visible grab-input and ungrab-input words...
2009-05-11 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 Joe Groffimprove error handling when begin-world fails
2009-05-11 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-11 Sascha MatzkeMerge branch 'mongo-factor-driver' of git@github.com...
2009-05-11 Slava PestovDeploy tool always uses optimizing compiler now
2009-05-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 Slava PestovFix deployment of UI apps and implement various tricks...
2009-05-11 Bruno DeferrariMerge branch 'master' into redis
2009-05-11 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-11 U-C4\Administratoradd a find-by-extensions word
2009-05-11 Slava Pestovcpu.ppc: really fix bool type
2009-05-11 Slava PestovFix bool type on PowerPC
2009-05-10 Slava PestovFix unit test failures caused by change to 'contents...
2009-05-10 Slava PestovMerge branch 'redis' of git://www.tiodante.com/git...
2009-05-10 Bruno DeferrariMerge branch 'master' into redis
2009-05-10 Bruno DeferrariMerge branch 'master' into irc
2009-05-10 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovFix unit tests and load errors for slip removal
2009-05-10 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava Pestovclean up contents and lines words; contents never outpu...
2009-05-10 Slava PestovRemoving slip 2slip 3slip nslip
2009-05-10 Sascha MatzkeMerge branch 'mongo-factor-driver' of git@github.com...
2009-05-10 Doug Colemandont load safe primes in miller rabin tests
2009-05-10 Doug Colemanlink to prime tests from prime docs
2009-05-10 Doug Colemanmake a new vocabulary for safe primes
2009-05-10 Doug Colemanmore docs for math.primes, move words out of miller...
2009-05-10 Doug Colemanadd next-odd etc to math.bitwise
2009-05-10 Doug Colemanmove random-bits* to random, work on docs
2009-05-10 Doug Colemanadd lucas-lehmer primality test
2009-05-10 Doug Colemanupdate usages of miller-rabin
2009-05-10 Doug Colemanmove math.miller-rabin to math.primes.miller-rabin
2009-05-10 Doug Colemanworking on sha2
2009-05-10 Joe Groffcut perlin-noise time in half
2009-05-10 Doug Coleman64-bit add/subtract/multiply
2009-05-10 Doug Colemanimplementing sha2 512
2009-05-10 Doug Colemansupport sha-224, add constants for all sha2
2009-05-10 Doug Colemanremove dynamic variables from sha2
2009-05-10 Doug Colemanmove sha2 state to a tuple
2009-05-10 Doug Colemanmore refactoring on sha2
2009-05-10 Doug Colemanmore refactoring on sha2
2009-05-10 Doug Colemancleaning up sha2
2009-05-10 Slava PestovRemoving slip usage from basis
2009-05-10 U-C4\AdministratorMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovMerge branch 'hashcash' of git://github.com/martind...
2009-05-10 U-C4\Administratoruse change-global in a couple of places, formatting
2009-05-10 Doug Colemandont load safe primes in miller rabin tests
2009-05-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Doug Colemanlink to prime tests from prime docs
2009-05-10 Doug Colemanmake a new vocabulary for safe primes
2009-05-10 Doug Colemanmore docs for math.primes, move words out of miller...
2009-05-10 Doug Colemanadd next-odd etc to math.bitwise
2009-05-10 Doug Colemanmove random-bits* to random, work on docs
2009-05-10 Doug Colemanadd lucas-lehmer primality test
2009-05-10 Doug Colemanupdate usages of miller-rabin
2009-05-10 Doug Colemanmove math.miller-rabin to math.primes.miller-rabin
2009-05-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Doug Colemanworking on sha2
2009-05-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Joe Groffcut perlin-noise time in half
2009-05-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Slava PestovEliminate prettyprinter dependency from UI
2009-05-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-10 Joe Groffdocs for dlist-filter
next