]> gitweb.factorcode.org Git - factor.git/history - basis
vm: change "profiler" names to "counting_profiler"
[factor.git] / basis /
2011-11-02 Joe Groffconstants for special object hardcoded literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-11-02 Doug ColemanRename images.gtk|gdiplus|cocoa to images.loader.*...
2011-11-02 Doug ColemanFix typo in tests
2011-11-02 Doug ColemanDon't test coverage of auto-generated class predicates...
2011-10-31 Doug ColemanMake editors use the new path-finding vocabulary and...
2011-10-31 Joe Groffio.encodings.string: make binary decode/encode nop
2011-10-31 Slava Pestovmath.vectors.simd: vlshift, vrshift, hlshift and hrshif...
2011-10-30 Doug ColemanFind the macvim bundle or use mvim. Add a flag for...
2011-10-30 Doug ColemanAdd core-foundation.launch-services for finding the...
2011-10-30 Slava Pestovbootstrap-error.factor: vocab => lookup-vocab
2011-10-30 Slava Pestovtools.deploy: fix unit test
2011-10-30 Slava Pestovstack-checker.known-words: add effects for signal-handl...
2011-10-30 Slava Pestovcompiler.cfg.builder: add test to ensure that fast...
2011-10-30 Slava Pestovcompiler.tree.propagation: more accurate output type...
2011-10-30 Slava Pestovcompiler.tree.debugger: disable length limit when print...
2011-10-29 Doug ColemanLook for mvim on mac and use 'open -a MacVim' if it...
2011-10-29 Slava Pestovhelp.html: I give up with the article name escaping...
2011-10-29 Slava Pestovhelp.html: simpler stylesheet for navbar to give it...
2011-10-29 Slava Pestovhelp.html: use GET not POST for search form, so that...
2011-10-29 Slava Pestovui.gadgets.editors: fix wonky word names. Fixes #277
2011-10-29 Slava PestovRevert "ui.gadgets.editors: implement Ctrl-A/E/K to...
2011-10-29 Slava PestovRevert "ui.gadgets.editors: windows doesn't work like...
2011-10-29 Doug ColemanChange order or articles in io.launcher.
2011-10-29 Doug ColemanClean up editors.*vim so that it runs detached with...
2011-10-29 Doug ColemanAdd edit-file and edit-vocab words and make edit on...
2011-10-29 Doug ColemanAdd options to set the child process group id or sessio...
2011-10-29 Doug ColemanRemove the lexer-factory because nothing uses it. Updat...
2011-10-29 Doug ColemanAdd a toggle word to namespaces and update docs, tests...
2011-10-29 Doug ColemanChange prompt to something we can copy/paste back into...
2011-10-29 Doug ColemanCleanup vocab name validation. Vocab names and vocab...
2011-10-29 Doug ColemanAdd a seq>dlist word and make a dlist literal DL{
2011-10-29 Slava Pestovhttp.server: closing socket without sending any text...
2011-10-29 Slava Pestovio.launcher: change kill-process to also close the...
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffcpu.x86.64: also must save ctx-reg
2011-10-28 Joe Groffcpu.x86.32: update for resumable signal handlers
2011-10-28 Joe Groffvm: suppress signal-handler stack frame generation
2011-10-28 Joe Groffvm: resumably handle signals from leaf procedures
2011-10-28 Joe Groffvm: dispatch signal handlers through subprimitive
2011-10-28 Joe Groffcpu.x86.(32,64).bootstrap: get rid of PUSH malarky
2011-10-28 Joe Groffvm: add factorbug command to throw exception
2011-10-28 Joe Groffcompiler: no spurious safepoint at start of loops
2011-10-28 Joe Groffcompiler.cfg.tco: clean up commented-out old code
2011-10-28 Joe Groffcompiler.cfg.tco: teach TCO about safepoints
2011-10-28 Joe Groffcompiler.cfg.builder: safepoint loops and epilogs
2011-10-28 Joe Groffcompiler: add ##safepoint IR insn
2011-10-28 Joe Groffcpu.x86.assembler: add MOVABS instruction
2011-10-28 Joe Groffcpu.x86.bootstrap: add safepoint to jit-epilog
2011-10-28 Joe Groffcompiler: rt-safepoint and rel-safepoint words
2011-10-26 Doug ColemanAdd a lint check for swap .. swap that can be replaced...
2011-10-26 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-10-25 Doug ColemanFix error reporting for load, reported by Recursed
2011-10-25 Doug ColemanUpdate Windows for word renames, fix lint errors
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-25 Doug ColemanMissed yet more renames
2011-10-24 Doug ColemanForget some classes after unit tests so that running...
2011-10-24 Doug ColemanFix 32bit platform bootstrap
2011-10-24 Doug ColemanFound a few more places to use lookup-c-type
2011-10-24 John Benediktssonwindows.directx: add platforms.txt.
2011-10-24 Doug ColemanRename c-type to lookup-c-type. Fixes #230.
2011-10-24 Doug ColemanRename class to class-of
2011-10-24 Doug ColemanRename vocab to lookup-vocab
2011-10-24 Doug ColemanFactor out ``no-roots no-prefixes'' into its own word...
2011-10-21 Doug ColemanChecked in some code on accident.
2011-10-21 John BenediktssonRemove stack effects from HELP: declarations.
2011-10-19 John Benediktssoncore-foundation.timers: allow interval to be specified...
2011-10-19 John Benediktssonsmtp: removing unused test.
2011-10-19 John BenediktssonMore cleanup of unused stuff.
2011-10-19 John BenediktssonCleanup some uses of global [ ] bind.
2011-10-19 John Benediktssoncalendar: removing unused (month-name) word.
2011-10-19 John BenediktssonRemove unused words. Fixes #132.
2011-10-19 Doug ColemanDon't use exception handling for handle>file-size
2011-10-19 John Benediktssonui.gadgets.editors: windows doesn't work like macosx.
2011-10-19 Doug ColemanCreate attributes>> accessor in io.files.windows
2011-10-19 Doug ColemanAdd throw-win32-error, use it in (delete-file)
2011-10-19 Doug ColemanWhen deleting a file, if it fails with "Access is denie...
2011-10-19 Doug ColemanCheck if streams are seekable in Windows
2011-10-19 Doug ColemanFix help-lint for editors, peg.ebnf
2011-10-19 Doug ColemanFix tools.annotations tests
2011-10-19 Joe Groffio.streams.limited: missed INSTANCE: input-stream
2011-10-19 John Benediktssondelegate: not sure why protocols can be defined with...
2011-10-19 John Benediktssonhelp.syntax: if you're gonna have HELP: stack effects...
2011-10-19 John Benediktssonhelp.syntax: allow HELP: to have optional stack effect.
2011-10-18 John Benediktssonlistener: don't crash if we forget the current vocab...
2011-10-18 John Benediktssondelegate: verify generics on protocol definition. ...
2011-10-18 Joe Groffio: input-stream and output-stream mixins
2011-10-18 John Benediktssoneditors: unify "edit" across vocabs and words, add...
2011-10-18 Joe Groffnew vocab tools.annotations.assertions
2011-10-18 Joe Grofftools.annotations: send watch to error-stream
2011-10-18 Joe Groffui.tools.listener: set error stream
2011-10-18 John BenediktssonRemove unused stack effects from DEFER: declarations.
2011-10-18 John BenediktssonFix stack effect to not print "(( -- ))", remove stray...
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-18 Joe Groffio.files.windows: fix can-seek? and length
2011-10-18 John Benediktssonui.gadgets.editors: implement Ctrl-A/E/K to be more...
2011-10-18 John Benediktssonmath.functions: when gcd is inlined, "gcd nip" is almos...
2011-10-18 Doug ColemanReport which file doesn't get deleted on Windows.
2011-10-18 Doug Colemanio.sockets.windows - Add a using, output count to fix...
2011-10-18 John BenediktssonRevert "Optimize byte-reverse macro in alien.endian...
next