]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2008-11-22 Bruno DeferrariMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 Eduardo Cavazoslocals: Allow comments in binding forms
2008-11-22 Slava PestovClean up and fix minor issue with words. word
2008-11-22 Slava PestovGive credit
2008-11-22 Slava PestovRemove unfinished/vocab-browser now that the main vocab...
2008-11-22 Slava PestovAdd vocab-usage. and vocab-uses. words, vocab browser...
2008-11-22 Slava PestovRename words
2008-11-22 Slava PestovHelp for generic words and classes now lists methods
2008-11-22 Slava PestovAdd <> word
2008-11-22 Slava PestovFix ui.gestures help-lint
2008-11-22 Slava PestovFix shift-drag again
2008-11-22 Slava PestovFix alt-click and control-click to simulate middle...
2008-11-22 Slava PestovFix drag gestures
2008-11-22 Slava Pestov"help" test in UI should not affect browser tool
2008-11-22 Slava PestovFix compile error: inferrability of open-window exposed...
2008-11-22 Slava PestovAdd unit test now that open-window infers
2008-11-22 Slava PestovClean up documents
2008-11-22 slavaMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 slavaFix X11 input problems
2008-11-22 Slava PestovAdd unit test now that event-loop infers
2008-11-22 Slava PestovAdd some gadgets which are broken on purpose to test...
2008-11-22 Slava PestovFix stack effects
2008-11-22 Slava PestovIncrease benchmark.fib6 running time
2008-11-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 Slava PestovReuse F_CONTEXT instances used for FFI callbacks: 60x...
2008-11-22 Slava PestovFix listener help lint
2008-11-22 Slava PestovThe event loop thread now adds events to a queue slurpe...
2008-11-22 Doug Colemanclean up teh newb code
2008-11-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 Doug Colemanuse mime.types not mime-types
2008-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 Doug Colemanadd multipart stream, actual multipart parsing to follo...
2008-11-22 Slava PestovUI event handling refactoring
2008-11-22 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2008-11-22 Jose A. Ortega... Emacs Factor listener: new help mode; better run-factor...
2008-11-22 Slava PestovAdd hide-all-vars word, document var watching wordS
2008-11-22 Slava Pestovslice-errors now report the parameters to the slicing...
2008-11-22 Slava PestovBail out on line-endings workarounds now that we have...
2008-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-22 Slava PestovHighlight rollover buttons when clicked
2008-11-22 Slava PestovMake stack display configurable
2008-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-21 Eduardo Cavazoscombinators.short-circuit docs: Fix typo
2008-11-21 Eduardo CavazosMerge branch 'master' of http://factorcode.org/git...
2008-11-21 Slava PestovFix fry with > 3 holes
2008-11-21 Slava Pestov/mod didn't handle overflow correctly
2008-11-21 Slava PestovFix some bugs in locals, throw a parse time error if...
2008-11-21 Slava PestovFry now throws a parse time error if it detects >r...
2008-11-21 Slava PestovResidual fixes for curry/compose change
2008-11-21 Slava Pestovcurry and compose now check their inputs
2008-11-21 Slava PestovDon't throw if macro expansion fails; this allows macro...
2008-11-21 Slava PestovClean up short-circuit combinators
2008-11-21 Slava PestovDon't use combinators.short-circuit in compiler
2008-11-21 Slava PestovClean up combinators.short-circuit
2008-11-21 Slava PestovFix [ ] nsequence
2008-11-21 Slava PestovMerge branch 'prunedtrees' of git://factorforge.org...
2008-11-21 Slava PestovRemove display-stack since its functionaly was merged...
2008-11-21 Slava PestovFix parser tests
2008-11-21 Slava PestovAdd fixnum/mod and fixnum/i subprimitives on PowerPC
2008-11-21 prunedtreeCommitter: prunedtree
2008-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-21 Slava PestovAdd fixnum/mod-fast and fixnum/i-fast subprimitives
2008-11-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2008-11-21 Slava PestovAdd type function for /mod
2008-11-21 Slava PestovFaster /mod and /i primitives
2008-11-21 Eduardo CavazosMerge branch 'master' of http://factorcode.org/git...
2008-11-21 Slava PestovIf 'search' was called outside of the parser, note...
2008-11-21 Slava PestovFix circularity
2008-11-21 Slava PestovMake blink interval configurable
2008-11-21 Slava PestovSet blink-alarm to f after we stop it
2008-11-21 Slava PestovStop blinking in ungraft just in case
2008-11-21 Slava PestovBlinking cursor
2008-11-21 Slava PestovUsability fix
2008-11-21 Slava PestovRemove stack display from listener tool, and tweak...
2008-11-21 Slava PestovUse add-toolbar word in a few places
2008-11-21 Slava PestovFix '0 track-add'
2008-11-21 Slava PestovDocument auto-use? feature
2008-11-21 Slava PestovListener now displays stacks and watched variables
2008-11-21 Slava PestovFix load error in tools.deploy.shaker
2008-11-21 Slava PestovListener now displays stacks and can watch variables
2008-11-21 Slava PestovDocumentation update
2008-11-21 Slava PestovRename do-what-i-mean? to auto-use?
2008-11-21 Slava PestovDisplay help in browser tool
2008-11-21 Slava PestovStrip out print-use-hook to reduce image size
2008-11-21 Slava PestovFix shift-drag selection in panes
2008-11-21 Slava PestovCode cleanups
2008-11-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2008-11-20 Eduardo CavazosMerge commit 'factor/master'
2008-11-20 slavaAdd some error checking to the X11 UI: if an event...
2008-11-20 Slava PestovFix shift-click in editor nested inside a pane
2008-11-20 Slava PestovFix some scrollers problems
2008-11-20 Slava PestovIf rendering an error popup fails, don't open an endles...
2008-11-20 Eduardo Cavazosboids: adjust 'USING:' line
2008-11-20 Doug Colemanadd the characters for ls -F to io.files.listing
2008-11-20 Slava PestovClean up
2008-11-20 Slava PestovRemove unmaintained/io/ since basis/io/ now has all...
2008-11-20 Doug Colemanmove mime-types to mime.types
2008-11-20 Eduardo Cavazosboids: another indentation fix
2008-11-20 Slava PestovBetter values docs
2008-11-20 Slava PestovClarify math.bitwise -vs- bitwise-arithmetic docs
next