]> gitweb.factorcode.org Git - factor.git/commit
Merge branch 'master' of git://factorcode.org/git/factor
authorTim Wawrzynczak <inforichland@gmail.com>
Thu, 19 Feb 2009 03:33:32 +0000 (21:33 -0600)
committerTim Wawrzynczak <inforichland@gmail.com>
Thu, 19 Feb 2009 03:33:32 +0000 (21:33 -0600)
commit60b40302f991ffeaad1433b6c21aa480c802e469
treea52984401ff02811c56433728c8e983b68a16ded
parent9c44c87b054140abd20a422d22151242e854184c
parent318533e1870d7b3d15b892bcbb7e0c92e0dd8246
Merge branch 'master' of git://factorcode.org/git/factor

* 'master' of git://factorcode.org/git/factor: (36 commits)
  fix load error
  fix load error
  set a default log level
  change literals so that $ works with constants in same compilation unit
  with-logging should not take a DEBUG level
  remove dead code
  call canonicalize-path when determining if we can serve a path
  add a couple unit tests to ftp
  make ftp server work with firefox, simplify some code
  fix logging check, unit tests
  add unix canonicalize-path
  add canonicalize-path, fix a bug in file-extension
  io.encodings.korean TODO removes
  add timestamp>mdtm to calendar.format
  use +foo+ as symbol names
  add ; to word definition in stack-checker docs
  with-logging change
  with-logging takes a log-level, more docs
  use the new with-logging
  make io.servers.packet load again
  ...