Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Slava Pestov
|
cc5a862898
|
mason.report: better benchmark timings
|
2009-11-20 18:20:45 -06:00 |
Slava Pestov
|
ffd7de02d6
|
Update a few places that used string C type names to use words; fixes some deploy tests
|
2009-11-20 03:21:48 -06:00 |
Slava Pestov
|
8cbe676062
|
mason.report: put github link in build reports
|
2009-11-20 00:12:28 -06:00 |
Slava Pestov
|
6a2cf3516d
|
Bootstrap and mason now record times in nanoseconds
|
2009-11-19 23:50:30 -06:00 |
Doug Coleman
|
7bebc6a4fa
|
fix benchmark time reporting
|
2009-11-19 18:27:09 -06:00 |
Doug Coleman
|
1b3ecdf62e
|
fix mason time reporting
|
2009-11-19 04:48:59 -06:00 |
Doug Coleman
|
f4450653a9
|
remove system-millis and update vocabs to use system-micros or nano-count
|
2009-11-18 20:56:09 -06:00 |
Doug Coleman
|
94a287a6ac
|
fix load errors
|
2009-11-18 18:53:03 -06:00 |
Doug Coleman
|
06ac15fd7d
|
Merge branch 'master' into nanos
|
2009-11-18 18:37:35 -06:00 |
Doug Coleman
|
1138b620d1
|
initial zoneinfo parser checkin
|
2009-11-18 17:20:39 -06:00 |
Doug Coleman
|
daf3094b8c
|
use $subsections instead of $subsection
|
2009-11-18 16:40:18 -06:00 |
Doug Coleman
|
6f7ec206a1
|
rename millis to system-millis, micros to system-micros, add nano-count
|
2009-11-18 15:58:48 -06:00 |
Doug Coleman
|
08f2f2b310
|
don't allow moving the tetris blocks when game is paused, display paused in the status bar
|
2009-11-30 17:51:29 -06:00 |
Doug Coleman
|
f6be34d83b
|
move monotonic-clock to basis
|
2009-11-30 17:03:36 -06:00 |
Doug Coleman
|
fe6deb6b75
|
fix load order for monotonic clock
|
2009-11-15 15:28:00 -06:00 |
Doug Coleman
|
099bf6fd3e
|
Merge branch 'startup'
|
2009-11-15 15:07:07 -06:00 |
Doug Coleman
|
6fe9daada5
|
fix more load errors
|
2009-11-15 11:17:23 -06:00 |
Doug Coleman
|
6091c6964a
|
fix using list, reported by zimbatm
|
2009-11-15 10:55:41 -06:00 |
Doug Coleman
|
cc194416f9
|
Merge branch 'master' into startup
Conflicts:
core/bootstrap/primitives.factor
vm/run.hpp
|
2009-11-15 02:52:50 -06:00 |
Doug Coleman
|
53a88147ec
|
adjust windows monotonic clocks to return nanoseconds
|
2009-11-15 02:03:54 -06:00 |
Doug Coleman
|
6f38690050
|
implement monotonic clock on unix platforms
|
2009-11-15 00:47:20 -06:00 |
Doug Coleman
|
d0613cb79d
|
monotonic-count on mac
|
2009-11-15 00:47:27 -06:00 |
Doug Coleman
|
c608ef1f0f
|
Merge branch 'monotonic' of git://factorcode.org/git/factor into monotonic
|
2009-11-14 23:29:04 -06:00 |
Slava Pestov
|
bb8eabba36
|
Unit test fixes
|
2009-11-13 23:00:50 -06:00 |
Doug Coleman
|
ccd35c2f4f
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-13 15:03:16 -06:00 |
Doug Coleman
|
c6ddc40958
|
fix holiday-names word
|
2009-11-13 14:59:48 -06:00 |
Doug Coleman
|
48394f8449
|
working on holiday names from timestamp
|
2009-11-13 14:53:27 -06:00 |
Slava Pestov
|
c4cd6e0787
|
benchmark.fannkuch: use iota
|
2009-11-13 03:52:20 -06:00 |
Doug Coleman
|
b71d86a1dc
|
update more 8bit encoding usages
|
2009-11-12 18:36:47 -06:00 |
Doug Coleman
|
4c9e5932de
|
clean up holidays.us
|
2009-11-12 15:50:02 -06:00 |
Doug Coleman
|
9ccc22304d
|
better factoring for us-federal-holiday?
|
2009-11-12 14:48:55 -06:00 |
Doug Coleman
|
16af61bfbd
|
fix typo
|
2009-11-12 14:44:01 -06:00 |
Doug Coleman
|
0c56f2d6af
|
redo holidays
|
2009-11-12 14:43:11 -06:00 |
Doug Coleman
|
aec676edec
|
use surround/glue instead of 3append
|
2009-11-12 03:01:09 -06:00 |
Doug Coleman
|
a9eb2de22d
|
messed up inauguration-day
|
2009-11-11 17:28:53 -06:00 |
Doug Coleman
|
a2fe85b34a
|
add US holidays vocab
|
2009-11-11 17:20:01 -06:00 |
Slava Pestov
|
425e9d0dde
|
Fix some test failures
|
2009-11-10 16:48:06 -06:00 |
Slava Pestov
|
7f889e4bb3
|
spider.unique-deque: fix for stricter stack effect checking
|
2009-11-09 01:59:22 -06:00 |
Doug Coleman
|
4b7a56bdfb
|
beginning of a monotonic clock implementation. still needs linux and mac -- clock_gettime() and mach_absolute_time()
|
2009-11-09 01:25:27 -06:00 |
Slava Pestov
|
ca12618c51
|
move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded
|
2009-11-09 01:18:36 -06:00 |
Slava Pestov
|
70b10a28d6
|
Merge branch 'master' of git://github.com/killy971/factor
|
2009-11-09 01:01:51 -06:00 |
Slava Pestov
|
0beec6befc
|
Merge branch 'master' of git://github.com/Blei/factor
|
2009-11-09 00:57:41 -06:00 |
Slava Pestov
|
7a37e4245d
|
mongodb.tuple: fix inference error under stricter stack checking regime
|
2009-11-09 00:55:24 -06:00 |
Slava Pestov
|
fb3d49ab7d
|
project-euler.ave-time: fix ave-time combinator to infer with new, stricter stack checking regime, and add unit tests
|
2009-11-09 00:54:59 -06:00 |
Joe Groff
|
84d4bd3bbe
|
utility to load a chosen revision of a vocab from a git repo, e.g. "USE-REV: xml origin/master"
|
2009-11-07 23:54:17 -06:00 |
Philipp Brüschweiler
|
a5863320cf
|
Merge branch 'master' of github.com:Blei/factor into fixes
|
2009-11-07 00:09:37 +01:00 |
Philipp Brüschweiler
|
6df4722518
|
curses: fix using
|
2009-11-07 00:07:02 +01:00 |
Philipp Brüschweiler
|
8163c47b4a
|
sequences: rename virtual-seq to virtual-exemplar
|
2009-11-07 00:06:26 +01:00 |
Joe Groff
|
91bdc1e321
|
remove more dead code from jamshred
|
2009-11-06 15:11:25 -06:00 |