]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'for-slava' of git://git.rfc1149.net/factor
Slava Pestov [Sat, 28 Feb 2009 20:42:56 +0000 (14:42 -0600)]
Merge branch 'for-slava' of git://git.rfc1149.net/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 27 Feb 2009 06:56:54 +0000 (00:56 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoRedoing string streams and byte-array streams without copying
Daniel Ehrenberg [Fri, 27 Feb 2009 06:53:05 +0000 (00:53 -0600)]
Redoing string streams and byte-array streams without copying

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
sheeple [Fri, 27 Feb 2009 06:29:08 +0000 (00:29 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoid3-info -> id3v1-info, remove work in progress
sheeple [Fri, 27 Feb 2009 06:27:39 +0000 (00:27 -0600)]
id3-info -> id3v1-info, remove work in progress

15 years agouse vocab: in id3 tests, remove lots of helper words because it's clear what they do
sheeple [Fri, 27 Feb 2009 06:23:04 +0000 (00:23 -0600)]
use vocab: in id3 tests, remove lots of helper words because it's clear what they do

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 27 Feb 2009 05:30:58 +0000 (23:30 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix stack checker regressions
Slava Pestov [Fri, 27 Feb 2009 05:30:48 +0000 (23:30 -0600)]
Fix stack checker regressions

15 years agotry to detect the encoding for id3 headers. need to try this on some mp3s from the...
Doug Coleman [Fri, 27 Feb 2009 04:33:43 +0000 (22:33 -0600)]
try to detect the encoding for id3 headers.  need to try this on some mp3s from the wild

15 years agofix editors for find-in-program-files change
Doug Coleman [Fri, 27 Feb 2009 03:50:20 +0000 (21:50 -0600)]
fix editors for find-in-program-files change

15 years agomake find-all-files and find-in-program-files not take the traversal method
Doug Coleman [Fri, 27 Feb 2009 03:50:01 +0000 (21:50 -0600)]
make find-all-files and find-in-program-files not take the traversal method

15 years agoid3 outputs id3v2-info objects or f now. id3v1 info is turned into id3v2. you can...
Doug Coleman [Fri, 27 Feb 2009 03:39:53 +0000 (21:39 -0600)]
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

15 years agobetter io.mmap test
Doug Coleman [Fri, 27 Feb 2009 01:58:25 +0000 (19:58 -0600)]
better io.mmap test

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Feb 2009 00:27:28 +0000 (18:27 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd using to mmap tests
Doug Coleman [Fri, 27 Feb 2009 00:11:07 +0000 (18:11 -0600)]
add using to mmap tests

15 years agofix typo in math docs
Doug Coleman [Fri, 27 Feb 2009 00:10:11 +0000 (18:10 -0600)]
fix typo in math docs

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Feb 2009 00:09:10 +0000 (18:09 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofactor id3 a bit
Doug Coleman [Fri, 27 Feb 2009 00:03:15 +0000 (18:03 -0600)]
factor id3 a bit

15 years agoid3 shouldn't fail on files with length < 128
Doug Coleman [Thu, 26 Feb 2009 23:54:44 +0000 (17:54 -0600)]
id3 shouldn't fail on files with length < 128

15 years agommap now throws an understandable exception upon trying to mmap a zero length file...
Doug Coleman [Thu, 26 Feb 2009 23:34:26 +0000 (17:34 -0600)]
mmap now throws an understandable exception upon trying to mmap a zero length file.  fix a bug with calling |dispose on an integer if mmap failed on unix

15 years agoBetter inlining for both-fixnums?
Slava Pestov [Thu, 26 Feb 2009 20:11:26 +0000 (14:11 -0600)]
Better inlining for both-fixnums?

15 years agoAdd missing file
Slava Pestov [Thu, 26 Feb 2009 19:44:37 +0000 (13:44 -0600)]
Add missing file

15 years agoUpdate docs for improved error reporting
Slava Pestov [Thu, 26 Feb 2009 19:41:50 +0000 (13:41 -0600)]
Update docs for improved error reporting

15 years agoRemove superflous \
Slava Pestov [Thu, 26 Feb 2009 19:41:30 +0000 (13:41 -0600)]
Remove superflous \

15 years agomason: still send a report of post-build tasks (binary packaging, etc) fail
Slava Pestov [Thu, 26 Feb 2009 07:45:15 +0000 (01:45 -0600)]
mason: still send a report of post-build tasks (binary packaging, etc) fail

15 years agomason.release.tidy: get list of files to delete from build-support/cleanup
Slava Pestov [Thu, 26 Feb 2009 07:38:01 +0000 (01:38 -0600)]
mason.release.tidy: get list of files to delete from build-support/cleanup

15 years agoRemove two useless files: grovel.c and factor.el (superceded by fu/fu.el)
Slava Pestov [Thu, 26 Feb 2009 07:37:05 +0000 (01:37 -0600)]
Remove two useless files: grovel.c and factor.el (superceded by fu/fu.el)

15 years agoMake some errors better in the stack checker
Slava Pestov [Thu, 26 Feb 2009 07:25:13 +0000 (01:25 -0600)]
Make some errors better in the stack checker

15 years agoFixing some things I broke
Slava Pestov [Thu, 26 Feb 2009 05:30:30 +0000 (23:30 -0600)]
Fixing some things I broke

15 years agoUpdating X11 UI backend for stricter stack effect checking
slava [Tue, 24 Feb 2009 07:06:50 +0000 (01:06 -0600)]
Updating X11 UI backend for stricter stack effect checking

15 years agoFix two overzealous [ ] removal in tests
Samuel Tardieu [Wed, 18 Feb 2009 02:00:16 +0000 (03:00 +0100)]
Fix two overzealous [ ] removal in tests

15 years agoRemove the tail argument from do/until/while
Samuel Tardieu [Wed, 18 Feb 2009 01:19:49 +0000 (02:19 +0100)]
Remove the tail argument from do/until/while

15 years agoSimplify most
Samuel Tardieu [Wed, 18 Feb 2009 00:56:54 +0000 (01:56 +0100)]
Simplify most

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 17 Feb 2009 03:42:57 +0000 (21:42 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodefine-operation doesn't add duplicate operations anymore; ui.operations initializes...
Slava Pestov [Tue, 17 Feb 2009 03:42:47 +0000 (21:42 -0600)]
define-operation doesn't add duplicate operations anymore; ui.operations initializes operations global variable automatically

15 years agoAdd unit test for >alist on linked-assocs
Slava Pestov [Tue, 17 Feb 2009 03:42:09 +0000 (21:42 -0600)]
Add unit test for >alist on linked-assocs

15 years agoremove empty file
Doug Coleman [Tue, 17 Feb 2009 03:30:22 +0000 (21:30 -0600)]
remove empty file

15 years agoadd author
Doug Coleman [Tue, 17 Feb 2009 03:29:28 +0000 (21:29 -0600)]
add author

15 years agoremove empty file
Doug Coleman [Tue, 17 Feb 2009 03:29:13 +0000 (21:29 -0600)]
remove empty file

15 years agoremove empty file
Doug Coleman [Tue, 17 Feb 2009 03:27:32 +0000 (21:27 -0600)]
remove empty file

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 17 Feb 2009 03:25:39 +0000 (21:25 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse CONSTANT:
Doug Coleman [Tue, 17 Feb 2009 03:23:10 +0000 (21:23 -0600)]
use CONSTANT:

15 years agoRemove a rot usage
Slava Pestov [Tue, 17 Feb 2009 03:13:49 +0000 (21:13 -0600)]
Remove a rot usage

15 years agoUpdating sequence and hashtable documentation to point more clearly at the relevant...
Slava Pestov [Tue, 17 Feb 2009 03:06:28 +0000 (21:06 -0600)]
Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types

15 years agoAdd summary for heaps more vocabs
Slava Pestov [Tue, 17 Feb 2009 03:05:13 +0000 (21:05 -0600)]
Add summary for heaps more vocabs

15 years agoFix deploy tool: error wasn't printed properly
Slava Pestov [Tue, 17 Feb 2009 01:36:02 +0000 (19:36 -0600)]
Fix deploy tool: error wasn't printed properly

15 years agoDeploy tool: if debugger is not stripped out, actually use it to report errors; print...
Slava Pestov [Tue, 17 Feb 2009 01:00:09 +0000 (19:00 -0600)]
Deploy tool: if debugger is not stripped out, actually use it to report errors; print an error if vocab has no MAIN: word

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 16 Feb 2009 02:45:14 +0000 (20:45 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoClean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead
Slava Pestov [Mon, 16 Feb 2009 02:45:06 +0000 (20:45 -0600)]
Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead

15 years agoRemove some code duplication in io.directories.unix
Slava Pestov [Mon, 16 Feb 2009 02:36:04 +0000 (20:36 -0600)]
Remove some code duplication in io.directories.unix

15 years agoMerge branch 'master' of git://github.com/inforichland/factor-id3
Doug Coleman [Mon, 16 Feb 2009 02:33:58 +0000 (20:33 -0600)]
Merge branch 'master' of git://github.com/inforichland/factor-id3

15 years agoAdd summary for new error
Slava Pestov [Mon, 16 Feb 2009 02:31:28 +0000 (20:31 -0600)]
Add summary for new error

15 years agoFix xml.writer unit test
Slava Pestov [Mon, 16 Feb 2009 02:11:36 +0000 (20:11 -0600)]
Fix xml.writer unit test

15 years agoUse vocab: in io.encodings.korean
Slava Pestov [Mon, 16 Feb 2009 02:08:00 +0000 (20:08 -0600)]
Use vocab: in io.encodings.korean

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 16 Feb 2009 02:06:23 +0000 (20:06 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd vocab: for vocab-relative paths
Slava Pestov [Mon, 16 Feb 2009 01:53:21 +0000 (19:53 -0600)]
Add vocab: for vocab-relative paths

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 16 Feb 2009 01:51:45 +0000 (19:51 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Doug Coleman [Mon, 16 Feb 2009 01:29:49 +0000 (19:29 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoRemoved extra nulls from v1 tags
Tim Wawrzynczak [Mon, 16 Feb 2009 01:12:46 +0000 (19:12 -0600)]
Removed extra nulls from v1 tags

15 years agoCleanup and bug fix in io.encodings.korean
Daniel Ehrenberg [Mon, 16 Feb 2009 00:01:34 +0000 (18:01 -0600)]
Cleanup and bug fix in io.encodings.korean

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sun, 15 Feb 2009 20:29:39 +0000 (14:29 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agorefactor tiff loading a bit, identify lots of ifd header tags
Doug Coleman [Sun, 15 Feb 2009 16:42:36 +0000 (10:42 -0600)]
refactor tiff loading a bit, identify lots of ifd header tags

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sun, 15 Feb 2009 15:14:33 +0000 (09:14 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd support for parsing all baseline tiff tags, fix loading a tiff that used to work
Doug Coleman [Sun, 15 Feb 2009 15:13:53 +0000 (09:13 -0600)]
add support for parsing all baseline tiff tags, fix loading a tiff that used to work

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 15 Feb 2009 10:07:13 +0000 (04:07 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix spelling
Slava Pestov [Sun, 15 Feb 2009 10:07:05 +0000 (04:07 -0600)]
Fix spelling

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Yun, Jonghyouk [Sun, 15 Feb 2009 01:59:03 +0000 (10:59 +0900)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agonot all images have associated alpha data... oops
Doug Coleman [Sun, 15 Feb 2009 01:28:00 +0000 (19:28 -0600)]
not all images have associated alpha data... oops

15 years agohandle associated alpha data in tiffs
Doug Coleman [Sun, 15 Feb 2009 01:24:42 +0000 (19:24 -0600)]
handle associated alpha data in tiffs

15 years agouse while to implement randomize (thanks joe!), document it
Doug Coleman [Sat, 14 Feb 2009 20:25:48 +0000 (14:25 -0600)]
use while to implement randomize (thanks joe!), document it

15 years agofix { } randomize, more unit tests
Doug Coleman [Sat, 14 Feb 2009 20:04:54 +0000 (14:04 -0600)]
fix { } randomize, more unit tests

15 years agounit test how many elements to swap with randomize, remove a usage of pick
Doug Coleman [Sat, 14 Feb 2009 19:28:41 +0000 (13:28 -0600)]
unit test how many elements to swap with randomize, remove a usage of pick

15 years agorandomize was broken -- elements could not exchange with themselves
Doug Coleman [Sat, 14 Feb 2009 19:14:00 +0000 (13:14 -0600)]
randomize was broken -- elements could not exchange with themselves

15 years agoFUEL: Recognised parenthesised forms (e.g., stack effects) as syntactic constructs.
Jose A. Ortega Ruiz [Sat, 14 Feb 2009 12:44:12 +0000 (13:44 +0100)]
FUEL: Recognised parenthesised forms (e.g., stack effects) as syntactic constructs.

15 years agoMerge commit 'origin/master' into emacs
Jose A. Ortega Ruiz [Sat, 14 Feb 2009 12:43:17 +0000 (13:43 +0100)]
Merge commit 'origin/master' into emacs

15 years agomove >signed to math.bitwise
Doug Coleman [Sat, 14 Feb 2009 06:31:17 +0000 (00:31 -0600)]
move >signed to math.bitwise

15 years agosupport predictors
Doug Coleman [Sat, 14 Feb 2009 06:30:59 +0000 (00:30 -0600)]
support predictors

15 years agoFixing twitter
Slava Pestov [Sat, 14 Feb 2009 02:20:22 +0000 (20:20 -0600)]
Fixing twitter

15 years ago'work' -> 'basis' correction
ageldama [Sat, 14 Feb 2009 01:55:45 +0000 (10:55 +0900)]
'work' -> 'basis' correction

15 years agoinitial 'io.encodings.korean' commit
ageldama [Sat, 14 Feb 2009 01:42:31 +0000 (10:42 +0900)]
initial 'io.encodings.korean' commit

15 years agoClean up extra/twitter a little bit
Slava Pestov [Sat, 14 Feb 2009 00:06:55 +0000 (18:06 -0600)]
Clean up extra/twitter a little bit

15 years agoAnother failing unit test for db.sqlite
Daniel Ehrenberg [Fri, 13 Feb 2009 22:07:17 +0000 (16:07 -0600)]
Another failing unit test for db.sqlite

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 13 Feb 2009 22:05:27 +0000 (16:05 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAnother failing test in db.sqlite
Daniel Ehrenberg [Fri, 13 Feb 2009 22:05:18 +0000 (16:05 -0600)]
Another failing test in db.sqlite

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 21:56:33 +0000 (15:56 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agosupport 48bpp tiffs
Doug Coleman [Fri, 13 Feb 2009 21:56:22 +0000 (15:56 -0600)]
support 48bpp tiffs

15 years agodecode uname strings as utf8
Doug Coleman [Fri, 13 Feb 2009 21:52:17 +0000 (15:52 -0600)]
decode uname strings as utf8

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 21:48:17 +0000 (15:48 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agostr -> bytes, utility word in endian
Doug Coleman [Fri, 13 Feb 2009 21:47:48 +0000 (15:47 -0600)]
str -> bytes, utility word in endian

15 years agoremove XXX from bitmaps
Doug Coleman [Fri, 13 Feb 2009 21:47:07 +0000 (15:47 -0600)]
remove XXX from bitmaps

15 years agoget the byte ordering correct for tiffs
Doug Coleman [Fri, 13 Feb 2009 21:46:36 +0000 (15:46 -0600)]
get the byte ordering correct for tiffs

15 years agouse decode instead of >string in images.tiff
Doug Coleman [Fri, 13 Feb 2009 21:14:09 +0000 (15:14 -0600)]
use decode instead of >string in images.tiff

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 13 Feb 2009 21:10:41 +0000 (15:10 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMaking xml-undo words private; adding bytes>xml word
Daniel Ehrenberg [Fri, 13 Feb 2009 21:10:34 +0000 (15:10 -0600)]
Making xml-undo words private; adding bytes>xml word

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 13 Feb 2009 19:08:14 +0000 (13:08 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agolet the world know you tweet from factor
Joe Groff [Fri, 13 Feb 2009 19:07:48 +0000 (13:07 -0600)]
let the world know you tweet from factor

15 years agox/y resolution should be a scalar
Doug Coleman [Fri, 13 Feb 2009 19:04:14 +0000 (13:04 -0600)]
x/y resolution should be a scalar

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 13 Feb 2009 18:16:13 +0000 (12:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodrawing 96bpp images works, add lots of previously unknown ifd fields
Doug Coleman [Fri, 13 Feb 2009 18:12:08 +0000 (12:12 -0600)]
drawing 96bpp images works, add lots of previously unknown ifd fields

15 years agoadd stack effect, oops
Doug Coleman [Fri, 13 Feb 2009 17:57:45 +0000 (11:57 -0600)]
add stack effect, oops