Commit Graph

14952 Commits (31595542d338cddc96b96dc2705b41ccfd4b928b)

Author SHA1 Message Date
Doug Coleman 31595542d3 clean up bitmap code, support a lot more bitmaps like 1/4/16 bit 2009-06-03 21:36:03 -05:00
Doug Coleman 3550621341 rename run-length's uncompress word 2009-06-03 21:22:19 -05:00
Doug Coleman b9100e5077 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 175b03c134 add a <limited-file-reader> word to open a limited stream from a file correctly 2009-06-03 21:21:21 -05:00
Doug Coleman f31c3f867a support run-length encoding in bitmaps 2009-06-02 23:29:04 -05:00
Doug Coleman 367623e375 report unhandled compression modes 2009-06-02 23:20:07 -05:00
Daniel Ehrenberg 43bcfd2944 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-02 21:20:36 -05:00
Daniel Ehrenberg 8ec2e12b22 fixing images unit test 2009-06-02 21:17:45 -05:00
Daniel Ehrenberg ba5b582e01 Redoing images.loader to work with jpeg 2009-06-02 20:39:51 -05:00
Slava Pestov 9da8cfe942 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-02 18:30:25 -05:00
Slava Pestov 2d231f066a GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
Daniel Ehrenberg 1162e337d9 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 22:40:19 -05:00
Daniel Ehrenberg 52017e22f3 unbits word in math.bits vocab 2009-06-01 22:39:02 -05:00
Daniel Ehrenberg 29395bf900 Words in images to get and set pixels 2009-06-01 22:37:44 -05:00
Doug Coleman bbd8651584 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-06-01 17:39:06 -05:00
Jose A. Ortega Ruiz 2675533bed FUEL: Use by default Factor's developer-name in scaffolds. 2009-06-01 23:24:05 +02:00
Doug Coleman 2d6bb2fef3 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-06-01 16:12:09 -05:00
Jose A. Ortega Ruiz 45e6683c62 FUEL: developer-name is not overriden in scaffolds if so desired. 2009-06-01 23:09:30 +02:00
Jose A. Ortega Ruiz 1f0bd22365 FUEL: Support for SYNTAX: parsing word. 2009-06-01 22:32:47 +02:00
Doug Coleman 0a0ed4777f Merge branch 'irc' of git://www.tiodante.com/git/factor 2009-06-01 15:20:25 -05:00
Doug Coleman a4a2ae8a78 send \r\n instead of \n for windows telnet clients 2009-06-01 13:35:04 -05:00
Doug Coleman 19d6285035 fix load error 2009-06-01 09:34:28 -05:00
Doug Coleman c94eba3d34 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-01 09:16:11 -05:00
Slava Pestov 7dd08892b2 Fix for recent word renaming 2009-06-01 03:19:35 -05:00
Slava Pestov 9e987e8642 Merge branch 'master' into global_optimization 2009-06-01 03:12:32 -05:00
Slava Pestov d558545b65 Remove obsolete optimization 2009-06-01 03:05:49 -05:00
Slava Pestov 3a9922d161 Fix compiler errors 2009-06-01 03:00:10 -05:00
Slava Pestov f09b36424c Code cleanup 2009-06-01 02:32:42 -05:00
Slava Pestov b389dcf441 Redo compiler.codegen.fixup and get %dispatch to work 2009-06-01 02:32:36 -05:00
Slava Pestov 8d82741d55 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-31 23:28:48 -05:00
Slava Pestov e38e805015 math.functions: fix ^ for complex numbers 2009-05-31 23:28:29 -05:00
Slava Pestov fc152ef210 Various improvements aimed at getting local optimization regressions fixed:
- Rename _gc to ##gc
- Absolute labels are now supported
- Generate _dispatch-label
2009-05-31 23:28:08 -05:00
Doug Coleman 2d21e94fa2 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-31 22:04:22 -05:00
Slava Pestov 2c8223fdaf Fix loop handling in stack-analysis 2009-05-31 19:04:26 -05:00
Slava Pestov 32f17f3e14 Fix scoping issue in compiler.cfg.linear-scan.assignment 2009-05-31 18:21:23 -05:00
Slava Pestov 1a52414bb1 Rename _gc to ##gc 2009-05-31 18:21:11 -05:00
Slava Pestov faaccceac6 Fix rdtsc on Windows 2009-05-31 15:16:40 -05:00
Slava Pestov 0091558ff6 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-31 15:02:30 -05:00
Slava Pestov 617e57fc75 cpu.x86.features: add RDTSC support. This is a new vocabulary with words: sse2? instruction-counter count-instructions 2009-05-31 15:02:14 -05:00
Slava Pestov 692b479302 Split off local-optimization combinator into compiler.cfg.local, factor out CFG -> MR into compiler.cfg.mr, split off GC check insertion into a new compiler.cfg.gc-checks pass 2009-05-31 12:20:46 -05:00
Doug Coleman ae75b41a43 clean up some stack shuffling 2009-05-31 08:53:42 -05:00
Doug Coleman 802283c94c fix help for new-threaded-server 2009-05-30 19:24:11 -05:00
Doug Coleman 10dd61d81f clean up formatting of rpc-server in unmaintained 2009-05-30 19:16:23 -05:00
Doug Coleman 50e6fac013 change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
Doug Coleman 3df3ffc416 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-30 15:53:15 -05:00
Doug Coleman 4b2dab10a0 refactor a bit of the chat server, add /nick 2009-05-30 16:50:38 -04:00
Doug Coleman 77654ce7bd fix error handling in managed-server 2009-05-30 15:50:08 -05:00
Doug Coleman ecc2924eb6 fix a word in managed-server 2009-05-30 13:51:03 -05:00
Doug Coleman f0a556f0f3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-30 13:39:12 -05:00
Doug Coleman ba82679168 add a few utility words to managed-server 2009-05-30 13:38:40 -05:00