]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2016-11-01 Alexander IljinVM: implement a ctrl-break handler thread (#1573)
2016-11-01 John Benediktssontools.deploy.backend: removing empty description.
2016-10-31 Björn LindqvistVM: factor_vm::compile_inline_cache() can be removed
2016-10-31 Björn LindqvistVM: code_block::optimized_p() method isn't needed
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-10-31 Björn Lindqvistcompiler.tree.propagation.recursive: undoing 097b40ce41...
2016-10-31 Björn Lindqvistcompiler.tree.propagation.info: redoing a3be724f5a149cd...
2016-10-31 Björn Lindqvistio.launcher.unix: better to use current-directory variable
2016-10-31 Alexander Iljinodbc: add self to copyright and authors file
2016-10-31 Alexander Iljinodbc: use cleanup in odbc-query to prevent resource...
2016-10-31 Alexander Iljinodbc: align parameters in odbc-describe-column
2016-10-31 Alexander Iljinodbc: fix odbc-get-row-fields by using iota on the...
2016-10-31 Alexander Iljinodbc: convert string to alien in odbc-prepare
2016-10-31 Alexander Iljinodbc: align cases in convert-sql-type
2016-10-31 Alexander Iljinodbc: compact the declaration of symbols
2016-10-31 Alexander Iljinodbc: use CONSTANT: to define constants
2016-10-31 Alexander Iljinodbc: move from unmaintained to extra
2016-10-31 Alexander Iljinodbc: convert DSN string to alien before use in odbc...
2016-10-31 Alexander Iljinodbc, odbc-docs: fix indentation, remove trailing white...
2016-10-31 Alexander Iljinodbc: factor some common code into a private word
2016-10-31 Alexander Iljinodbc: cleanup USING:, resolve ambiguity with "float...
2016-10-31 Alexander Iljinodbc: replace "1+" with "1 +"
2016-10-31 Alexander Iljinodbc: replace >r/>r with dip and locals
2016-10-31 Alexander Iljinodbc: fix referencing and dereferencing the aliens
2016-10-31 Alexander Iljinodbc: fix CHAR: usage
2016-10-31 Alexander Iljinodbc: remove semicolons from the end of FUNCTION: decla...
2016-10-31 Alexander Iljinodbc: fix TYPEDEF:s
2016-10-30 Alexander Iljinsnake-game.*: fix name in the copyright
2016-10-30 Alexander Iljinodbc-docs: fix a typo
2016-10-30 Alexander Iljincompiler.cfg.stacks-docs: fix a typo
2016-10-30 Alexander Iljincompiler.tree.debugger-docs: fix a typo
2016-10-30 Alexander Iljinio.directories.search-docs: fix indentation
2016-10-30 Björn Lindqvistcompiler.tree.propagation.info: undid a3be724f5a149cde6...
2016-10-28 John Benediktssongopher.server: sillyness.
2016-10-28 Alexander Iljinsequences-docs: fix wording
2016-10-28 Alexander Iljinpeg.ebnf-docs: add note on including "-" in the charact...
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
next