sheeple
c9e156a73b
Merge branch 'master' of git://factorcode.org/git/factor
2009-02-27 00:29:08 -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
Slava Pestov
452ba3edb3
Merge branch 'master' of git://factorcode.org/git/factor
2009-02-26 23:30:58 -06:00
Slava Pestov
11117648ea
Fix stack checker regressions
2009-02-26 23:30:48 -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
efe701af9b
fix editors for find-in-program-files change
2009-02-26 21:50:20 -06:00
Doug Coleman
de9154fc5e
make find-all-files and find-in-program-files not take the traversal method
2009-02-26 21:50:01 -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
1bd35e6f62
better io.mmap test
2009-02-26 19:58:25 -06:00
Doug Coleman
d875033986
Merge branch 'master' of git://factorcode.org/git/factor
2009-02-26 18:27:28 -06:00
Doug Coleman
084311750e
add using to mmap tests
2009-02-26 18:11:07 -06:00
Doug Coleman
a083832ab4
fix typo in math docs
2009-02-26 18:10:11 -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
Doug Coleman
dc370e56ab
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
2009-02-26 17:34:26 -06:00
Slava Pestov
bda8b2dda6
Better inlining for both-fixnums?
2009-02-26 14:11:26 -06:00
Slava Pestov
a2404fad94
Add missing file
2009-02-26 13:44:37 -06:00
Slava Pestov
3f70bb3b22
Update docs for improved error reporting
2009-02-26 13:41:50 -06:00
Slava Pestov
063e457109
Remove superflous \
2009-02-26 13:41:30 -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
1efbd686a1
Remove two useless files: grovel.c and factor.el (superceded by fu/fu.el)
2009-02-26 01:37:05 -06:00
Slava Pestov
efede19571
Make some errors better in the stack checker
2009-02-26 01:25:13 -06:00
Slava Pestov
4426526252
Fixing some things I broke
2009-02-25 23:30:30 -06:00
slava
e8361b9980
Updating X11 UI backend for stricter stack effect checking
2009-02-24 01:06:50 -06:00
U-SLAVA-DFB8FF805\Slava
b8ed7d20de
Update Windows-specific code for stricter stack checking
2009-01-28 02:46:29 -06:00
Slava Pestov
6ea93a6355
Merge branch 'master' of git://factorcode.org/git/factor
2009-02-23 23:55:37 -06:00
Slava Pestov
65a53e1fa5
Don't keep compiled-effect around anymore
2009-02-23 23:55:16 -06:00
Slava Pestov
b06903b0ef
Update tree shaker for define-temp changes
2009-02-23 23:28:22 -06:00
Slava Pestov
e7243da0b8
Clean up memoize code to not use gensym anymore
2009-02-23 23:28:02 -06:00
Slava Pestov
901bcccc1c
Fix remaining text failures
2009-02-23 23:25:13 -06:00
Slava Pestov
eaad0c7660
Updating code to use CONSTANT: instead of : foo 123 ; inline
2009-02-23 21:40:17 -06:00
Slava Pestov
f1d20719b2
inferred-effect word prop is just a boolean now, not an effect object
2009-02-23 20:51:14 -06:00
Slava Pestov
1951d739a0
Stack effect declarations are mandatory on all words now
...
define-temp now takes an effect parameter
Fix compiler bug that Dan found
Stricter enforcement of * effects
Move compile-call from compiler.units to compiler
2009-02-23 20:27:05 -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
Doug Coleman
c3ef25f81c
made editors.emacs load windows file on windows
2009-02-23 10:35:42 -06:00
Doug Coleman
a4817a0e17
dont run postgresql tests on win64
2009-02-23 08:37:38 -06:00
Doug Coleman
2dcbd5b3db
fix docs for a word
2009-02-22 21:26:16 -06:00
Slava Pestov
0c090699c2
Merge branch 'master' of git://factorcode.org/git/factor
2009-02-22 19:52:06 -06:00
Slava Pestov
4257cd55e0
fix problem with bignum-bit? -- return value would be truncated if sizeof(int) != sizeof(bignum_digit_type)
2009-02-22 19:45:05 -06:00
Slava Pestov
127f9b3578
Add unit tests for bignum bug
2009-02-22 19:41:47 -06:00
Doug Coleman
7a033876b6
use ?at instead of at*
2009-02-22 19:20:28 -06:00
Doug Coleman
990513db60
use CONSTANT: in basis
2009-02-22 19:13:08 -06:00
Doug Coleman
a6b40707df
use CONSTANT: in core/
2009-02-22 19:09:49 -06:00
Doug Coleman
e026b554a9
use CONSTANT: in extra
2009-02-22 19:08:45 -06:00
Doug Coleman
2f868b38c2
more CONSTANT: usage
2009-02-22 18:12:54 -06:00
Doug Coleman
58abcec127
use CONSTANT: in win32 bindings
2009-02-22 18:09:10 -06:00