]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' into experimental
Alex Chapman [Fri, 30 Jan 2009 10:20:28 +0000 (21:20 +1100)]
Merge branch 'master' into experimental

Conflicts:
basis/http/client/client.factor

15 years agoadd using
Doug Coleman [Fri, 30 Jan 2009 03:13:49 +0000 (21:13 -0600)]
add using

15 years agosplit-last "." on windows
Doug Coleman [Fri, 30 Jan 2009 03:11:35 +0000 (21:11 -0600)]
split-last "." on windows

15 years agofix docs typo
Doug Coleman [Fri, 30 Jan 2009 03:11:18 +0000 (21:11 -0600)]
fix docs typo

15 years agofix windows backend
Doug Coleman [Fri, 30 Jan 2009 03:03:16 +0000 (21:03 -0600)]
fix windows backend

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 30 Jan 2009 01:58:29 +0000 (19:58 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoWindows vm now tries vm-console.image or vm.image first, then removes -console if...
Doug Coleman [Fri, 30 Jan 2009 01:57:01 +0000 (19:57 -0600)]
Windows vm now tries vm-console.image or vm.image first, then removes -console if it exists and tries to find the image again

15 years agoMoved things into unmaintained that fail help-lint
Daniel Ehrenberg [Fri, 30 Jan 2009 01:20:34 +0000 (19:20 -0600)]
Moved things into unmaintained that fail help-lint

15 years agoFixing formatting errors in db docs
Daniel Ehrenberg [Fri, 30 Jan 2009 01:14:34 +0000 (19:14 -0600)]
Fixing formatting errors in db docs

15 years agoDocs for some undocumented XML data types
Daniel Ehrenberg [Fri, 30 Jan 2009 01:00:31 +0000 (19:00 -0600)]
Docs for some undocumented XML data types

15 years agoFixing xml.name for word name change
Daniel Ehrenberg [Fri, 30 Jan 2009 00:38:14 +0000 (18:38 -0600)]
Fixing xml.name for word name change

15 years agoadd a binding to a function
Doug Coleman [Fri, 30 Jan 2009 00:34:50 +0000 (18:34 -0600)]
add a binding to a function

15 years agomove null streams to core and make them not depend on io.styles and io.timeouts,...
Doug Coleman [Fri, 30 Jan 2009 00:33:19 +0000 (18:33 -0600)]
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

15 years agoXML docs improvements
Daniel Ehrenberg [Fri, 30 Jan 2009 00:25:23 +0000 (18:25 -0600)]
XML docs improvements

15 years agoCode cleanup in XML
Daniel Ehrenberg [Thu, 29 Jan 2009 22:57:13 +0000 (16:57 -0600)]
Code cleanup in XML

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 29 Jan 2009 21:16:12 +0000 (15:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing everything now(?)
Daniel Ehrenberg [Thu, 29 Jan 2009 21:15:50 +0000 (15:15 -0600)]
Fixing everything now(?)

15 years agofix build-support for .exe/.com change
Doug Coleman [Thu, 29 Jan 2009 20:08:53 +0000 (14:08 -0600)]
fix build-support for .exe/.com change

15 years agocopying the factor-cygwin.sh script isn't working well, try a fix
Doug Coleman [Thu, 29 Jan 2009 20:01:28 +0000 (14:01 -0600)]
copying the factor-cygwin.sh script isn't working well, try a fix

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 29 Jan 2009 19:54:02 +0000 (13:54 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix the Makefile for windows
Doug Coleman [Thu, 29 Jan 2009 19:53:16 +0000 (13:53 -0600)]
fix the Makefile for windows

15 years agooops, didnt mean to remove these two lines
Doug Coleman [Thu, 29 Jan 2009 19:38:07 +0000 (13:38 -0600)]
oops, didnt mean to remove these two lines

15 years agoFixing everything I broke?
Daniel Ehrenberg [Thu, 29 Jan 2009 19:33:04 +0000 (13:33 -0600)]
Fixing everything I broke?

15 years agoadd the shell script
Doug Coleman [Thu, 29 Jan 2009 19:17:56 +0000 (13:17 -0600)]
add the shell script

15 years agoadd a couple functions to kernel32
Doug Coleman [Thu, 29 Jan 2009 19:16:21 +0000 (13:16 -0600)]
add a couple functions to kernel32

15 years agoCreate two binaries: factor.com and factor.exe. factor.com is the console version...
Doug Coleman [Thu, 29 Jan 2009 19:15:16 +0000 (13:15 -0600)]
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

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 29 Jan 2009 07:45:28 +0000 (01:45 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoRename ##load-indirect to ##load-reference since this is more descriptive; value...
Slava Pestov [Thu, 29 Jan 2009 07:44:58 +0000 (01:44 -0600)]
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 =

15 years agoAdd unit test for xmode bug discovered by anonymous pastebin user
Slava Pestov [Thu, 29 Jan 2009 07:44:09 +0000 (01:44 -0600)]
Add unit test for xmode bug discovered by anonymous pastebin user

15 years agofile-contents and set-file-contents deal in sequences, not strings
Doug Coleman [Thu, 29 Jan 2009 06:08:40 +0000 (00:08 -0600)]
file-contents and set-file-contents deal in sequences, not strings

15 years agoFixing xmode?
Daniel Ehrenberg [Thu, 29 Jan 2009 05:56:47 +0000 (23:56 -0600)]
Fixing xmode?

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 29 Jan 2009 05:45:29 +0000 (23:45 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCleaning up Unicode docs
Daniel Ehrenberg [Thu, 29 Jan 2009 05:45:12 +0000 (23:45 -0600)]
Cleaning up Unicode docs

15 years agoFixing Farkup tests
Daniel Ehrenberg [Thu, 29 Jan 2009 05:45:00 +0000 (23:45 -0600)]
Fixing Farkup tests

15 years agoAdd test case for bug discovered by erg
Slava Pestov [Thu, 29 Jan 2009 05:35:41 +0000 (23:35 -0600)]
Add test case for bug discovered by erg

15 years agoO(1) equal? and hashcode* for ranges
Slava Pestov [Thu, 29 Jan 2009 05:33:26 +0000 (23:33 -0600)]
O(1) equal? and hashcode* for ranges

15 years agoUpdate mmap docs
Slava Pestov [Thu, 29 Jan 2009 05:33:10 +0000 (23:33 -0600)]
Update mmap docs

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 29 Jan 2009 01:19:30 +0000 (19:19 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdate io.files docs
Slava Pestov [Thu, 29 Jan 2009 01:19:25 +0000 (19:19 -0600)]
Update io.files docs

15 years agoSlava is a hack, and specialized-vectors might work now
Daniel Ehrenberg [Thu, 29 Jan 2009 00:48:07 +0000 (18:48 -0600)]
Slava is a hack, and specialized-vectors might work now

15 years agoFix to xmode
Daniel Ehrenberg [Thu, 29 Jan 2009 00:21:37 +0000 (18:21 -0600)]
Fix to xmode

15 years agoUn-breaking Chloe
Daniel Ehrenberg [Wed, 28 Jan 2009 23:49:21 +0000 (17:49 -0600)]
Un-breaking Chloe

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 28 Jan 2009 23:18:48 +0000 (17:18 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing xmode bug
Daniel Ehrenberg [Wed, 28 Jan 2009 23:18:14 +0000 (17:18 -0600)]
Fixing xmode bug

15 years agoFixing wrappers with locals
Slava Pestov [Wed, 28 Jan 2009 23:07:31 +0000 (17:07 -0600)]
Fixing wrappers with locals

15 years agoReverting xmode.marker (it's not using XML!)
Daniel Ehrenberg [Wed, 28 Jan 2009 22:25:41 +0000 (16:25 -0600)]
Reverting xmode.marker (it's not using XML!)

15 years agoXML interpolation efficiency/cleanup
Daniel Ehrenberg [Wed, 28 Jan 2009 22:17:20 +0000 (16:17 -0600)]
XML interpolation efficiency/cleanup

15 years agoFixing USING: lines
Daniel Ehrenberg [Wed, 28 Jan 2009 21:46:34 +0000 (15:46 -0600)]
Fixing USING: lines

15 years agoFix specialized-arrays.direct.functor
Slava Pestov [Wed, 28 Jan 2009 21:46:04 +0000 (15:46 -0600)]
Fix specialized-arrays.direct.functor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 28 Jan 2009 21:10:29 +0000 (15:10 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoClean up functors so that the generated code looks sane with 'see'
Slava Pestov [Wed, 28 Jan 2009 21:07:16 +0000 (15:07 -0600)]
Clean up functors so that the generated code looks sane with 'see'

15 years agoBetter handling of wrappers in locals
Slava Pestov [Wed, 28 Jan 2009 21:04:36 +0000 (15:04 -0600)]
Better handling of wrappers in locals

15 years agoXML chunks are a separate datatype; XML tags are no longer assocs
Daniel Ehrenberg [Wed, 28 Jan 2009 20:33:33 +0000 (14:33 -0600)]
XML chunks are a separate datatype; XML tags are no longer assocs

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Daniel Ehrenberg [Wed, 28 Jan 2009 19:03:22 +0000 (13:03 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 28 Jan 2009 18:30:33 +0000 (12:30 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoQuoted printable vocab
Daniel Ehrenberg [Wed, 28 Jan 2009 18:29:25 +0000 (12:29 -0600)]
Quoted printable vocab

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 28 Jan 2009 18:16:21 +0000 (12:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix typo in GENERIC# docs
Slava Pestov [Wed, 28 Jan 2009 18:16:00 +0000 (12:16 -0600)]
Fix typo in GENERIC# docs

15 years agoMerge branch 'master' into experimental (untested!)
Alex Chapman [Wed, 28 Jan 2009 09:58:35 +0000 (20:58 +1100)]
Merge branch 'master' into experimental (untested!)

Conflicts:
basis/http/client/client.factor

15 years agoSummary and author for io.crlf
Daniel Ehrenberg [Wed, 28 Jan 2009 00:43:20 +0000 (18:43 -0600)]
Summary and author for io.crlf

15 years agoFactored out io.crlf
Daniel Ehrenberg [Wed, 28 Jan 2009 00:42:17 +0000 (18:42 -0600)]
Factored out io.crlf

15 years agoRemoving outdated comments in xml.utilities
Daniel Ehrenberg [Wed, 28 Jan 2009 00:16:35 +0000 (18:16 -0600)]
Removing outdated comments in xml.utilities

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 27 Jan 2009 22:55:41 +0000 (16:55 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:

basis/eval/eval-tests.factor

15 years agoRandom minor fixes; html.components doesn't duplicate parsing anymore
Daniel Ehrenberg [Tue, 27 Jan 2009 22:54:41 +0000 (16:54 -0600)]
Random minor fixes; html.components doesn't duplicate parsing anymore

15 years agoFUEL: Better handling of scaped characters inside strings.
Jose A. Ortega Ruiz [Tue, 27 Jan 2009 22:15:08 +0000 (23:15 +0100)]
FUEL: Better handling of scaped characters inside strings.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 27 Jan 2009 21:38:13 +0000 (15:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing eval unit test, and help lint failures from stricter help lint
Slava Pestov [Tue, 27 Jan 2009 21:38:01 +0000 (15:38 -0600)]
Fixing eval unit test, and help lint failures from stricter help lint

15 years agoFixing random docs and tests
Daniel Ehrenberg [Tue, 27 Jan 2009 21:35:51 +0000 (15:35 -0600)]
Fixing random docs and tests

15 years agoFixing xml.interpolate docs
Daniel Ehrenberg [Tue, 27 Jan 2009 21:10:56 +0000 (15:10 -0600)]
Fixing xml.interpolate docs

15 years agoCode using interpolation can now compile
Daniel Ehrenberg [Tue, 27 Jan 2009 20:33:43 +0000 (14:33 -0600)]
Code using interpolation can now compile

15 years agoDocumenting read-dtd and friends; renaming sax to each-element
Daniel Ehrenberg [Tue, 27 Jan 2009 20:15:00 +0000 (14:15 -0600)]
Documenting read-dtd and friends; renaming sax to each-element

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 27 Jan 2009 19:38:29 +0000 (13:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdating other vocabs for XML changes
Daniel Ehrenberg [Tue, 27 Jan 2009 19:38:13 +0000 (13:38 -0600)]
Updating other vocabs for XML changes

15 years agoSplitting off PROCESS:/TAG: into a separate vocab; new word XML-NS:
Daniel Ehrenberg [Tue, 27 Jan 2009 19:34:14 +0000 (13:34 -0600)]
Splitting off PROCESS:/TAG: into a separate vocab; new word XML-NS:

15 years agoFix two small typos
Slava Pestov [Tue, 27 Jan 2009 11:05:46 +0000 (05:05 -0600)]
Fix two small typos

15 years agoOops, io.encodings.binary was both in core and basis
Slava Pestov [Tue, 27 Jan 2009 10:48:28 +0000 (04:48 -0600)]
Oops, io.encodings.binary was both in core and basis

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Slava Pestov [Tue, 27 Jan 2009 10:30:01 +0000 (04:30 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoRevert Windows console encoding since the DOS prompt is not really cp1252
Slava Pestov [Tue, 27 Jan 2009 10:29:44 +0000 (04:29 -0600)]
Revert Windows console encoding since the DOS prompt is not really cp1252

15 years agoMake help.lint even stricter
Slava Pestov [Tue, 27 Jan 2009 10:27:22 +0000 (04:27 -0600)]
Make help.lint even stricter

15 years agoHelp lint fixes for stricter help lint
Slava Pestov [Tue, 27 Jan 2009 10:12:37 +0000 (04:12 -0600)]
Help lint fixes for stricter help lint

15 years agoClean up assocs to not use swapd
Slava Pestov [Tue, 27 Jan 2009 10:12:16 +0000 (04:12 -0600)]
Clean up assocs to not use swapd

15 years agoPut help.lint in default use list
Slava Pestov [Tue, 27 Jan 2009 10:11:51 +0000 (04:11 -0600)]
Put help.lint in default use list

15 years agoStricter help.lint
Slava Pestov [Tue, 27 Jan 2009 10:11:43 +0000 (04:11 -0600)]
Stricter help.lint

15 years agoFUEL: capture restarts in remote connections
Jose A. Ortega Ruiz [Tue, 27 Jan 2009 09:34:25 +0000 (10:34 +0100)]
FUEL: capture restarts in remote connections

15 years agohelp.lint: check examples in articles
Slava Pestov [Tue, 27 Jan 2009 07:41:57 +0000 (01:41 -0600)]
help.lint: check examples in articles

15 years agoFix assocs help-lint
Slava Pestov [Tue, 27 Jan 2009 07:37:04 +0000 (01:37 -0600)]
Fix assocs help-lint

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 27 Jan 2009 07:33:58 +0000 (01:33 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoNo smart quotes here
Slava Pestov [Tue, 27 Jan 2009 07:33:38 +0000 (01:33 -0600)]
No smart quotes here

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 27 Jan 2009 06:30:43 +0000 (00:30 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoBug fixes for lcs.diff2html; xml.writer
Daniel Ehrenberg [Tue, 27 Jan 2009 06:30:08 +0000 (00:30 -0600)]
Bug fixes for lcs.diff2html; xml.writer

15 years agoConverting Farkup, html.components and lcs.diff2html to xml.interpolate
Daniel Ehrenberg [Tue, 27 Jan 2009 06:03:42 +0000 (00:03 -0600)]
Converting Farkup, html.components and lcs.diff2html to xml.interpolate

15 years agoUse windows-1252 encoding for stdin/stdout on Windows
Slava Pestov [Tue, 27 Jan 2009 06:03:34 +0000 (00:03 -0600)]
Use windows-1252 encoding for stdin/stdout on Windows

15 years agomake-image can now generate images with Unicode strings
Slava Pestov [Tue, 27 Jan 2009 06:03:19 +0000 (00:03 -0600)]
make-image can now generate images with Unicode strings

15 years agoSmart quotes
Slava Pestov [Tue, 27 Jan 2009 05:22:50 +0000 (23:22 -0600)]
Smart quotes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 27 Jan 2009 05:20:45 +0000 (23:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoSmart quotes
Slava Pestov [Tue, 27 Jan 2009 05:20:27 +0000 (23:20 -0600)]
Smart quotes

15 years agoAdd assoc-partition combinator, and re-implement assoc-filter in a more straightforwa...
Slava Pestov [Tue, 27 Jan 2009 05:19:49 +0000 (23:19 -0600)]
Add assoc-partition combinator, and re-implement assoc-filter in a more straightforward fashion

15 years agoio.monitors:next-change now outputs a single value instead of a pathname and a sequence
Slava Pestov [Tue, 27 Jan 2009 05:18:57 +0000 (23:18 -0600)]
io.monitors:next-change now outputs a single value instead of a pathname and a sequence

15 years agoMinor fixes for xml entities and interpolate
Daniel Ehrenberg [Tue, 27 Jan 2009 03:39:08 +0000 (21:39 -0600)]
Minor fixes for xml entities and interpolate

15 years agoFarkup and xmode.code2html switched to using xml.interpolate
Daniel Ehrenberg [Tue, 27 Jan 2009 03:38:36 +0000 (21:38 -0600)]
Farkup and xmode.code2html switched to using xml.interpolate