Slava Pestov
|
620103351e
|
Tweak stuff to reduce deploy image size
|
2008-05-31 00:07:30 -05:00 |
Slava Pestov
|
2cbfa9c2d7
|
Move destructors to core
|
2008-05-14 23:23:12 -05:00 |
Slava Pestov
|
62c7aabf35
|
Major I/O cleanup
|
2008-05-13 18:24:46 -05:00 |
U-SLAVA-DFB8FF805\Slava
|
4a9a1ba2b5
|
Fix and clean up Windows deployment
|
2008-05-10 15:22:38 -05:00 |
Slava Pestov
|
57a86605d8
|
Fix deployment on Mac OS X
|
2008-05-09 17:11:10 -05:00 |
Slava Pestov
|
32d5311821
|
Fix typo found by wrunt
|
2008-05-08 20:36:25 -05:00 |
Doug Coleman
|
fd531c1a31
|
rename butlast to but-last
|
2008-05-07 01:38:34 -05:00 |
Slava Pestov
|
9fd7b12534
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-05-07 00:40:17 -05:00 |
Doug Coleman
|
7c09936f30
|
use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
|
2008-05-06 12:37:11 -05:00 |
Slava Pestov
|
53832ccd2f
|
Fix
|
2008-05-06 09:01:28 -05:00 |
Slava Pestov
|
75fb15ee4c
|
Split stdio up into input-stream/output-stream, pipes work in progress
|
2008-05-05 02:19:25 -05:00 |
Slava Pestov
|
d1a3b64569
|
Fix class sorting again
|
2008-05-02 17:36:31 -05:00 |
Slava Pestov
|
5a29b2e273
|
Class linearization
|
2008-05-02 02:51:38 -05:00 |
Doug Coleman
|
4d0ba8c3c1
|
reverse args for assoc-diff, diff
fix lots of usings
fix help lint
|
2008-04-26 02:01:43 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Slava Pestov
|
851c54ea7a
|
Cleaning up deployment tool
|
2008-04-20 00:49:42 -05:00 |
James Cash
|
ef29f46537
|
Changing names for linux deployment to unix
|
2008-04-15 23:26:46 -04:00 |
James Cash
|
dca8d463be
|
Minor moving stuff around in files
|
2008-04-15 23:26:45 -04:00 |
James Cash
|
d7ddf9ad42
|
Factor image-name out of windows deployment
|
2008-04-15 23:26:45 -04:00 |
James Cash
|
c99b76b2f6
|
Got copy-fonts working properly (on Linux, at least)
|
2008-04-15 23:26:45 -04:00 |
James Cash
|
0426ca274d
|
Refactoring common functions out of platform-specific deployment
|
2008-04-15 23:26:45 -04:00 |
James Cash
|
738a59ee45
|
Adding requisite require for linux deployment
|
2008-04-15 23:26:44 -04:00 |
James Cash
|
9d5b65ff74
|
Fixing deploy-docs
|
2008-04-15 23:26:43 -04:00 |
James Cash
|
bfbedfaac3
|
Minor change to linux deployment, print instead of write
|
2008-04-15 23:26:42 -04:00 |
James Cash
|
e5c880fcc2
|
Adding information to deploy-docs regarding deployment on Linux
|
2008-04-15 23:26:42 -04:00 |
James Cash
|
361361a556
|
Adding deployment for Linux
|
2008-04-15 23:26:41 -04:00 |
Doug Coleman
|
9140e3e452
|
fix load errors
|
2008-04-14 03:03:49 -05:00 |
Doug Coleman
|
f80085ff0a
|
seq-diff -> diff
seq-intersect -> intersect
|
2008-04-13 23:09:42 -05:00 |
Doug Coleman
|
2edd0fefc9
|
new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
|
2008-04-13 22:58:07 -05:00 |
Slava Pestov
|
f7df948b06
|
Documentation updates
|
2008-04-13 09:34:27 -05:00 |
Slava Pestov
|
e794466efb
|
Convert native I/O to use inheritance
|
2008-04-11 16:08:40 -05:00 |
Slava Pestov
|
1625511df7
|
Fix deploy tests
|
2008-04-11 14:43:26 -05:00 |
Slava Pestov
|
1435d1c189
|
Working on converting io backends to use inheritance
|
2008-04-11 14:09:09 -05:00 |
Slava Pestov
|
22bf0625c6
|
Fix 64-bit deploy tests
|
2008-04-06 01:51:04 -05:00 |
Slava Pestov
|
5f04c49d18
|
Fix windows deploy
|
2008-04-05 08:31:29 -05:00 |
Slava Pestov
|
6f1d3d9174
|
cocoa no longer depends on xml
|
2008-04-05 08:30:02 -05:00 |
Slava Pestov
|
f6030fb3a4
|
Another improvement
|
2008-04-04 10:11:31 -05:00 |
Slava Pestov
|
0cc26425fd
|
Make image smaller on Windows
|
2008-04-04 10:05:52 -05:00 |
Doug Coleman
|
72c06fc028
|
use OS symbol in deploy
|
2008-04-02 19:46:37 -05:00 |
Doug Coleman
|
393f77715c
|
update everything to use os singletons
|
2008-04-02 18:25:33 -05:00 |
Eduardo Cavazos
|
aa40350aa7
|
replace add* and add with prefix and suffix
|
2008-03-31 18:18:05 -06:00 |
Slava Pestov
|
a89e0b7615
|
Fix deploy tests for AMD64
|
2008-03-30 00:13:53 -05:00 |
Slava Pestov
|
c22af5c7a6
|
Rename 2apply to bi@
|
2008-03-29 20:36:58 -05:00 |
Doug Coleman
|
aad587d664
|
Fix deploy test
|
2008-03-27 11:48:51 -05:00 |
Slava Pestov
|
8c5e01703d
|
Fixing deployment
|
2008-03-27 17:19:48 -05:00 |
erg
|
15c68a23f8
|
remove ?resource-path and resource-exists?
|
2008-03-26 23:47:51 -05:00 |
Slava Pestov
|
67eea75f4a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-26 17:08:56 -05:00 |
Doug Coleman
|
603a55bde5
|
run deploy as +low-priority+
|
2008-03-26 15:59:11 -05:00 |
Slava Pestov
|
e1ad21a439
|
Working on shapes
|
2008-03-26 03:57:48 -05:00 |
Slava Pestov
|
577c670631
|
Test fix
|
2008-03-24 20:15:42 -05:00 |