Commit Graph

11170 Commits (a622d6113ee4b0b394159d3eb732a3d2e3027a97)

Author SHA1 Message Date
Daniel Ehrenberg a622d6113e Fixing adsoda docs 2009-01-30 11:45:55 -06:00
Daniel Ehrenberg b9a5183b42 Moving 4DNav out of unmaintained and fixing docs 2009-01-30 11:39:39 -06:00
Daniel Ehrenberg d85deeb262 Merge branch 'master' of git://github.com/Bigot/factor-bgt 2009-01-30 11:30:44 -06:00
Daniel Ehrenberg 6240f00803 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
Daniel Ehrenberg de49f6fc74 Moving xml.interpolate to xml.literals 2009-01-30 11:29:30 -06:00
Jeff Bigot 202e6df46f update 4dnav doc 2009-01-30 17:55:36 +01:00
Jeff Bigot 09d1e6400b move to unmaintained 2009-01-30 17:42:59 +01:00
Jeff Bigot f46f92aa9d Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 17:38:21 +01:00
Jeff Bigot 4a31f6f0e6 doc correction 2009-01-30 17:29:46 +01:00
Daniel Ehrenberg 84a2ad091e Fixing ui.gadgets.slate docs 2009-01-30 09:51:59 -06:00
Daniel Ehrenberg cbdcadc45d Moving back ui.gadgets.slate 2009-01-30 09:41:50 -06:00
Slava Pestov fe886fc8f3 Help lint: check for empty description elements 2009-01-30 03:45:51 -06:00
Doug Coleman fc2d3159f7 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 22:21:52 -06:00
Doug Coleman 3c408342ef renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
Daniel Ehrenberg b7975de956 Making XML slightly faster 2009-01-29 22:17:55 -06:00
Slava Pestov 920ea48d00 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 22:08:39 -06:00
Slava Pestov 858299c31f Add support for GL_BGRA_ext 2009-01-29 22:08:28 -06:00
Daniel Ehrenberg eccabfea12 Making XML 30% faster 2009-01-29 21:41:08 -06:00
Doug Coleman f9cd01683c fix unix bootstrap 2009-01-29 21:26:27 -06:00
Doug Coleman e4c6977418 fix some db docs 2009-01-29 21:25:02 -06:00
Doug Coleman 2f9ad7e492 add using 2009-01-29 21:13:49 -06:00
Doug Coleman 1a1ed1b7a3 split-last "." on windows 2009-01-29 21:11:35 -06:00
Doug Coleman c1e09147e3 fix docs typo 2009-01-29 21:11:18 -06:00
Doug Coleman b21e40fe95 fix windows backend 2009-01-29 21:03:16 -06:00
Doug Coleman ea153f153a Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 19:58:29 -06:00
Doug Coleman ed7b49df78 Windows vm now tries vm-console.image or vm.image first, then removes -console if it exists and tries to find the image again 2009-01-29 19:57:01 -06:00
Daniel Ehrenberg afacfc1a17 Moved things into unmaintained that fail help-lint 2009-01-29 19:20:34 -06:00
Daniel Ehrenberg c025d9da87 Fixing formatting errors in db docs 2009-01-29 19:14:34 -06:00
Daniel Ehrenberg 33a8f0d87e Docs for some undocumented XML data types 2009-01-29 19:00:31 -06:00
Daniel Ehrenberg 875592b010 Fixing xml.name for word name change 2009-01-29 18:38:14 -06:00
Doug Coleman 5e4265507e add a binding to a function 2009-01-29 18:34:50 -06:00
Doug Coleman c253cd854a move null streams to core and make them not depend on io.styles and io.timeouts, initialize the std streams to null-streams on windows in win32 mode 2009-01-29 18:33:19 -06:00
Daniel Ehrenberg b01cd06245 XML docs improvements 2009-01-29 18:25:23 -06:00
Daniel Ehrenberg af2706b75c Code cleanup in XML 2009-01-29 16:57:13 -06:00
Daniel Ehrenberg dd15816bad Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 15:16:12 -06:00
Daniel Ehrenberg cadbcdc9a4 Fixing everything now(?) 2009-01-29 15:15:50 -06:00
Doug Coleman dbddd6ad0d fix build-support for .exe/.com change 2009-01-29 14:08:53 -06:00
Doug Coleman 687b6d211d copying the factor-cygwin.sh script isn't working well, try a fix 2009-01-29 14:01:28 -06:00
Doug Coleman b7ff52016d Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 13:54:02 -06:00
Doug Coleman bcb52bb626 fix the Makefile for windows 2009-01-29 13:53:16 -06:00
Doug Coleman 8acba1543a oops, didnt mean to remove these two lines 2009-01-29 13:38:07 -06:00
Daniel Ehrenberg 6372395b8a Fixing everything I broke? 2009-01-29 13:33:04 -06:00
Doug Coleman 833c3c3bc4 add the shell script 2009-01-29 13:17:56 -06:00
Doug Coleman 3c3fcc7e11 add a couple functions to kernel32 2009-01-29 13:16:21 -06:00
Doug Coleman 2d960f4103 Create two binaries: factor.com and factor.exe. factor.com is the console version, factor.exe is win32. also make a factor shell script called factor to help cygwin out because it ignores the env vars 2009-01-29 13:15:16 -06:00
Slava Pestov 0c6fd1b6dc Merge branch 'master' of git://factorcode.org/git/factor 2009-01-29 01:45:28 -06:00
Slava Pestov 44bfff7c7b Rename ##load-indirect to ##load-reference since this is more descriptive; value numbering doesn't assign expressions to ##load-reference nodes since this would end up folding literals which were eq? but not = 2009-01-29 01:44:58 -06:00
Slava Pestov 31e662043b Add unit test for xmode bug discovered by anonymous pastebin user 2009-01-29 01:44:09 -06:00
Doug Coleman d684e24ee8 file-contents and set-file-contents deal in sequences, not strings 2009-01-29 00:08:40 -06:00
Daniel Ehrenberg 356ee5ced5 Fixing xmode? 2009-01-28 23:56:47 -06:00