]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 24 Mar 2009 01:04:20 +0000 (20:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agococoa.messages: cleanup
Slava Pestov [Tue, 24 Mar 2009 00:25:17 +0000 (19:25 -0500)]
cocoa.messages: cleanup

15 years agoMove synopsis* from definitions to see
Slava Pestov [Tue, 24 Mar 2009 00:25:10 +0000 (19:25 -0500)]
Move synopsis* from definitions to see

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 24 Mar 2009 00:23:30 +0000 (19:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFaster PEG compile times; inline less, use execute( instead
Slava Pestov [Tue, 24 Mar 2009 00:23:18 +0000 (19:23 -0500)]
Faster PEG compile times; inline less, use execute( instead

15 years agodelete factor/ every time after a build is finished. you can easily check it out...
Doug Coleman [Tue, 24 Mar 2009 00:00:23 +0000 (19:00 -0500)]
delete factor/ every time after a build is finished.  you can easily check it out by knowing the git-id

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 23 Mar 2009 23:28:06 +0000 (18:28 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCondomization wraps lambdas in condoms to protect them from macro-transmitted disease...
Slava Pestov [Mon, 23 Mar 2009 23:25:18 +0000 (18:25 -0500)]
Condomization wraps lambdas in condoms to protect them from macro-transmitted diseases. cond, case and other macros work better now if lambdas appear where quotations are expected

15 years agoFixing compile errors, test failures and help lint failures
Slava Pestov [Mon, 23 Mar 2009 22:12:41 +0000 (17:12 -0500)]
Fixing compile errors, test failures and help lint failures

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 23 Mar 2009 16:50:39 +0000 (11:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://github.com/Keyholder/factor
Slava Pestov [Mon, 23 Mar 2009 08:09:09 +0000 (03:09 -0500)]
Merge branch 'master' of git://github.com/Keyholder/factor

15 years agoAdd stack declarations to primitives during bootstrap now that ( is just a comment...
Slava Pestov [Mon, 23 Mar 2009 08:03:44 +0000 (03:03 -0500)]
Add stack declarations to primitives during bootstrap now that ( is just a comment and won't affect HELP: anymore

15 years agoOpenSSL checksum => native implementation
Maxim Savchenko [Mon, 23 Mar 2009 07:16:13 +0000 (03:16 -0400)]
OpenSSL checksum => native implementation

15 years agokernel doesn't need to depend on classes.tuple.private
Slava Pestov [Mon, 23 Mar 2009 06:18:39 +0000 (01:18 -0500)]
kernel doesn't need to depend on classes.tuple.private

15 years agoRemove useless declarations
Slava Pestov [Mon, 23 Mar 2009 06:18:24 +0000 (01:18 -0500)]
Remove useless declarations

15 years agoFixing unit tests for syntax change
Slava Pestov [Mon, 23 Mar 2009 05:34:02 +0000 (00:34 -0500)]
Fixing unit tests for syntax change

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into finish_syntax_colon
Slava Pestov [Mon, 23 Mar 2009 03:21:34 +0000 (22:21 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor into finish_syntax_colon

15 years agotools.disassembler now uses udis on Windows
U-SLAVA-DFB8FF805\Slava [Mon, 23 Mar 2009 03:19:40 +0000 (22:19 -0500)]
tools.disassembler now uses udis on Windows

15 years agoAdd promises unit tests
Slava Pestov [Mon, 23 Mar 2009 02:42:23 +0000 (21:42 -0500)]
Add promises unit tests

15 years agoAdd unit test for regression
Slava Pestov [Mon, 23 Mar 2009 02:42:15 +0000 (21:42 -0500)]
Add unit test for regression

15 years agopromises: fix for syntax change and simplify a little bit
Slava Pestov [Mon, 23 Mar 2009 02:42:01 +0000 (21:42 -0500)]
promises: fix for syntax change and simplify a little bit

15 years agoadsoda, 4DNav: fix compile errors exposed by stronger static checking
Slava Pestov [Mon, 23 Mar 2009 02:38:36 +0000 (21:38 -0500)]
adsoda, 4DNav: fix compile errors exposed by stronger static checking

15 years agoxml.syntax: update for syntax change
Slava Pestov [Mon, 23 Mar 2009 02:38:06 +0000 (21:38 -0500)]
xml.syntax: update for syntax change

15 years agocpu.ppc.bootstrap: update for syntax change
Slava Pestov [Mon, 23 Mar 2009 02:37:42 +0000 (21:37 -0500)]
cpu.ppc.bootstrap: update for syntax change

15 years agoFix stack effect redefinition
Slava Pestov [Mon, 23 Mar 2009 01:16:31 +0000 (20:16 -0500)]
Fix stack effect redefinition

15 years agoinline everything so stuff compiles
Doug Coleman [Mon, 23 Mar 2009 00:25:55 +0000 (19:25 -0500)]
inline everything so stuff compiles

15 years agoxml: update XML-NS: for define-memoized stack effect change and get all unit tests...
Slava Pestov [Sun, 22 Mar 2009 23:37:28 +0000 (18:37 -0500)]
xml: update XML-NS: for define-memoized stack effect change and get all unit tests to pass

15 years agodefine-generic and define-simple-generic now take stack effect parameters; math-combi...
Slava Pestov [Sun, 22 Mar 2009 23:00:26 +0000 (18:00 -0500)]
define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple

15 years agoNew utility word: complete-effect
Slava Pestov [Sun, 22 Mar 2009 22:59:40 +0000 (17:59 -0500)]
New utility word: complete-effect

15 years agowords: Fix compile errors in unit tests, remove ?word-name word and replace its usage...
Slava Pestov [Sun, 22 Mar 2009 22:53:06 +0000 (17:53 -0500)]
words: Fix compile errors in unit tests, remove ?word-name word and replace its usages with present

15 years agoFix compile errors in compiler tests so that they actually test the compiler instead...
Slava Pestov [Sun, 22 Mar 2009 22:50:53 +0000 (17:50 -0500)]
Fix compile errors in compiler tests so that they actually test the compiler instead of being useless

15 years agobootstrap.image: when serializing a tuple whose tuple layout doesn't exist in the...
Slava Pestov [Sun, 22 Mar 2009 22:50:13 +0000 (17:50 -0500)]
bootstrap.image: when serializing a tuple whose tuple layout doesn't exist in the target, throw an error instead of generating an image which crashes the VM on startup. Fix some inference warnings

15 years agoalien.structs: simplify logic and remove dead code
Slava Pestov [Sun, 22 Mar 2009 22:47:48 +0000 (17:47 -0500)]
alien.structs: simplify logic and remove dead code

15 years agoMerge branch 'master' into finish_syntax_colon
Slava Pestov [Sat, 21 Mar 2009 23:13:47 +0000 (18:13 -0500)]
Merge branch 'master' into finish_syntax_colon

15 years agocorrect name for libpango in factor.sh
Doug Coleman [Sat, 21 Mar 2009 17:27:53 +0000 (12:27 -0500)]
correct name for libpango in factor.sh

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 21 Mar 2009 14:47:05 +0000 (09:47 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMinor cleanup in io.encodings.iso2022
Slava Pestov [Sat, 21 Mar 2009 09:14:18 +0000 (04:14 -0500)]
Minor cleanup in io.encodings.iso2022

15 years agoMinor fixes to regexp docs
Slava Pestov [Sat, 21 Mar 2009 09:07:28 +0000 (04:07 -0500)]
Minor fixes to regexp docs

15 years agoStack inference for mason
Slava Pestov [Sat, 21 Mar 2009 08:43:38 +0000 (03:43 -0500)]
Stack inference for mason

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 21 Mar 2009 08:39:51 +0000 (03:39 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing XML char classes
Daniel Ehrenberg [Sat, 21 Mar 2009 08:39:30 +0000 (03:39 -0500)]
Fixing XML char classes

15 years agoUpdate unicode.categories.syntax
Slava Pestov [Sat, 21 Mar 2009 08:32:10 +0000 (03:32 -0500)]
Update unicode.categories.syntax

15 years agoDocumenting character class operations
Daniel Ehrenberg [Sat, 21 Mar 2009 08:22:50 +0000 (03:22 -0500)]
Documenting character class operations

15 years agoGet more code to load after SYNTAX: change
Slava Pestov [Sat, 21 Mar 2009 08:22:21 +0000 (03:22 -0500)]
Get more code to load after SYNTAX: change

15 years agoChange (:) to parse effect immediately, and remove ( parsing word
Slava Pestov [Sat, 21 Mar 2009 08:17:35 +0000 (03:17 -0500)]
Change (:) to parse effect immediately, and remove ( parsing word

15 years agoMaking unicode.categories.syntax use member?, simplifying the code
Daniel Ehrenberg [Sat, 21 Mar 2009 08:17:20 +0000 (03:17 -0500)]
Making unicode.categories.syntax use member?, simplifying the code

15 years agoMake the member? transform better
Slava Pestov [Sat, 21 Mar 2009 08:10:21 +0000 (03:10 -0500)]
Make the member? transform better

15 years agoOops, quoting is actually needed by db.postgresql
Slava Pestov [Sat, 21 Mar 2009 07:54:59 +0000 (02:54 -0500)]
Oops, quoting is actually needed by db.postgresql

15 years agoRegexp character class intersection and difference syntax
Daniel Ehrenberg [Sat, 21 Mar 2009 07:53:36 +0000 (02:53 -0500)]
Regexp character class intersection and difference syntax

15 years agoDan asked me to remove state-machine
Slava Pestov [Sat, 21 Mar 2009 07:51:15 +0000 (02:51 -0500)]
Dan asked me to remove state-machine

15 years agoChanging : foo ; parsing to SYNTAX: foo ;
Slava Pestov [Sat, 21 Mar 2009 06:27:50 +0000 (01:27 -0500)]
Changing : foo ; parsing to SYNTAX: foo ;

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sat, 21 Mar 2009 06:18:51 +0000 (01:18 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUnicode categories syntax cleanup
Daniel Ehrenberg [Sat, 21 Mar 2009 06:18:25 +0000 (01:18 -0500)]
Unicode categories syntax cleanup

15 years agoMoving unicode.syntax to unicode.categories.syntax; documenting and modifying syntax
Daniel Ehrenberg [Sat, 21 Mar 2009 06:11:45 +0000 (01:11 -0500)]
Moving unicode.syntax to unicode.categories.syntax; documenting and modifying syntax

15 years agoFix load error in mime.multipart
Slava Pestov [Sat, 21 Mar 2009 05:47:33 +0000 (00:47 -0500)]
Fix load error in mime.multipart

15 years agofix typo in example
Doug Coleman [Sat, 21 Mar 2009 03:40:46 +0000 (22:40 -0500)]
fix typo in example

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 21 Mar 2009 03:01:14 +0000 (22:01 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoa robots.txt parser
Doug Coleman [Sat, 21 Mar 2009 02:56:48 +0000 (21:56 -0500)]
a robots.txt parser

15 years agoadd word to parse robots.txt visit-time
Doug Coleman [Sat, 21 Mar 2009 01:40:39 +0000 (20:40 -0500)]
add word to parse robots.txt visit-time

15 years agoMore docs for Unicode and simple-flat-file; moving more parsing code there
Daniel Ehrenberg [Sat, 21 Mar 2009 00:53:54 +0000 (19:53 -0500)]
More docs for Unicode and simple-flat-file; moving more parsing code there

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 21 Mar 2009 00:43:11 +0000 (19:43 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge quoting vocab into mime.multipart
Slava Pestov [Sat, 21 Mar 2009 00:43:06 +0000 (19:43 -0500)]
Merge quoting vocab into mime.multipart

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sat, 21 Mar 2009 00:04:32 +0000 (19:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoRegexp supports Unicode properties (categories and script)
Daniel Ehrenberg [Sat, 21 Mar 2009 00:03:26 +0000 (19:03 -0500)]
Regexp supports Unicode properties (categories and script)

15 years agoremove check for freetype, add check for pango
Doug Coleman [Fri, 20 Mar 2009 23:45:54 +0000 (18:45 -0500)]
remove check for freetype, add check for pango

15 years agofix apt libpango name
Doug Coleman [Fri, 20 Mar 2009 23:39:38 +0000 (18:39 -0500)]
fix apt libpango name

15 years agointerval-maps:interval-values word, and more docs for interval-maps
Daniel Ehrenberg [Fri, 20 Mar 2009 23:24:57 +0000 (18:24 -0500)]
interval-maps:interval-values word, and more docs for interval-maps

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 20 Mar 2009 21:26:59 +0000 (16:26 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCrank down spectral-norm parameter so that it doesn't take way too long on non-SSE2...
Slava Pestov [Fri, 20 Mar 2009 21:26:13 +0000 (16:26 -0500)]
Crank down spectral-norm parameter so that it doesn't take way too long on non-SSE2 machines

15 years agoISO 2022-JP-1 implementation
Daniel Ehrenberg [Fri, 20 Mar 2009 21:15:26 +0000 (16:15 -0500)]
ISO 2022-JP-1 implementation

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 20 Mar 2009 14:34:39 +0000 (09:34 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32
Maxim Savchenko [Fri, 20 Mar 2009 11:42:06 +0000 (07:42 -0400)]
Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 20 Mar 2009 07:20:43 +0000 (02:20 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing io.encodings.iana help lint
Daniel Ehrenberg [Fri, 20 Mar 2009 07:20:31 +0000 (02:20 -0500)]
Fixing io.encodings.iana help lint

15 years agoRemove useless slot
Slava Pestov [Fri, 20 Mar 2009 06:53:49 +0000 (01:53 -0500)]
Remove useless slot

15 years agoAdd variables to set request-limit and upload-limit
Slava Pestov [Fri, 20 Mar 2009 06:47:09 +0000 (01:47 -0500)]
Add variables to set request-limit and upload-limit

15 years agoFix 64-bit build issue; relocation entries are 32-bit on all platforms
Slava Pestov [Fri, 20 Mar 2009 04:21:32 +0000 (23:21 -0500)]
Fix 64-bit build issue; relocation entries are 32-bit on all platforms

15 years agoMore compact relocation layout
Slava Pestov [Fri, 20 Mar 2009 01:03:07 +0000 (20:03 -0500)]
More compact relocation layout

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 20 Mar 2009 01:02:52 +0000 (20:02 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMore compact relocation layout
Slava Pestov [Fri, 20 Mar 2009 01:02:43 +0000 (20:02 -0500)]
More compact relocation layout

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 19 Mar 2009 22:43:02 +0000 (17:43 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing code-point-length
Daniel Ehrenberg [Thu, 19 Mar 2009 22:42:38 +0000 (17:42 -0500)]
Fixing code-point-length

15 years agoAdd more unit tests for code-point-length
Doug Coleman [Thu, 19 Mar 2009 22:36:49 +0000 (17:36 -0500)]
Add more unit tests for code-point-length

15 years agoFix clipboard bugs
Doug Coleman [Thu, 19 Mar 2009 22:36:38 +0000 (17:36 -0500)]
Fix clipboard bugs

15 years agoping every 5 minutes, not every 10 seconds
Doug Coleman [Thu, 19 Mar 2009 22:05:08 +0000 (17:05 -0500)]
ping every 5 minutes, not every 10 seconds

15 years agocall init-db and run-site-watcher from webapps.site-watcher
Doug Coleman [Thu, 19 Mar 2009 21:48:46 +0000 (16:48 -0500)]
call init-db and run-site-watcher from webapps.site-watcher

15 years agosite-watcher works again
Doug Coleman [Thu, 19 Mar 2009 21:48:32 +0000 (16:48 -0500)]
site-watcher works again

15 years agoFix load error
Slava Pestov [Thu, 19 Mar 2009 20:52:58 +0000 (15:52 -0500)]
Fix load error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32
Maxim Savchenko [Thu, 19 Mar 2009 10:06:28 +0000 (06:06 -0400)]
Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32

15 years agoMove flags from F_CODE_BLOCK to F_BLOCK for further space savings
Slava Pestov [Thu, 19 Mar 2009 08:49:49 +0000 (03:49 -0500)]
Move flags from F_CODE_BLOCK to F_BLOCK for further space savings

15 years agoRemove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_COD...
Slava Pestov [Thu, 19 Mar 2009 08:45:37 +0000 (03:45 -0500)]
Remove code_length field from F_CODE_BLOCK struct, and make F_BLOCK the head of F_CODE_BLOCK to simplify other code

15 years agoStore next_free pointer to free blocks only
Slava Pestov [Thu, 19 Mar 2009 08:00:21 +0000 (03:00 -0500)]
Store next_free pointer to free blocks only

15 years agoFixing unicode script help
Daniel Ehrenberg [Thu, 19 Mar 2009 06:06:25 +0000 (01:06 -0500)]
Fixing unicode script help

15 years agosimple-flat-file uses utf8
Daniel Ehrenberg [Thu, 19 Mar 2009 05:24:09 +0000 (00:24 -0500)]
simple-flat-file uses utf8

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 19 Mar 2009 04:31:05 +0000 (23:31 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Daniel Ehrenberg [Thu, 19 Mar 2009 04:30:22 +0000 (23:30 -0500)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 19 Mar 2009 04:05:51 +0000 (23:05 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoProject Euler solutions had MAIN: words which would leave values on the stack; add...
Slava Pestov [Thu, 19 Mar 2009 04:05:32 +0000 (23:05 -0500)]
Project Euler solutions had MAIN: words which would leave values on the stack; add a new SOLUTION: parsing word now that MAIN: cannot do that

15 years agofix load error
Doug Coleman [Thu, 19 Mar 2009 04:01:01 +0000 (23:01 -0500)]
fix load error

15 years agoNormalization tests also use simple-flat-file!
Daniel Ehrenberg [Thu, 19 Mar 2009 03:55:02 +0000 (22:55 -0500)]
Normalization tests also use simple-flat-file!