Commit Graph

11743 Commits (60b40302f991ffeaad1433b6c21aa480c802e469)

Author SHA1 Message Date
Tim Wawrzynczak 60b40302f9 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
  ...
2009-02-18 21:33:32 -06:00
Tim Wawrzynczak 9c44c87b05 Merged interfaces between v1 and v2 (id3-info); added textual genre names instead of numbers 2009-02-18 21:32:31 -06:00
Doug Coleman 318533e187 fix load error 2009-02-18 21:13:46 -06:00
Doug Coleman adb6b21683 fix load error 2009-02-18 17:25:58 -06:00
Doug Coleman d21ff58776 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 16:59:50 -06:00
Doug Coleman 67d2da4040 set a default log level 2009-02-18 16:59:23 -06:00
Joe Groff 64a37ffde7 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 16:57:38 -06:00
Joe Groff ddce0e0a10 change literals so that $ works with constants in same compilation unit 2009-02-18 16:57:20 -06:00
Doug Coleman 91b4947e1e with-logging should not take a DEBUG level 2009-02-18 16:01:53 -06:00
Doug Coleman 8936ff6c6d Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 15:51:15 -06:00
Doug Coleman b8445b3432 remove dead code 2009-02-18 15:51:03 -06:00
Doug Coleman 1ed6c013a2 call canonicalize-path when determining if we can serve a path 2009-02-18 15:49:18 -06:00
Doug Coleman 30e639ae39 add a couple unit tests to ftp 2009-02-18 15:29:06 -06:00
Doug Coleman 966627a1e2 make ftp server work with firefox, simplify some code 2009-02-18 13:36:23 -06:00
Doug Coleman 1045b904be fix logging check, unit tests 2009-02-18 13:35:55 -06:00
Doug Coleman 6324fb6c13 add unix canonicalize-path 2009-02-18 13:34:45 -06:00
Doug Coleman 2af9d5a6df add canonicalize-path, fix a bug in file-extension 2009-02-18 13:33:55 -06:00
Yun, Jonghyouk fdad5d4d97 io.encodings.korean TODO removes 2009-02-18 19:19:18 +09:00
Doug Coleman 894ba6182e add timestamp>mdtm to calendar.format 2009-02-17 17:09:27 -06:00
Doug Coleman cbe99c4bed use +foo+ as symbol names 2009-02-17 12:36:27 -06:00
Doug Coleman b3e3c74561 add ; to word definition in stack-checker docs 2009-02-17 11:40:50 -06:00
Doug Coleman bf3ef49dd0 with-logging change 2009-02-17 11:31:01 -06:00
Doug Coleman e55425a65e with-logging takes a log-level, more docs 2009-02-17 11:30:28 -06:00
Doug Coleman d92b02b0c2 use the new with-logging 2009-02-17 11:30:06 -06:00
Doug Coleman 4440a210b1 make io.servers.packet load again 2009-02-17 11:28:43 -06:00
Yun, Jonghyouk 89a3e45a3a io.encodings.korean TODOs comment 2009-02-17 21:47:45 +09:00
Yun, Jonghyouk da9ae85637 io.encodings.korean some docs. 2009-02-17 21:46:57 +09:00
Yun, Jonghyouk 8169c35b9e io.encodings.korean TODOs 2009-02-17 16:40:01 +09:00
Slava Pestov 6e8c86a093 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-16 21:42:57 -06:00
Slava Pestov be46168a24 define-operation doesn't add duplicate operations anymore; ui.operations initializes operations global variable automatically 2009-02-16 21:42:47 -06:00
Slava Pestov 13d96df8b6 Add unit test for >alist on linked-assocs 2009-02-16 21:42:09 -06:00
Doug Coleman f79f49a349 remove empty file 2009-02-16 21:30:22 -06:00
Doug Coleman f1cc9e7ebb add author 2009-02-16 21:29:28 -06:00
Doug Coleman 53224ebce0 remove empty file 2009-02-16 21:29:13 -06:00
Doug Coleman bff66cd47b remove empty file 2009-02-16 21:27:32 -06:00
Doug Coleman 99cc82dec3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-16 21:25:39 -06:00
Doug Coleman 4944bc29f2 use CONSTANT: 2009-02-16 21:23:10 -06:00
Slava Pestov 60d96b56ce Remove a rot usage 2009-02-16 21:13:49 -06:00
Slava Pestov 6a89e4ee3b Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
Slava Pestov 6b25e99470 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
Slava Pestov 1a4aaf219f Fix deploy tool: error wasn't printed properly 2009-02-16 19:36:02 -06:00
Slava Pestov 20053c7f5c Deploy tool: if debugger is not stripped out, actually use it to report errors; print an error if vocab has no MAIN: word 2009-02-16 19:00:09 -06:00
Slava Pestov 1f273a852a Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 20:45:14 -06:00
Slava Pestov ebd0e9250f Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead 2009-02-15 20:45:06 -06:00
Slava Pestov 2fe934ba9d Remove some code duplication in io.directories.unix 2009-02-15 20:36:04 -06:00
Doug Coleman 89f3920291 Merge branch 'master' of git://github.com/inforichland/factor-id3 2009-02-15 20:33:58 -06:00
Slava Pestov 72e3210f33 Add summary for new error 2009-02-15 20:31:28 -06:00
Slava Pestov e1866ff0e4 Fix xml.writer unit test 2009-02-15 20:11:36 -06:00
Slava Pestov e8c3fe2afc Use vocab: in io.encodings.korean 2009-02-15 20:08:00 -06:00
Slava Pestov 723dcd334f Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 20:06:23 -06:00