Doug Coleman
97da4e994b
64-bit add/subtract/multiply
2009-05-10 23:21:45 +02:00
Doug Coleman
097ce4c6dd
implementing sha2 512
2009-05-10 23:21:44 +02:00
Doug Coleman
0e4f82f663
support sha-224, add constants for all sha2
2009-05-10 23:21:44 +02:00
Doug Coleman
e033f92e0c
remove dynamic variables from sha2
2009-05-10 23:21:44 +02:00
Doug Coleman
7a849022f4
move sha2 state to a tuple
2009-05-10 23:21:44 +02:00
Doug Coleman
0dd2aa643a
more refactoring on sha2
2009-05-10 23:21:44 +02:00
Doug Coleman
5b70d3ccce
more refactoring on sha2
2009-05-10 23:21:44 +02:00
Doug Coleman
dc1b97e70a
cleaning up sha2
2009-05-10 23:21:43 +02:00
Slava Pestov
bb8aaf9ce0
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-09 20:24:40 -05:00
Slava Pestov
cda3685c4d
Eliminate prettyprinter dependency from UI
2009-05-09 20:24:17 -05:00
Joe Groff
1ce6596d17
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-09 20:16:07 -05:00
Joe Groff
cbb1f1c60b
docs for dlist-filter
2009-05-09 20:15:03 -05:00
Slava Pestov
4ee4357e75
Fix negative zero smashing with bootstrap
2009-05-09 18:17:30 -05:00
Joe Groff
8cbcb87152
don't mess with the orphaned nodes when pop-front-ing or pop-back-ing a dlist. add a dlist-filter word that drops off all nodes that don't satisfy a predicate
2009-05-09 14:33:17 -05:00
Joe Groff
37f015b71d
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-09 11:48:19 -05:00
Joe Groff
dd9af334a9
send bilerp upstream to spawn
2009-05-09 11:43:04 -05:00
Slava Pestov
f40d5b0c03
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 22:10:42 -05:00
Slava Pestov
1d747ea911
specialized-arrays: fix tests on PowerPC
2009-05-08 21:34:28 -05:00
Joe Groff
b7ac44cfd4
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 18:48:21 -05:00
Joe Groff
cd4530adca
iokit game-input backend improvements:
...
- avoid some needless allocation when dispatching input events
- some gamepads claim to be pointers too; only match actual mouses
- don't mess with the calibration settings if the axis min/max attributes aren't available
also, throw a more helpful error when plist> fails
2009-05-08 18:47:44 -05:00
Slava Pestov
ea85f298d1
math.combinatorics: fix unit test and help lint
2009-05-08 18:00:53 -05:00
Slava Pestov
5cbaa1d4fd
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 16:27:36 -05:00
Slava Pestov
2f91323624
Merge branch 'master' of git://projects.elasticdog.com/git/factor
2009-05-08 16:26:27 -05:00
Joe Groff
8151796b06
Add missing ClientToScreen export to windows.user32
2009-05-08 14:09:57 -07:00
Joe Groff
abb9f8ad6a
Merge branch 'master' of /cygdrive/z/Documents/Code/others/factor
2009-05-08 14:00:25 -07:00
Joe Groff
2295c967fa
clip to window client area when grabbing on windows
2009-05-08 15:49:29 -05:00
Joe Groff
cc05a90900
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 13:13:00 -07:00
Joe Groff
9992817c65
input grabbing support
2009-05-08 15:07:15 -05:00
Slava Pestov
7a0760a0f9
tools.deploy.shaker: strip out a few more things
2009-05-08 02:35:46 -05:00
Slava Pestov
47b22b6df5
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 00:21:04 -05:00
Slava Pestov
2b23d1dd9e
Remove silly retry word from continuations vocab
2009-05-08 00:20:54 -05:00
Slava Pestov
94bd764d35
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 23:26:37 -05:00
Slava Pestov
e52476f108
cpu.ppc: fix alien-indirect
2009-05-07 23:26:33 -05:00
Slava Pestov
bd04fa9a59
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 23:18:52 -05:00
Slava Pestov
ff674dac22
cpu.ppc: bools are 4 bytes on OS X/PowerPC
2009-05-07 23:18:41 -05:00
Slava Pestov
10758bc6a1
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 21:26:55 -05:00
Slava Pestov
9d2fb3378b
io.backend.windows.privileges: clean up code and fix inference problem
2009-05-07 21:26:29 -05:00
Slava Pestov
3f871d3bae
io.launcher.windows.nt: update unit tests for recent changes to lines and contents words
2009-05-07 21:25:55 -05:00
Aaron Schaefer
d5a028c507
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
basis/math/miller-rabin/miller-rabin.factor
2009-05-07 22:20:53 -04:00
Slava Pestov
5099046f9f
math.miller-rabin: make some utilities not private since math.primes uses them
2009-05-07 20:52:16 -05:00
Aaron Schaefer
f465a013d7
Speed up best-hands a bit using reduce and add a test
2009-05-07 21:23:58 -04:00
Joe Groff
2ec754e77f
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 19:56:58 -05:00
Slava Pestov
b9169a6de2
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 19:47:42 -05:00
Slava Pestov
5c4bb80bc3
Update PowerPC %jump and %dispatch-label, and add PIC-related functions to cpu-ppc.hpp
2009-05-07 19:47:38 -05:00
Joe Groff
01546acb1c
typo in cocoa pixel format stuff
2009-05-07 19:47:26 -05:00
Joe Groff
a8231893ec
un-private some useful words
2009-05-07 19:46:42 -05:00
Slava Pestov
4a2492c3fc
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 19:41:54 -05:00
Slava Pestov
25886ff453
cpu.ppc.bootstrap: updates
2009-05-07 19:40:25 -05:00
Aaron Schaefer
7f6998a815
Make next-odd public again as it's used elsewhere
2009-05-07 18:33:55 -04:00
Aaron Schaefer
6704a1bb3e
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 18:04:49 -04:00