Commit Graph

17189 Commits (66871995c918fb914963d56ab19ef3fea05b3762)

Author SHA1 Message Date
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
Slava Pestov 9dfa6f12f7 definitions.icons: add icons for authors and tags, fixing bug reported by tsculpt 2009-09-11 18:16:28 -05:00
Slava Pestov a82c840e86 Doc fixes 2009-09-11 17:59:04 -05:00
Joe Groff 4290932695 add an "unordered?" predicate to math, with a dumb implementation for now 2009-09-10 23:45:18 -04:00
Joe Groff d0ad2994b8 improve :FactorVocab completion 2009-09-10 23:15:24 -04:00
Joe Groff 4625752e74 update misc/vim/README 2009-09-10 22:55:29 -04:00
Joe Groff 31d2a6db0d only set vim plugin global variables if they haven't yet been set, so they can be configured from vimrc 2009-09-10 22:55:17 -04:00
Slava Pestov 67f511bb58 Load fixes 2009-09-10 21:41:12 -05:00
Joe Groff 748a3e0959 groom default vim settings for general use 2009-09-10 21:27:15 -04:00
Joe Groff fb37f765d2 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-10 21:26:20 -04:00
Joe Groff a14df0c955 completion for :FactorVocab vim function 2009-09-10 20:24:56 -05:00
Joe Groff ce43b4bf4e vim plugin for factor, with shortcuts for opening vocabs and switching between implementation, docs, and tests 2009-09-10 18:41:36 -05:00
Slava Pestov b3fabd534e benchmark: rename (run-benchmark) to run-benchmark, and run-benchmark to record-benchmark, since (run-benchmark) was actually useful on its own 2009-09-10 18:32:45 -05:00
Joe Groff 6b45c4041a Merge branch 'master' of http://factorcode.org/git/factor 2009-09-10 16:11:04 -05:00
Joe Groff 0a116c9198 handle floating-point exceptions on windows 2009-09-10 16:10:25 -05:00
Slava Pestov 8aecdf13ab classes.struct: fix some bugs
- STRUCT: foo<ENTER> in listener threw an error
- S{ did not throw an error when used with non-struct types
- attempting to subclass a struct class now fails
- forgetting a struct class now removes the corresponding C type
- 'see'ing a struct class now indents correctly
2009-09-10 15:59:27 -05:00
Slava Pestov b98d5d9584 syntax: improve T{ docs 2009-09-10 15:53:14 -05:00
Slava Pestov e5f6be52cc specialized-arrays, specialized-vectors: fix some code duplication and prettyprinting 2009-09-10 14:46:26 -05:00
Slava Pestov 1a0d9efa0f Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-09-10 13:15:18 -05:00
Slava Pestov 680e6424bc cpu.ppc: fix %single>double-float and %double>single-float 2009-09-10 13:04:58 -05:00
Keith Lazuka 76e159455a help browser: tweaked the colors based on user feedback.
The USING: line should be easier to read now.
I also decided to stop highlighting symbols.
2009-09-10 13:27:49 -04:00
Slava Pestov ea96594e6b Merge branch 'master' of git://factorcode.org/git/factor 2009-09-10 00:50:44 -05:00
Slava Pestov d4d354570a Fix the build 2009-09-10 00:47:01 -05:00
Joe Groff 1a209d4ddb Merge branch 'master' of git://factorcode.org/git/factor 2009-09-09 23:38:01 -05:00
Joe Groff 4d5e547ba9 take the union of the x87 and sse exception flags when reporting fp-exception-flags. add back the unit tests i took out since this should fix the problem 2009-09-09 23:37:48 -05:00
Slava Pestov 527db8995a Specialized array overhaul
- Replace hand-written specialized-arrays.* subvocabularies with new system; instead of USE:ing specialized-arrays.T, do SPECIALIZED-ARRAY: T
- Ditto for specialized-vectors; use SPECIALIZED-VECTOR:
- io.mmap.functor: removed entirely, use <mapped-array> instead
- struct-arrays and struct-vectors have been removed because specialized arrays and vectors subsume them entirely
2009-09-09 22:33:34 -05:00
Joe Groff 2a576f370b change math.floats.env tests not to use any libm functions, which don't reliably set the right hardware exceptions on linux glibc 2009-09-09 18:00:38 -05:00
Joe Groff 3c9b2c327a make math.floats.env backends unportable 2009-09-09 17:32:26 -05:00
Joe Groff 687a86fbb7 Merge branch 'master' of git://factorcode.org/git/factor 2009-09-09 17:14:48 -05:00
Joe Groff 54b8f04433 altivec instructions for powerpc assembler 2009-09-09 17:14:36 -05:00
Keith Lazuka 00a96e3163 prettyprint.stylesheet: fixed an error found by help-lint 2009-09-09 16:46:05 -04:00
Keith Lazuka cd447c6dba vocabs.prettyprint: made the auto-use vocab box a little easier to read 2009-09-09 16:39:26 -04:00
Keith Lazuka 964e964b9d io.styles: renamed the 'border-width' style to 'inset'. inset takes a pair of 2 numbers (horizontal and vertical insets) 2009-09-09 15:50:25 -04:00
Samuel Tardieu 5919ee8a79 Do not repeat sanity tests at each iteration 2009-09-09 21:35:24 +02:00
Keith Lazuka 8dfadea115 prettyprint.stylesheet: USING/USE/IN are now dimmed out. Added documentation. 2009-09-09 15:27:49 -04:00
Slava Pestov c04fb12f4c Merge branch 'master' of git://factorcode.org/git/factor 2009-09-09 13:56:20 -05:00
Slava Pestov 66f500bdd7 Fix the build 2009-09-09 13:44:54 -05:00
Keith Lazuka 2b391eabf8 help.html: link color now matches help.stylesheet link color 2009-09-09 13:33:40 -04:00
Keith Lazuka d9820a72f3 Changed Browser's "Up:" links to a traditional breadcrumbs list.
Tweaked a few colors in the Factor UI.
2009-09-09 10:44:41 -04:00
Slava Pestov 04ab80204c Merge branch 'master' of git://factorcode.org/git/factor 2009-09-08 23:54:05 -05:00