]> gitweb.factorcode.org Git - factor.git/commit
Merge branch 'master' into inlinec
authorJeremy Hughes <jedahu@gmail.com>
Fri, 10 Jul 2009 01:03:07 +0000 (13:03 +1200)
committerJeremy Hughes <jedahu@gmail.com>
Fri, 10 Jul 2009 01:03:07 +0000 (13:03 +1200)
commit289c963dd2e60a6d3cba0e17d51f5ac01acb421e
treeb6e88dd6ee6734bdc6a9217b7c0e602248ae78a0
parent8281c2fb55c3a7652051f8f0361a8dc4fa375203
parentbb701bed7e417316e6009fc54629b7c28ee0578b
Merge branch 'master' into inlinec

* master: (39 commits)
  Revert "Remove unused vocabulary" -- committed patch from the wrong machine
  Remove unused vocabulary
  Fixing some test failures after url.encoding change
  FUEL: Font lock/indentation for M::.
  replace 2array "." join with "." glue
  contributors: exclude merges to make patch counts more reasonable
  alien.libraries: add remove-library word, fix dlclose and dll-valid? VM primitives
  alien.libraries: add dispose method for library tuple, and remove-library word; add-library first calls remove-library to properly close the library when reloading
  changed single byte writes to write1
  removed usages of sprintf
  fixed signed number decoding problem
  added >upper to push-utf8 to conform with RFC 3986 section 2.1. recommendation
  io.launcher: unnecessary word
  compiler.cfg.optimizer: fix irrelevant test
  compiler.tree.propagation: better length propagation
  compiler.cfg.linear-scan: fixing unit tests
  compiler.cfg.linear-scan: more code cleanups, and working on split-to-fit algorithm
  compiler.cfg.linear-scan: code cleanups
  compiler.cfg.linear-scan: split off parallel mapping code from resolve pass, use it in assignment pass to resolve parallel copies
  updated llvm.invoker test to use install-bc
  ...