0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing bug in see caused by incorrect import More... about 14 years ago
Merge branch 'master' of git://factorcode.org/git/factor More... about 14 years ago
needlessly rice game.input backends further by using set/get-global everywhere More... about 14 years ago
Regexps use new sets rather than assocs for final states More... about 14 years ago
Merge branch 'master' of git://factorcode.org/git/factor into bags More... about 14 years ago
Fix load error in calendar More... about 14 years ago
Add a parsing word to output slots to the stack instead of to an array More... about 14 years ago
Use TYPED: in a few places in calendar.format to avoid passing durations instead of timestamps More... about 14 years ago
Remove year/month/day words because they're dumb and confusing More... about 14 years ago
game.input.*: factor out callback implementations to separate words so they optimize More... about 14 years ago
Remove the http-data word More... about 14 years ago
yay C89 More... about 14 years ago
record the C++ compiler version in the VM, and expose it with a vm-compiler word More... about 14 years ago
parse-tokens had two $notes sections. oops! More... about 14 years ago
lexer, parser: update docs on "parse-tokens" and add docs for "each-token", "map-tokens" More... about 14 years ago
windows.directx.d3d9: a method was missing argument names More... about 14 years ago
lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens More... about 14 years ago
Merge branch 'master' of git://factorcode.org/git/factor More... about 14 years ago
classes.tuple.parser: throw bad-slot-name immediately when an invalid slot name in a tuple/struct literal is scanned More... about 14 years ago
Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets More... about 14 years ago
Making alias analysis use sets More... about 14 years ago
windows.com: update COM-INTERFACE: to parse incrementally More... about 14 years ago
cut commas off of FUNCTION: parameter names in stack effects again More... about 14 years ago
update GL-FUNCTION: to use new FUNCTION: factors More... about 14 years ago
alien.parser: refactor FUNCTION: parsing to read from the source incrementally. parse errors in FUNCTION: should now correspond to their location within the definition More... about 14 years ago
core-foundation.run-loop: clean up and speed up some code to fix starvation issue exposed by game.loop (reported by Joe Groff) More... about 14 years ago
lexer, parser: show initial parsing word line as part of lexer-errors More... about 14 years ago
webapps.help: fix typo More... about 14 years ago
Finishing eliminating prune as a synonym of members More... about 14 years ago
fix docs for csv More... about 14 years ago