]> gitweb.factorcode.org Git - factor.git/commit
Merge branch 'inlinec' into marshall
authorJeremy Hughes <jedahu@gmail.com>
Sat, 11 Jul 2009 07:58:25 +0000 (19:58 +1200)
committerJeremy Hughes <jedahu@gmail.com>
Sat, 11 Jul 2009 07:58:25 +0000 (19:58 +1200)
commit579aba5625551ad7ad448929326b69d12494e620
tree93c4124ce9697dfdfe9a7f6d6a8d02ec08899dc2
parente0c0399d248bc8ee29c92c8d022c6c0cdb27c9b8
parentf2380aab7fc0f86fb0ee0f90ffd36d9ba71e76a3
Merge branch 'inlinec' into marshall

* inlinec: (49 commits)
  alien.inline.compiler: documentation
  alien.inline.compiler: fixed library-path and made other words private
  alien.inline: renamed compiler-args to linker-args
  alien.inline: added with-c-library word
  alien.inline: added documentation
  alien.inline: better names
  alien.inline: remove vocab argument from define-c-struct
  alien.inline: made define-c-function and define-c-function' standalone
  alien.inline: fix library name and us remove-library
  alien.inline.compile: write library files to resource:alien-inline-libs
  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
  ...

Conflicts:
basis/alien/inline/compiler/compiler.factor
basis/alien/inline/inline.factor
basis/alien/inline/inline.factor