Commit Graph

6669 Commits (995d28fb2fdb74d96ea5b72b4537cf6a0a99c335)

Author SHA1 Message Date
Sam Anklesaria 995d28fb2f debugging, documentation for peg-lexer 2009-03-10 16:14:39 -05:00
Sam Anklesaria cccaff40b1 added peg-lexer info 2009-03-10 11:27:19 -05:00
Sam Anklesaria 1235a74134 added simple tsv flashcard program 2009-03-09 20:39:48 -05:00
sheeple ec51a3a1a1 id3-info -> id3v1-info, remove work in progress 2009-02-27 00:27:39 -06:00
sheeple 16e394517c use vocab: in id3 tests, remove lots of helper words because it's clear what they do 2009-02-27 00:23:04 -06:00
Doug Coleman 63c9b1a6b8 try to detect the encoding for id3 headers. need to try this on some mp3s from the wild 2009-02-26 22:33:43 -06:00
Doug Coleman e1b4e8c66f id3 outputs id3v2-info objects or f now. id3v1 info is turned into id3v2. you can access the title, album, etc fields by calling id3-title, etc, but also other frames are saved and can be accessed 2009-02-26 21:39:53 -06:00
Doug Coleman 4fa96d0186 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-26 18:09:10 -06:00
Doug Coleman 16d3562b23 factor id3 a bit 2009-02-26 18:03:15 -06:00
Doug Coleman e986a60487 id3 shouldn't fail on files with length < 128 2009-02-26 17:54:44 -06:00
Slava Pestov a5561146b8 mason: still send a report of post-build tasks (binary packaging, etc) fail 2009-02-26 01:45:15 -06:00
Slava Pestov 8f10b7d966 mason.release.tidy: get list of files to delete from build-support/cleanup 2009-02-26 01:38:01 -06:00
Slava Pestov 4426526252 Fixing some things I broke 2009-02-25 23:30:30 -06:00
Slava Pestov 6ea93a6355 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-23 23:55:37 -06:00
Slava Pestov eaad0c7660 Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
Doug Coleman f32f94c763 fix cairo-demo drawing 2009-02-23 16:53:05 -06:00
Doug Coleman ea851e3a32 refactor cairo-demo a bit 2009-02-23 16:47:07 -06:00
Slava Pestov 0c090699c2 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-22 19:52:06 -06:00
Doug Coleman e026b554a9 use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
Doug Coleman 7aa8e7320d use CONSTANT: 2009-02-22 18:00:43 -06:00
Doug Coleman adf6e97e17 use CONSTANT: 2009-02-22 17:58:14 -06:00
Doug Coleman e99dfc25e8 use CONSTANT: 2009-02-22 17:57:31 -06:00
Doug Coleman 6282b552c1 use CONSTANT: 2009-02-22 17:56:12 -06:00
Doug Coleman 917296670d use CONSTANT: 2009-02-22 17:52:27 -06:00
Doug Coleman f7165e115e remove extra ?at definition 2009-02-22 17:52:04 -06:00
Doug Coleman 4b3f646cc0 Your name -> his name 2009-02-22 17:51:43 -06:00
Doug Coleman 59b7b95063 remove empty tests file 2009-02-22 17:50:56 -06:00
Doug Coleman 378c8f90ff move serial to io.serial 2009-02-22 17:50:29 -06:00
Doug Coleman 0ccb04e50f use CONSTANT: in lots of places 2009-02-22 17:45:04 -06:00
Doug Coleman d0030ba899 remove old io.serial 2009-02-22 17:44:09 -06:00
Slava Pestov 50bf922832 Tweak annotations docs so that help-lint passes 2009-02-22 12:35:18 -06:00
Daniel Ehrenberg 6101a887fe Merge branch 'master' of git://factorcode.org/git/factor 2009-02-20 20:15:04 -06:00
Daniel Ehrenberg 70d931d0b2 Creating math.bits 2009-02-20 20:14:54 -06:00
Jason Merrill d59415d23b Fixed help for math.dual. Help is now autogenerated where possible. 2009-02-19 22:21:31 -05:00
Jason Merrill 4e0db1332c Merge branch 'master' of git://factorcode.org/git/factor 2009-02-19 18:55:27 -05:00
Jason Merrill 90b6b38fd1 Changed math.dual to define words as dword instead of overloading generic words on dual numbers. 2009-02-19 18:49:13 -05:00
Jose A. Ortega Ruiz e426026f73 FUEL: Fix. 2009-02-19 10:36:52 +01:00
Jose A. Ortega Ruiz 9e68c222f0 FUEL: small refactoring. 2009-02-19 10:26:00 +01:00
Slava Pestov b9de229b23 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-18 22:13:39 -06:00
Slava Pestov e9d96bc9d8 Merge branch 'master' of git://github.com/jwmerrill/factor 2009-02-18 22:12:49 -06:00
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
Jason Merrill 8968093623 Added dual versions of a few more words to math.dual. 2009-02-18 21:28:48 -05:00
Jason Merrill 6f735fd763 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 19:58:55 -05:00
Jose A. Ortega Ruiz 08113cd741 FUEL: Don't load vocabs in USING: form by default. 2009-02-19 01:33:47 +01: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 bf3ef49dd0 with-logging change 2009-02-17 11:31:01 -06:00