Doug Coleman
|
761e6a7bf8
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/io/serial/unix/termios/linux/linux.factor
|
2009-11-15 11:47:54 -06:00 |
Jonas Pfenniger
|
7cc23adfff
|
io.serial.unix.linux: fix missing vocab
|
2009-11-15 11:27:45 -06:00 |
Slava Pestov
|
361c38d5a1
|
heap-size now has a partial-eval instead of being foldable, and the partial-eval adds a dependency on the C type word. Fixes problem where redefining a struct didn't update specialized array
|
2009-11-15 11:26:37 -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
|
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
|
0af1b3a7d9
|
add librt for monotonic timers, new timespec>nanoseconds word
|
2009-11-15 00:46:12 -06:00 |
Doug Coleman
|
f3d301d1b9
|
Merge branch 'monotonic' of git://factorcode.org/git/factor into monotonic
|
2009-11-15 00:02:23 -06:00 |
Doug Coleman
|
9085f30b18
|
move iokit typedefs to unix.types.macosx
|
2009-11-15 00:47:52 -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 |
Doug Coleman
|
f192d59498
|
better alarms docs
|
2009-11-14 23:28:18 -06:00 |
Doug Coleman
|
92b5b21271
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-14 21:11:18 -06:00 |
Doug Coleman
|
d4a88d0e39
|
add unix-time>timestamp, timestamp>unix-time, and some utility words to calendar
|
2009-11-14 21:10:54 -06:00 |
Slava Pestov
|
11174a7ffe
|
hashtables: fix indentation
|
2009-11-14 02:01:30 -06:00 |
Slava Pestov
|
78aa73b29e
|
tools.deploy.test: failing tests now have the actual and minimum size
|
2009-11-14 02:01:23 -06:00 |
Slava Pestov
|
e32c167b7a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-14 01:59:32 -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
|
4c268f2600
|
vm: record compaction events correctly
|
2009-11-13 09:29:21 -06:00 |
Slava Pestov
|
47087480a9
|
Bootstrap cleanups
|
2009-11-13 08:05:02 -06:00 |
Slava Pestov
|
ea36783fb3
|
Fix bootstrap
|
2009-11-13 07:55:47 -06:00 |
Slava Pestov
|
5470330c45
|
Fix another problem with call( inline caching
|
2009-11-13 07:17:00 -06:00 |
Slava Pestov
|
7377c96a21
|
compiler.tree.propagation.branches: fix recent constraints change
|
2009-11-13 07:16:41 -06:00 |
Slava Pestov
|
afecb9c758
|
Fixing call( inline caching
|
2009-11-13 04:32:33 -06:00 |
Slava Pestov
|
c4cd6e0787
|
benchmark.fannkuch: use iota
|
2009-11-13 03:52:20 -06:00 |
Slava Pestov
|
86da8ebed9
|
Instead of bumping the definition counter every time in the VM, bump it only if stack effects changed or macros were redefined
|
2009-11-13 03:52:14 -06:00 |
Slava Pestov
|
720c412431
|
compiler.tree.propagation: fix bug in constraints that caused retain stack overflow
|
2009-11-13 03:22:57 -06:00 |
Slava Pestov
|
8dd8d70500
|
sequences: inline a couple of words
|
2009-11-13 03:01:28 -06:00 |
Slava Pestov
|
14a4535ad9
|
classes.algebra: output cleaner anonymous unions and intersections
|
2009-11-13 03:01:22 -06:00 |
Doug Coleman
|
6c75287bef
|
fix using
|
2009-11-12 18:46:21 -06:00 |
Doug Coleman
|
b71d86a1dc
|
update more 8bit encoding usages
|
2009-11-12 18:36:47 -06:00 |
Doug Coleman
|
1ff1e3f4bc
|
add docs to 8-bit encodings vocabs, update usages
|
2009-11-12 18:36:20 -06:00 |
Slava Pestov
|
ff25aaef54
|
compiler.tree.propagation.transforms: inline push if types are known. Speeds up reverse-complement, sort, sum-file benchmarks
|
2009-11-12 17:24:32 -06:00 |
Slava Pestov
|
7afea4c0ea
|
compiler.tree.propagation: implementing missing case in branch constraints
|
2009-11-12 17:24:11 -06:00 |
Doug Coleman
|
6ca69c15ca
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-12 16:45:27 -06:00 |
Doug Coleman
|
2b5d361cca
|
add more 8-bit windows encodings
|
2009-11-12 16:42:47 -06:00 |
Doug Coleman
|
b7745fea3c
|
add new 8-BIT: word
|
2009-11-12 16:38:21 -06:00 |
Slava Pestov
|
0b4de37b63
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-12 16:09:24 -06:00 |
Slava Pestov
|
cba12eae37
|
Invalidate inline caches used by call( and execute( when words are redefined
|
2009-11-12 16:09:07 -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
|
4dce86cbad
|
more calendar utility words
|
2009-11-12 14:42:41 -06:00 |
Doug Coleman
|
e2fc8b11f1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-11-12 03:01:21 -06:00 |
Doug Coleman
|
aec676edec
|
use surround/glue instead of 3append
|
2009-11-12 03:01:09 -06:00 |