Commit Graph

17478 Commits (eb5d30e7245f49b9d08b36facfc260b336c9eb1c)

Author SHA1 Message Date
Slava Pestov 7aac0d69d6 ALIEN: now reads a hexadecimal integer instead of a decimal one, since in general hex is more useful for addresses 2009-09-12 21:17:53 -05:00
Doug Coleman 3ad898d9b1 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 21:06:04 -05:00
Doug Coleman 3d02802521 list file-systems with statfs instead of statvfs on openbsd 2009-09-12 21:05:26 -05:00
Joe Groff 1a19221159 set altivec denormal flag when with-denormal-mode is used 2009-09-12 20:39:41 -05:00
Slava Pestov 3b75d37b5e math, syntax: fix help lint 2009-09-12 21:07:31 -04:00
Joe Groff da55501094 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 19:45:47 -05:00
Joe Groff d938d76258 QTKit binding 2009-09-12 19:44:13 -05:00
Joe Groff 16ba9bd8b8 add full complement of [SU]Int[0-9]+ typedefs to core-foundation 2009-09-12 19:43:57 -05:00
Joe Groff adee149870 CFSTRING: syntax for defining CF/Cocoa string constants. update core-foundation.run-loop to use CFSTRING: 2009-09-12 19:43:23 -05:00
Slava Pestov 4c0bd2e77d vm: fix fp_trap_error() so that it can work properly in signal handlers 2009-09-12 18:15:16 -05:00
Joe Groff 95d5697792 all-fp-exceptions constant 2009-09-12 18:13:25 -05:00
Slava Pestov e6c551a652 math.order: better docs 2009-09-12 16:33:42 -05:00
Slava Pestov e5731dc01f math.floats: fix abs on floats; -0.0 abs should be 0.0 not -0.0 2009-09-12 16:24:07 -05:00
Slava Pestov 7de4201eb4 db: fix with-book-db combinator in db tutorial 2009-09-12 16:05:05 -05:00
Slava Pestov 06e60fc315 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 16:01:59 -05:00
Slava Pestov af85e17366 cpu-x86: clear the x87 stack when rewinding; fixes math.floats.env failures on Linux 2009-09-12 16:59:30 -04:00
Slava Pestov 47bc1498f7 Add NAN: literal syntax for NANs with a payload 2009-09-12 15:06:15 -05:00
Slava Pestov 9fe0b337d6 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 14:05:18 -05:00
Slava Pestov 6a275388de Merge branch 'ui' of git://github.com/klazuka/factor 2009-09-12 14:05:05 -05:00
Slava Pestov a217f16b88 windows.dinput.constants: fix load error 2009-09-12 13:25:31 -05:00
Slava Pestov c8d96aee9f tools.deploy.test: cut Windows some slack 2009-09-12 13:24:45 -05:00
Slava Pestov ed5c95f1ed benchmark.euler186: remove this too 2009-09-12 12:58:36 -05:00
Slava Pestov a094d27edf math.floats.env.ppc: fix ppc-fp-traps>bit 2009-09-12 12:57:15 -05:00
Slava Pestov 6191072712 math.floats.env.ppc: fix ppc-fp-traps-bits 2009-09-12 12:49:51 -05:00
Slava Pestov 0dd221fae8 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 12:39:04 -05:00
Slava Pestov 64482b842e project-euler.186: disable test for now since it uses too much memory on build machines 2009-09-12 12:38:25 -05:00
Joe Groff 78d747fa59 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-12 09:04:53 -05:00
Joe Groff a0f39d2235 typos in math.floats.env.ppc 2009-09-12 09:03:27 -05:00
Slava Pestov 9c7c214bb5 Merge branch 'master' of git://github.com/killy971/factor 2009-09-12 01:32:09 -05:00
Slava Pestov 7a7a9e2cd9 project-euler.{073,085}: speed up and reduce memory consumption 2009-09-12 01:30:46 -05:00
Guillaume Nargeot 831d9a91cd Solution to Project Euler problem 102 2009-09-12 14:13:42 +09:00
Slava Pestov 18cb09a115 math.vectors.simd: don't run x86-specific tests on PPC 2009-09-11 21:38:40 -05:00
Keith Lazuka 272214c174 Pull in new literals vocab to remove bootstrap circularity
Merge branch 'master' into ui
2009-09-11 22:19:46 -04:00
Slava Pestov 3aa4294546 project-euler.044: update average time in comment 2009-09-11 21:15:48 -05:00
Slava Pestov be8453efc5 project-euler.044: even faster algorithm 2009-09-11 21:14:43 -05:00
Slava Pestov 50299d19d7 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-11 21:03:46 -05:00
Slava Pestov a9fb94da50 literals: remove $$ and combinators.smart dependency 2009-09-11 21:03:24 -05:00
Slava Pestov 10423e0d56 compiler.tree.propagation: convert /i of a positive integer by a power of two into a shift 2009-09-11 21:03:11 -05:00
Slava Pestov 89d6096130 compiler.cfg.intrinsics: compile float-mod as a ##binary-float-function instead of a primitive call 2009-09-11 21:00:17 -05:00
Slava Pestov 39c1bf92b9 project-euler.044: more efficient algorithm 2009-09-11 20:59:54 -05:00
Keith Lazuka 62233d5335 vocabs.prettyprint: fixed indentation 2009-09-11 21:46:16 -04:00
Keith Lazuka e560d42e4f prettyprint.stylesheet: more idiomatic Factor style (thanks Slava) 2009-09-11 21:45:44 -04:00
Slava Pestov 2e88ff775a Fix debug build 2009-09-11 20:33:38 -05:00
Slava Pestov e7e7c3a524 definitions.icons: fix circularity 2009-09-11 20:33:11 -05:00
Joe Groff be3f7824ed typo 2009-09-11 20:31:06 -05:00
Joe Groff 2ac4a2c85d json.reader doesn't need to USE: math.parser.private anymore since I made float>string public 2009-09-11 20:29:02 -05:00
Joe Groff c31791d470 log1+ word (maps to C99 log1p function) 2009-09-11 20:28:15 -05:00
Joe Groff 0cdbd20479 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-11 20:11:43 -05:00
Joe Groff b0d4051ac5 HEX: X.XXXpEEE hexadecimal float literal syntax 2009-09-11 20:11:29 -05:00
Keith Lazuka d791e13be7 io.styles: bailed out on the with-nested-styles combinator 2009-09-11 20:35:56 -04:00