Commit Graph

15204 Commits (1a7a508e52f4aa42dcc99955f599c3960c50409c)

Author SHA1 Message Date
Marc Fauconneau a85ef594a0 ML-style (* nested (* comments *) *) 2009-06-05 15:29:36 +09:00
John Benediktsson 982121e27b Merge branch 'master' of git://factorcode.org/git/factor 2009-06-04 23:01:34 -07:00
prunedtree c604dacc3e m^n binary exponentiation of matrices 2009-06-04 20:42:29 -07:00
Slava Pestov 1fb26622b2 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-04 19:14:27 -05:00
Slava Pestov ee67b7c9a8 compiler.cfg.linear-scan: re-do interval splitting to operate on live ranges; add inactive set processing 2009-06-04 18:53:02 -05:00
Philipp Winkler 59bfb8049a Merge branch 'master' of git://factorcode.org/git/factor 2009-06-04 16:39:35 -07:00
Doug Coleman 3e5f043da9 renamd parsed-tiff to loading-tiff 2009-06-04 16:17:26 -05:00
Doug Coleman 112e7c6898 use singletons instead of subclassing the image class 2009-06-04 16:09:38 -05:00
Doug Coleman dfd28cdcbb create initializers vocab when constructors is used. this should really go in bootstrap instead 2009-06-04 15:30:17 -05:00
Doug Coleman 4235922ae5 don't normalize images in processing.rotation. this means there are some padding bytes to deal with 2009-06-04 15:09:25 -05:00
Doug Coleman 8f4983aae4 fix loading of bitmaps when computed size is 0 2009-06-04 15:06:33 -05:00
Doug Coleman a1f8ab1e6c use initial values in constructors when approriate 2009-06-04 14:57:10 -05:00
Philipp Winkler ea25031e6a Add a hand parser. Improves speed from 23 seconds to 0.03 seconds when parsing a 123Kb string. 2009-06-04 11:25:33 -07:00
John Benediktsson 904738ee01 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-04 08:50:06 -07:00
Doug Coleman c21076562e constructor foo now creates an initialize-foo word in the initializers vocabualary. <foo> is instantiated with boa constructors now, so constructors handle read-only slots 2009-06-04 10:17:09 -05:00
John Benediktsson 7971d48edd Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 21:50:09 -07:00
Doug Coleman ed8181e5c3 add a logged-in flag to managed-server for logging in connections so we don't have to throw exceptions to kill clients 2009-06-03 23:00:56 -05:00
Doug Coleman 37ceeca882 really disconnect someone if name is taken 2009-06-03 22:19:46 -05:00
Doug Coleman b83f0ec9f4 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 21:36:37 -05:00
Doug Coleman 488314ed1a clean up bitmap code, support a lot more bitmaps like 1/4/16 bit 2009-06-03 21:36:03 -05:00
Doug Coleman c0833e24de rename run-length's uncompress word 2009-06-03 21:22:19 -05:00
Doug Coleman f35bfb6dba add a word to make a sequence from a byte-array by taking n bits at a time 2009-06-03 21:21:51 -05:00
Doug Coleman 9ba6f1205b add a <limited-file-reader> word to open a limited stream from a file correctly 2009-06-03 21:21:21 -05:00
Joe Groff d940e1b91f Catch and wrap game-loop errors and send them through the UI when available. much nicer than having to check the console 2009-06-03 19:55:38 -05:00
John Benediktsson a5f19ea1bf Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 10:00:43 -07:00
Joe Groff b006ecba23 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 11:03:45 -05:00
Joe Groff d6f4c3ae44 null-world class for interactive OpenGL use 2009-06-03 11:03:34 -05:00
Joe Groff 5e8bdff3a0 typo in opengl.gl 2009-06-03 11:02:41 -05:00
Slava Pestov f0b132fa7f Fix 32-bit bootstrap 2009-06-03 03:23:55 -05:00
Slava Pestov 7e5deb9f56 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-03 03:23:04 -05:00
Slava Pestov fd710385e5 cpu.x86: fix small register intrinsics on x86-64 2009-06-03 03:22:46 -05:00
Slava Pestov 9096acea6f Linear scan: build live ranges 2009-06-03 03:22:27 -05:00
Doug Coleman a14ec0db2f support run-length encoding in bitmaps 2009-06-02 23:29:04 -05:00
Doug Coleman 5e2b0fe401 report unhandled compression modes 2009-06-02 23:20:07 -05:00
John Benediktsson 075d58af9c Merge branch 'master' of git://factorcode.org/git/factor 2009-06-02 19:22:18 -07:00
Daniel Ehrenberg d37c72759d Merge branch 'master' of git://factorcode.org/git/factor 2009-06-02 21:20:36 -05:00
Daniel Ehrenberg 04f1898461 fixing images unit test 2009-06-02 21:17:45 -05:00
Daniel Ehrenberg a1ca9fd51d Redoing images.loader to work with jpeg 2009-06-02 20:39:51 -05:00
Slava Pestov c6326b0177 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-02 18:30:25 -05:00
Slava Pestov 7aca076408 GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
John Benediktsson 4b1bbf712c Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 21:01:48 -07:00
Daniel Ehrenberg 0951e3c065 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 22:40:19 -05:00
Daniel Ehrenberg 764cc81abf unbits word in math.bits vocab 2009-06-01 22:39:02 -05:00
Daniel Ehrenberg 93fcc8358c Words in images to get and set pixels 2009-06-01 22:37:44 -05:00
Jose A. Ortega Ruiz 85536398d0 FUEL: Tiny refactoring. 2009-06-02 05:02:39 +02:00
Jose A. Ortega Ruiz e4d4a32c5a FUEL: Better looking tables in help buffers and a fix for in-cell links. 2009-06-02 04:34:40 +02:00
Jose A. Ortega Ruiz 9155af8b44 FUEL: Automatic insertion of scaffolding in docs and test upon file creation. 2009-06-02 03:21:35 +02:00
Jose A. Ortega Ruiz 39dbdf4246 Merge commit 'origin/master' into emacs 2009-06-02 03:20:48 +02:00
Jose A. Ortega Ruiz 8612aba28f FUEL: When creating foo-docs.factor, optionally insert scaffold. 2009-06-02 00:55:53 +02:00
Doug Coleman e9cf630d30 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-06-01 17:39:06 -05:00