Commit Graph

52 Commits (master)

Author SHA1 Message Date
Björn Lindqvist 1ca8276df4 basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00
Björn Lindqvist 72807720f2 basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00
Doug Coleman e189954ecc core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
John Benediktsson c6a00bfdfe id3: fix for find-files-by-extension rename. 2017-03-05 13:47:19 -08:00
John Benediktsson 498285d7dd unicode: make this the API for all unicode things. 2016-03-30 23:29:48 -07:00
John Benediktsson 3affad7681 docs: using $maybe. 2015-12-11 17:05:45 -08:00
Doug Coleman 892c62e1dc factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
Doug Coleman 59f3b1ea57 Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.

This reverts commit 7e54cc2824.
2015-07-02 13:47:06 -07:00
Doug Coleman 7e54cc2824 factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool! 2015-07-02 11:36:08 -07:00
Doug Coleman e3cb325040 factor: clean up whitespace in -docs files 2015-07-02 10:31:22 -07:00
Doug Coleman 352e5de16a core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
John Benediktsson 5c76cbb421 rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
Joe Groff 943596575a use radix literals 2011-11-23 19:03:40 -08:00
Slava Pestov cdcdb708d7 Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
Slava Pestov df4fb4a3ee Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
Keith Lazuka 405e5d015b docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
Slava Pestov 4abfe06b51 Fixing various test failures caused by C type parser change, and clarify C type docs some more 2009-09-28 08:48:39 -05:00
Slava Pestov 7f2e2b1777 Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
Doug Coleman 3f3d57032b Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
Slava Pestov b62630b5ac Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
U-C4\Administrator ba1795c854 add a find-by-extensions word 2009-05-10 19:20:04 -05:00
Doug Coleman 81bef5d62c fix help lint for id3 2009-04-25 21:03:12 -05:00
Doug Coleman 71f2e997a6 use read-only mmap in id3. save id3 parsing errors 2009-04-25 19:26:16 -05:00
Slava Pestov f26fccec9d Too much inlining in id3 2009-04-12 16:32:39 -05:00
Doug Coleman d44c08bf68 write synchsafe numbers to sequences 2009-04-09 18:23:05 -05:00
Doug Coleman cdc3d1b643 more id3 refactoring, support TAG+ 2009-04-09 15:03:34 -05:00
Doug Coleman c91712bea0 clean up a combinator in id3 parser 2009-04-06 18:10:49 -05:00
Doug Coleman 9a7131d000 full docs for id3 and minor refactoring 2009-03-28 16:35:08 -05:00
Doug Coleman 14a841cf3e add a word to id3ify directories 2009-03-02 19:41:58 -06:00
Doug Coleman 3dda2c2a25 don't try id3 files with size 0 2009-03-02 12:05:36 -06:00
Slava Pestov cd53c2bd37 produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06: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 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
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
Tim Wawrzynczak 9363ecc108 Removed extra nulls from v1 tags 2009-02-15 19:12:46 -06:00
Doug Coleman bac9705da1 spiff up id3 docs a bit, and fix help-lint 2009-02-10 10:37:46 -06:00
Tim Wawrzynczak 0ba4a08ea9 Fixed authors.txt and id3-docs 2009-02-09 22:38:27 -06:00
Tim Wawrzynczak 9f49b19306 Added extra/id3 vocab 2009-02-09 21:50:04 -06:00
Slava Pestov 5f23beffe0 Move some unmaintained libaries to unmaintained 2008-02-18 16:18:59 -06:00
Slava Pestov 8c9966b17c pick pick is 2over 2008-02-16 18:50:26 -06:00
Slava Pestov c9be883b2c Fix confict 2008-02-16 02:23:02 -06:00
Slava Pestov 7217e6756a load-everything fixes 2008-02-16 01:52:22 -06:00
Daniel Ehrenberg f6845d43d3 Massive name change in files, string streams 2008-02-15 22:20:31 -06:00
Daniel Ehrenberg 97dbf32608 Fixing FJSC and ID3 2008-02-15 20:34:04 -06:00
Eduardo Cavazos bff385269c Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
Doug Coleman 097dad070a minor tweaks to make these modules load with load-everything 2008-01-14 11:42:21 -10:00