]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2016-10-28 Jon Harperdocs: typos: occurence -> occurrence
2016-10-27 John Benediktssongopher-ui: move to gopher.ui.
2016-10-27 John Benediktssongopher.server: fix length of ".." link.
2016-10-27 Alexander IljinAdd cp437 8-bit encoding, AKA IBM437
2016-10-27 John Benediktssonvm: fix missing CAPS enum.
2016-10-27 John Benediktssongopher: some aesthetics.
2016-10-26 John Benediktssongopher.server: adding a Gopher server.
2016-10-26 John Benediktssongopher: adding generic image support.
2016-10-26 John Benediktssongopher-ui: better looking toolbars.
2016-10-26 John Benediktssongopher: fix gopher urls to include the type character...
2016-10-26 Björn Lindqvistwebapps.wee-url: random-url can use random-string
2016-10-22 John Benediktssonhelp.stylesheet: use table-border-color instead of...
2016-10-22 Sankaranarayanan... menus: allow keyboard control
2016-10-20 Björn LindqvistVM: add marking as a timed gc phase
2016-10-19 Björn LindqvistVM: refactor gc_event so that the phase times are store...
2016-10-19 Björn LindqvistVM: the jit class doesn't need to store the code block...
2016-10-19 Björn LindqvistVM: changing case of code_block_type
2016-10-19 Björn LindqvistVM: uppercasing gc_op
2016-10-19 Björn LindqvistVM: changing case of enums values bignum_comparison...
2016-10-19 Björn LindqvistVM: removing update_code_roots_for_sweep()
2016-10-18 Björn Lindqvistoauth2: support for renewing the access token using...
2016-10-18 Björn Lindqvistgoogle.gmail: no need for symbol wrapping here
2016-10-17 Björn Lindqvistgoogle.gmail: GMail API support
2016-10-17 Björn Lindqvistoauth2: vocab for oauth2 protocol
2016-10-17 Björn Lindqvistoauth: let's rename vocab to oauth1
2016-10-17 Björn LindqvistVM: refactoring allot_code_block() to work like allot_l...
2016-10-17 Björn LindqvistVM: move allot_code_block() to the allot.hpp file
2016-10-14 John Benediktssonredis.command-writer: adding SWAPDB command.
2016-10-14 Sankaranarayanan... menus: ESC should close menu popup
2016-10-14 Björn LindqvistVM: init_data_heap() isn't needed
2016-10-14 Björn LindqvistVM: checking addresses differ before memmoving
2016-10-13 Björn LindqvistVM: rename of collect_growing_heap_op and collect_growi...
2016-10-12 Björn LindqvistVM: remove the reversing from sampling profiler callsta...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-10-12 Björn LindqvistVM: merge of clone_object() and primitive_clone()
2016-10-12 John Benediktssonconcurrency.semaphores: fix typo in docs.
2016-10-09 Björn Lindqvistwebapps.*: make it so the webapps aren't initialized...
2016-10-08 Björn Lindqvistbootstrap.image.primitives: array>quotation can't be...
2016-10-08 Björn Lindqvistmath.parser: (format-float) can only be flushable
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-10-08 Björn Lindqvisttools.image-analyzer.gc-info.tests: trying again to...
2016-10-08 Björn Lindqvisttools.image-analyzer.gc-info.tests: fix tc so it works...
2016-10-08 Björn Lindqvisttools.image-analyzer.gc-info: updating vocab to work...
2016-10-08 Björn LindqvistFUEL: support for the HINTS: syntax
2016-10-08 Björn LindqvistVM: indent comment and change error message
2016-10-08 Björn LindqvistVM: simpler code for find_object_containing_card
2016-10-08 Björn LindqvistVM: simpler code for reallot_array
2016-10-08 Björn Lindqvistcompiler.cfg.*: bunch of doc updates
2016-10-08 Björn LindqvistVM: merge of the free_list and free_list_allocator...
2016-10-08 Björn LindqvistVM: reorg and more comments
2016-10-07 Sankaranarayanan... tools.walker: Improve docs for breakpoint words
2016-10-07 Sankaranarayanan... ui.gadget.menus: improve show-menu
2016-10-06 John Benediktssonio.directories.search.windows: merging with io.standard...
2016-10-06 John Benediktssoneditors.notepad: cleanup using.
2016-10-06 John Benediktssonio.launcher.windows: need to USE: io.launcher.private.
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: make it so the array...
2016-10-06 John BenediktssonRevert "hash-sets,hashtables: improved key@ word"
2016-10-05 Björn Lindqvisthash-sets,hashtables: make it so the array backing...
2016-09-29 Björn LindqvistVM: UAP_SET_TOC_POINTER appears to be a noop on all...
2016-09-29 Björn LindqvistVM: make visit_instruction_operands() skip over uniniti...
2016-09-29 Björn Lindqvistcompiler.test: this word is not used
2016-09-28 Björn LindqvistVM: better? comment for uninitialized_blocks
2016-09-28 Björn LindqvistVM: removing end_gc()
2016-09-28 Björn LindqvistVM: better start_gc_again() code
2016-09-26 Björn Lindqvistcommand-line,tools.deploy.shaker: removes refs to execu...
2016-09-26 Björn Lindqvistbenchmark: fix benchmark selection so it works like...
2016-09-26 Björn LindqvistVM: return the loop, it is needed for best performance
2016-09-25 Björn Lindqvistcommand-line: executable symbol isn't needed, vm-path...
2016-09-25 Björn Lindqvistbenchmark: make it so you can select benchmarks to run
2016-09-25 Björn Lindqvistbootstrap.layouts: sync note in comments
2016-09-25 Björn Lindqvisthash-sets,hashtables: improved key@ word
2016-09-22 Björn LindqvistVM: removing the 1-arg overload of iterate() (better...
2016-09-22 Björn LindqvistVM: moving initialize_code_blocks() into primitive_modi...
2016-09-22 Björn LindqvistVM: allot_large_object fits better in the allot.hpp...
2016-09-22 Björn LindqvistVM: big refactoring removing the gc_workhorse
2016-09-22 Björn LindqvistVM: renaming verify_memory_protection_error to set_memo...
2016-09-20 Alexander Iljinio.launcher-docs: add notes on the hidden slot usage 1714/head
2016-09-20 Alexander Iljinhelp-docs: describe $unchecked-example
2016-09-20 John Benediktssonchecksums.process: change docs to use $unchecked-example.
2016-09-20 Alexander Iljinio.launcher: hide processes created by (process-stream)
2016-09-20 Alexander Iljinio.launcher: add the hidden slot to the process tuple
2016-09-20 John Benediktssonchecksums.process: super minor cleanup, simplify trim...
2016-09-20 Alexander Iljinchecksums.process: in the process-state tuple rename...
2016-09-20 Alexander Iljinchecksums.process: reimplement trim-hash and add tests
2016-09-20 Alexander Iljinchecksums-docs: add link to checksums.process-docs
2016-09-20 Alexander Iljinchecksums.process: initial commit
2016-09-19 John Benediktssonjamshred.sound: re-adding bang.wav that went missing...
2016-09-17 John Benediktssonglobs: fix glob for literal path.
2016-09-16 Björn Lindqvistio.backend.unix.tests: missed this none reference
2016-09-16 Björn Lindqvistnone: looks like this vocab isn't needed
2016-09-16 Björn Lindqvistbootstrap.stage2: deploy-vocab is never set when runnin...
2016-09-16 Björn Lindqvisttools.deploy.shaker: there is no no-def-strip property
2016-09-16 Björn Lindqvistopengl.gl.extensions: simpler definition of gl-calling...
2016-09-16 Björn Lindqvistopengl.gl.extensions: can use counter here
2016-09-16 Björn LindqvistVM: simplifying the load_image() code
2016-09-15 John Benediktssonui.tools.listener: protect vocab completion from bad...
2016-09-14 Björn Lindqvistopenal.alut: fixing alut so it should throw better...
2016-09-14 Björn Lindqvistbootstrap.image: making it so special-objects isn't...
2016-09-14 Björn Lindqvistcompiler.codegen: removing the insn-counts global
2016-09-14 Björn Lindqvistio.files: the paths are absolute so cwd prepend-path...
next