Slava Pestov
df4fb4a3ee
Removing integers-as-sequences
2010-01-15 07:15:33 +13:00
Doug Coleman
53d760c4dd
use dup surround instead of 3append
2009-10-29 14:06:59 -05:00
Doug Coleman
939e2a3e6d
remove two tucks
2009-10-29 13:38:16 -05:00
Joe Groff
935c0797c3
update existing code for [let change
2009-10-27 22:05:37 -05:00
Doug Coleman
109f8cf043
use iota in crypto.xor
2009-10-06 20:29:43 -05:00
Keith Lazuka
405e5d015b
docs: change $subsection to $subsections
2009-10-02 12:15:48 -04:00
Doug Coleman
3f3d57032b
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
2009-08-13 19:21:44 -05:00
U-C4\Administrator
052a0931d3
moving md5 state to a tuple, redoing hmac
2009-05-10 20:42:20 -05:00
Doug Coleman
c92afaf385
fix rsa tests
2009-05-10 18:20:19 -05:00
Slava Pestov
65faa3fda3
Fix unit tests and load errors for slip removal
2009-05-10 17:03:41 -05:00
Doug Coleman
4c465cd575
fix using
2009-05-10 16:33:43 -05:00
Doug Coleman
79265b50d9
update usages of miller-rabin
2009-05-10 12:24:43 -05:00
Doug Coleman
d22474e4fc
use bi, call >string on c-strings from tar
2009-05-09 13:54:18 -05:00
Doug Coleman
44845fdf04
byte-array>sha1-hmac -> sequence>sha1-hmac etc, make more words private
2009-04-30 23:46:37 -05:00
Doug Coleman
e026b554a9
use CONSTANT: in extra
2009-02-22 19:08:45 -06:00
Daniel Ehrenberg
70d931d0b2
Creating math.bits
2009-02-20 20:14:54 -06:00
Doug Coleman
3c408342ef
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
2009-01-29 22:19:07 -06:00
Slava Pestov
c5160d76e9
Merge qualified, alias, symbols, constants into core
2008-12-17 18:10:01 -06:00
Doug Coleman
25ef292d60
remove >r r>
2008-12-14 00:51:00 -06:00
John Benediktsson
b6263289c2
Merge branch 'master' of git://factorcode.org/git/factor
2008-12-07 14:46:53 -08:00
Doug Coleman
9b8fdfc154
clean up extra crypto a bit
2008-12-06 23:01:17 -06:00
John Benediktsson
2196d99b9b
Merge branch 'master' of git://factorcode.org/git/factor
2008-11-23 07:14:12 -08:00
Slava Pestov
8819f23312
Replace millis primitive with micros primitive
...
Add millis as a library word
sleep now takes either a duration or a microsecond count; code using durations doens't need to be updated, code using millisecond counts updated to use durations for the most part
2008-11-19 01:50:05 -06:00
John Benediktsson
8ef0a51def
Merge branch 'master' of git://factorcode.org/git/factor
2008-10-31 00:33:37 -07:00
Doug Coleman
ce84be5f23
check in aes data with unit tests, compared against 7zip's aes implementation
2008-10-20 14:52:58 -05:00
Doug Coleman
fe66a089e3
a convert to/from md5 shadow passwords. just for fun
2008-10-19 22:13:33 -05:00
John Benediktsson
96d6db5b9d
Fix copyright in crypto/barrett/tests.
2008-10-03 21:58:57 -07:00
Doug Coleman
b35db385d3
fix up extra/crypto
2008-10-02 18:45:51 -05:00
Doug Coleman
426ec8a08b
remove dead file
2008-10-02 18:34:42 -05:00
Slava Pestov
aea0fed14c
Fixing basis -> extra dependencies
2008-09-05 19:29:14 -05:00
Slava Pestov
29fa4a8a54
assoc-find is no longer generic
2008-06-09 05:22:21 -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
a1ea2655ed
Fix problems found by builder
2008-05-01 20:02:34 -05:00
Slava Pestov
77caac1401
Remove file
2008-04-30 16:12:08 -05:00
Slava Pestov
7584e02805
New checksum protocol
2008-04-30 16:11:55 -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
f0ae86b884
remove outdated file
2008-04-07 19:30:02 -05:00
Doug Coleman
87a705e782
fix sha1-interleave
2008-04-04 12:02:12 -05:00
erg
53d21c6c7a
cleanup in aisle crypto
2008-04-03 13:57:33 -05:00
erg
0b90458cca
simplify bitroll
2008-04-03 13:27:10 -05:00
erg
d642347f34
move bit twiddling words to math.bitfields.lib
...
use 32-bit in mersenne-twister
2008-04-03 11:55:08 -05:00
Slava Pestov
c22af5c7a6
Rename 2apply to bi@
2008-03-29 20:36:58 -05:00
Doug Coleman
9c74ba2f2f
remove extra crypto file
2008-03-19 16:19:15 -05:00
Slava Pestov
32526206f1
Help fixes
2008-03-11 19:51:58 -05:00
Doug Coleman
bf12f94957
remove rc4, waiting for a better implementation someday.
2008-03-10 12:21:53 -05:00
Slava Pestov
7ad74eb320
Various fixes
2008-03-08 02:51:26 -06:00
Doug Coleman
4de55d0716
fix typos
2008-03-08 00:13:35 -06:00
Doug Coleman
867e48199d
use SYMBOLS: in several places
2008-03-07 21:24:50 -06:00
Daniel Ehrenberg
c5eec0ba10
Merge branch 'master' of git://factorcode.org/git/factor into unicode
...
Conflicts:
core/io/files/files-tests.factor
core/io/files/files.factor
core/io/io-tests.factor
core/io/streams/c/c-tests.factor
core/io/streams/lines/lines-tests.factor
core/source-files/source-files.factor
extra/benchmark/sockets/sockets.factor
extra/http/server/templating/templating-tests.factor
extra/http/server/templating/templating.factor
extra/io/launcher/launcher.factor
extra/io/mmap/mmap-tests.factor
extra/io/unix/launcher/launcher.factor
extra/io/unix/unix-tests.factor
2008-03-04 17:51:40 -06:00
Slava Pestov
e98cd1fd59
New convention for unit tests
2008-03-01 17:00:45 -05:00