Commit Graph

17109 Commits (225d0097fc91c3ec4e18083dfbc8701b982bf8ef)

Author SHA1 Message Date
Joe Groff 225d0097fc Merge branch 'master' of git://factorcode.org/git/factor 2009-09-16 18:07:55 -05:00
Joe Groff 2091f744bc give a better error message when an invalid slot name is used in a tuple/struct literal 2009-09-16 18:07:39 -05:00
Joe Groff 5f62d6b9c1 fix functors tests 2009-09-16 17:38:01 -05:00
Doug Coleman 5abe37f6a2 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-16 13:17:30 -07:00
Doug Coleman 80f88f4ba4 add recaptcha vocabulary 2009-09-16 13:17:15 -07:00
Joe Groff eba4ba6b56 fix button background (from Keith Lazuka <klazuka@gmail.com>) 2009-09-16 13:42:40 -05:00
Joe Groff fa79e86743 fix failing classes.struct tests 2009-09-15 19:10:05 -05:00
Joe Groff 7d298897c3 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 18:57:15 -05:00
Joe Groff c7fa671c0c Revert "make struct classes print properly in the status bar"
This reverts commit 4ee1a4f9e8.
2009-09-15 18:56:17 -05:00
Slava Pestov d53de99596 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 16:37:05 -07:00
Slava Pestov 98d25d8416 irc.client: fix suggested by ceninan 2009-09-15 16:36:59 -07:00
Joe Groff c17e718469 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 17:45:56 -05:00
Slava Pestov 1b403c9f63 db: fix some typos in docs 2009-09-15 15:45:03 -07:00
Joe Groff 182155ae31 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 17:39:05 -05:00
Joe Groff 02b797f11b struct classes now make their own C type without help from alien.structs. remove alien.structs dependencies from everywhere outside of alien and compiler, and have the FFI handle both alien.structs and classes.struct c-types 2009-09-15 17:38:49 -05:00
Slava Pestov 6ea78b6e7a help.html: don't strip out vocabs without roots since that gets rid of private vocabs 2009-09-15 14:48:56 -07:00
Joe Groff bb38335fe2 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 16:30:34 -05:00
Slava Pestov aeb6a01710 compiler.tree.propagation: fix unary-op type functions with complex number inputs 2009-09-15 14:30:20 -07:00
Slava Pestov 5ef07de398 alien.syntax: improve C-ENUM: docs 2009-09-15 16:24:58 -05:00
Joe Groff 47eb2017c0 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 16:08:57 -05:00
Slava Pestov 1ffaf26c6d Merge branch 'master' of git://factorcode.org/git/factor 2009-09-15 15:43:05 -05:00
Slava Pestov ef353b5eff math: minor doc fixes 2009-09-15 15:42:46 -05:00
Joe Groff 4ee1a4f9e8 make struct classes print properly in the status bar 2009-09-15 15:16:53 -05:00
Slava Pestov 85077cd27b vm: update Config.netbsd for NetBSD 5.0 2009-09-15 00:22:19 -05:00
Slava Pestov cc93fc69ff colors.constants: clean up naming 2009-09-14 21:03:33 -05:00
Slava Pestov fc4a79aff6 Fix bootstrap 2009-09-14 20:26:59 -05:00
Slava Pestov 1b5614f974 math.functions: more accurate log10 (fixes problem reported by OneEyed) 2009-09-14 16:19:58 -05:00
Slava Pestov 66fe7f93fb help.vocabs: tweak 'not loaded' message some more 2009-09-14 16:19:36 -05:00
Slava Pestov 2a8b603121 Merge branch 'master' of git://github.com/Blei/factor 2009-09-14 16:19:21 -05:00
Slava Pestov 07a1984a73 Remove bogus file 2009-09-14 16:14:53 -05:00
Slava Pestov 2669e9cc34 Merge branch 'ui' of git://github.com/klazuka/factor 2009-09-14 16:14:41 -05:00
Joe Groff eadf1bc9d5 missed a few PPC status bits that needed clearing 2009-09-14 15:17:36 -05:00
Joe Groff aa2047e942 add a number-base configuration variable to prettyprint.config. set to 2 to print BIN:, 8 to print OCT:, 10 to print decimal, 16 to print HEX: 2009-09-14 15:03:05 -05:00
Joe Groff 55bd70d6a7 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-14 14:11:17 -05:00
Joe Groff 016caed095 vm-error>exception-flags word to extract exception flag information from a trap exception 2009-09-14 14:10:51 -05:00
Doug Coleman d11268432f Merge branch 'master' of git://factorcode.org/git/factor 2009-09-14 13:48:14 -05:00
Doug Coleman 96dd144195 faster number-length and some unit tests 2009-09-14 13:48:06 -05:00
Keith Lazuka 7170e0cbfb help.vocabs: tweaked the vocab-not-loaded msg 2009-09-14 14:27:30 -04:00
Joe Groff 0c690a62a1 linux 32 typo 2009-09-14 13:21:46 -05:00
Joe Groff bbea60809d Merge branch 'master' of git://factorcode.org/git/factor 2009-09-14 12:30:24 -05:00
Joe Groff 7983c0ba47 more secret sauce to tease mxcsr out of linux-x86.32 ucontext 2009-09-14 12:30:10 -05:00
Joe Groff 082783d799 use secret sauce to clear MXCSR in win32 context, and handle secret STATUS_FLOAT_MULTIPLE_* SEH codes raised by SSE traps 2009-09-14 12:02:02 -05:00
Keith Lazuka 83f2a48853 help.vocabs: inform the user when browsing a vocab that is not loaded. 2009-09-14 11:13:45 -04:00
Joe Groff ed1a67c26e more freebsd compilation fixes 2009-09-14 09:56:38 -05:00
Joe Groff a84086e39a fix compilation on linux 32 2009-09-14 09:48:32 -05:00
Keith Lazuka 8b666df6da Renamed a Factor theme color to something more sensible. 2009-09-14 09:01:03 -04:00
Keith Lazuka 19fcd6bc6a help.stylesheet: fixed black border bug around nav links in HTML documentation 2009-09-14 08:50:58 -04:00
Slava Pestov 3db631716f vm: More indentation fixes 2009-09-14 03:14:48 -05:00
Slava Pestov 78e143b13c vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
Slava Pestov 6c3ef91642 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-14 02:39:24 -05:00