]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2015-08-06 John Benediktssontools.tree: fix using.
2015-08-06 John Benediktssonmatch: making match-cond have an optional default like...
2015-08-06 John Benediktssongeneric.standard: add some tests.
2015-08-06 John Benediktssongeneric.standard: check GENERIC# for integer dispatch#.
2015-08-06 John Benediktssonio.files.info: use directory?, symbolic-link?, and...
2015-08-06 John Benediktssoncompiler.tests: remove some tests that can't work now.
2015-08-06 John Benediktssonfix some generic tests.
2015-08-05 John Benediktssongeneric: check valid combination/effect.
2015-08-05 John Benediktssontools.deploy: fix tests for windows.
2015-08-05 Doug Colemantools.deploy.embed: rename gone wrong. fixes #1415.
2015-08-05 Doug Colemanmason.child: fix test for mason
2015-08-05 John Benediktssontools.deploy: disable opening directory after deploy...
2015-08-05 Doug Colemanmason.child: wrong code just doesn't do the right thing...
2015-08-05 Doug Colemanmason.child: suffix -> 2array
2015-08-05 Doug Colemanfactor.cmd: Remove "call", not needed. Change line...
2015-08-05 Doug Colemansystem: Don't assume the git version is set.
2015-08-05 Doug Colemanmason.child: Call factor.cmd to set up env vars instead...
2015-08-05 John Benediktssontools.deploy.windows: fix using.
2015-08-05 John Benediktssonslides: use toggle-fullscreen.
2015-08-05 John Benediktssonslides: simplify strip-tease.
2015-08-05 John Benediktssonprettyprint: use color constants for -> word-prop.
2015-08-05 Doug ColemanRevert "report: Add build number to mason reports."
2015-08-05 John Benediktssontools.deploy: adding a deploy-path that gives you the...
2015-08-05 John Benediktssonlocals.prettyprint: remove "|" as a symbol.
2015-08-04 Doug Colemansystem: Make a shorter banner on startup.
2015-08-04 Doug Colemanmason.report: Fix using.
2015-08-04 Doug Colemanbootstrap.image.upload: Use git id instead of build...
2015-08-04 Doug ColemanGNUMakefile: Save entire git id.
2015-08-04 Doug Colemanfactor.cmd: Save entire gid id.
2015-08-04 Doug Colemanreport: Add build number to mason reports.
2015-08-04 Doug Colemanio.files: fix docs
2015-08-04 Doug Colemanbootstrap.image.upload: Upload build images as well...
2015-08-04 Doug Colemanio.files: Add change-file-lines and change-file-content...
2015-08-04 Doug Colemantools.image-analyzer.gc-info: Deferred words don't...
2015-08-04 Doug Colemancontexts.hpp: Increase callstack reserve space to 16k...
2015-08-04 Doug Colemanopengl: Temporary (?) fix for the ui. Issue #1379.
2015-08-04 Doug Colemanurls: allow + in protocols, e.g. git+https://
2015-08-04 John Benediktssonvm: minor fixes.
2015-08-04 Björn LindqvistVM: fix silly compile error 1418/head
2015-08-04 Björn Lindqvistkernel.tests: address of fault is now in the 3rd elemen...
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-08-04 Björn LindqvistVM: merge full_collector.hpp into full_collector.cpp
2015-08-04 Björn LindqvistVM: new method context::address_to_error
2015-08-04 Björn LindqvistVM: signal_error and fp_trap_error not needed, call...
2015-08-04 Björn LindqvistVM: a bunch of methods on factor_vm that can be convert...
2015-08-04 Björn LindqvistVM: lets merge entry_points.hpp with vm.hpp, so you...
2015-08-04 Björn LindqvistVM: you can insert the write_barrier() the first time...
2015-08-04 Björn LindqvistVM: new method visit_instruction_operands(), it replace...
2015-08-04 Björn LindqvistVM: refactors slot_visitor by removing a lot of one...
2015-08-04 Björn LindqvistVM: word_stack_frame_p() is not used and find_all_quota...
2015-08-04 Björn LindqvistVM: using compute_external_address everywhere instead...
2015-08-04 Björn LindqvistVM: new method compute_external_address
2015-08-04 Björn LindqvistVM: remove the collect_compact_code_impl(), collect_com...
2015-08-04 Björn LindqvistVM: init_code_heap is trivial and only used once, so...
2015-08-04 Björn LindqvistVM: object_compaction_updater -> lambda func
2015-08-04 Björn LindqvistVM: another opportunity to use a lambda function over...
2015-08-04 Björn LindqvistVM: use a function update_relocation to replace the
2015-08-03 Doug Colemanjson.reader: Fix json reader for empty files to parse...
2015-08-01 Doug Colemantools.deploy: increase image size for linux32
2015-08-01 Doug Colemansyntax docs: Fix octal example.
2015-08-01 John Benediktssonsyntax: fix example in syntax-floats.
2015-08-01 John Benediktssonstack-checker: too tired to figure out which using...
2015-08-01 John Benediktssonstack-checker: using cleanup.
2015-07-31 John Benediktssonmath.parser: make float-parse:point a fixnum.
2015-07-31 John Benediktssonmath.parser: some inline, some fixnum+fast, some disabl...
2015-07-30 Jon Harpermath.parser: support >bin and >oct for floats
2015-07-30 Jon Harpermath.parser: add tests/docs for floats 0b 0x bin> float...
2015-07-30 Jon Harperdocs: hex floats exponents became mandatory
2015-07-30 Jon Harpermath.parser, don't take infinite time to parse huge...
2015-07-30 Jon Harpermath.parser: don't lose precision in make-float-bin...
2015-07-30 John Benediktssonreddit: use unix-time>timestamp.
2015-07-30 John Benediktssoncalendar.format: don't need unix-time>relative-time.
2015-07-30 John Benediktssonmath.ratios: moving to core.
2015-07-30 Doug Colemanhacker-news: fix typo with descendants. use unix-time...
2015-07-30 Doug Colemancalendar.elapsed: Support relative times in the future...
2015-07-30 John Benediktssoncalendar.elapsed: make generic for more convenience.
2015-07-30 John Benediktssonreddit: use calendar.elapsed for relative-time.
2015-07-30 John Benediktssonhacker-news: add relative timestamp on posts.
2015-07-30 John Benediktssonreddit: stop using tuples and just use the JSON.
2015-07-30 John Benediktssoncalendar.elapsed: adding some elapsed time words.
2015-07-30 Doug Colemanio.files.windows: Need the SLOT: file from io.sockets...
2015-07-30 Doug Colemanhacker-news: Fix using, fix bug printing HN company...
2015-07-30 Doug Colemanhacker-news: use new hackernews api on firebase.
2015-07-30 Doug Colemanbenchmark.fasta: rename random.
2015-07-29 Björn Lindqvistcompiler.cfg.utilities: make it so block>cfg initialize... 1413/head
2015-07-29 John Benediktssonfix another doc using.
2015-07-29 John Benediktssonfix doc using.
2015-07-29 John Benediktssonfix some help-lint errors.
2015-07-29 John Benediktssonio.backend.unix.macosx: change to << require >>.
2015-07-29 John Benediktssoncommand-line: rename file to path for user-init-error...
2015-07-29 John Benediktssonunix: don't need << >>.
2015-07-29 John Benediktssonmath.floats.env: don't need << >>.
2015-07-29 John Benediktssonui: cleanup some usings.
2015-07-29 John Benediktssonui.images: don't need to << >>.
2015-07-29 John Benediktssonui.commands: don't need to \ .
2015-07-29 John Benediktssonio.backend.unix.macosx: change USE: to require.
2015-07-29 John Benediktssonalien.libraries: don't need << >>.
2015-07-29 John Benediktssondisjoint-sets: some cleanup.
2015-07-29 John Benediktssonjson.reader: fix segfault when parsing non-JSON documents.
2015-07-29 John Benediktssonjson.reader: enforce json> takes a string.
next