]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoRename incorrectly named file
Slava Pestov [Thu, 10 Jul 2008 18:11:43 +0000 (13:11 -0500)]
Rename incorrectly named file

15 years agoMerge branch 'master' of git://factorforge.org/git/william42
Slava Pestov [Thu, 10 Jul 2008 18:10:59 +0000 (13:10 -0500)]
Merge branch 'master' of git://factorforge.org/git/william42

15 years agoPersistent heaps documentation
Dan Ehrenberg [Fri, 11 Jul 2008 17:37:51 +0000 (10:37 -0700)]
Persistent heaps documentation

15 years agoPersistent heaps
Dan Ehrenberg [Fri, 11 Jul 2008 16:42:16 +0000 (09:42 -0700)]
Persistent heaps

15 years agoMerge branch 'master' of factorcode.org:/git/factor
Eduardo Cavazos [Thu, 10 Jul 2008 15:57:19 +0000 (10:57 -0500)]
Merge branch 'master' of factorcode.org:/git/factor

15 years agogadgets-docs: fix typo
Eduardo Cavazos [Thu, 10 Jul 2008 15:56:57 +0000 (10:56 -0500)]
gadgets-docs: fix typo

15 years agoCompiler fix
Slava Pestov [Thu, 10 Jul 2008 07:52:55 +0000 (02:52 -0500)]
Compiler fix

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 10 Jul 2008 07:16:57 +0000 (02:16 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix tuple redefinition bug
Slava Pestov [Thu, 10 Jul 2008 07:11:49 +0000 (02:11 -0500)]
Fix tuple redefinition bug

15 years agoAdded extra/irc/ui and extra/ui/gadgets/tabs
U-WSCHLIEP-PC\wschliep [Thu, 10 Jul 2008 06:38:48 +0000 (02:38 -0400)]
Added extra/irc/ui and extra/ui/gadgets/tabs

15 years agoDocumentation updates, rename unfold to produce
Slava Pestov [Thu, 10 Jul 2008 06:00:27 +0000 (01:00 -0500)]
Documentation updates, rename unfold to produce

15 years agoMerge branch 'master' of git://double.co.nz/git/factor
Slava Pestov [Thu, 10 Jul 2008 05:18:30 +0000 (00:18 -0500)]
Merge branch 'master' of git://double.co.nz/git/factor

15 years agoFix peg equals? method
Chris Double [Thu, 10 Jul 2008 05:17:36 +0000 (17:17 +1200)]
Fix peg equals? method

15 years agoConversation scope work in progress
Slava Pestov [Thu, 10 Jul 2008 04:41:45 +0000 (23:41 -0500)]
Conversation scope work in progress

15 years agoMerge branch 'master' of git://tiodante.com/git/factor
U-WSCHLIEP-PC\wschliep [Thu, 10 Jul 2008 02:16:34 +0000 (22:16 -0400)]
Merge branch 'master' of git://tiodante.com/git/factor

15 years agoirc.client: Fix join message handling
Bruno Deferrari [Thu, 10 Jul 2008 02:11:39 +0000 (23:11 -0300)]
irc.client: Fix join message handling

15 years agoStore peg rules by their id rather than word in left recursion handling
Chris Double [Wed, 9 Jul 2008 02:26:11 +0000 (14:26 +1200)]
Store peg rules by their id rather than word in left recursion handling

15 years agopackrat refactoring
Chris Double [Wed, 9 Jul 2008 00:07:17 +0000 (12:07 +1200)]
packrat refactoring

15 years agoFix comment in peg eval-rule
Chris Double [Tue, 8 Jul 2008 23:45:51 +0000 (11:45 +1200)]
Fix comment in peg eval-rule

15 years agopeg fixes
Chris Double [Tue, 8 Jul 2008 04:56:12 +0000 (16:56 +1200)]
peg fixes

15 years agoRemove delegate usage from pegs
Chris Double [Tue, 8 Jul 2008 04:10:06 +0000 (16:10 +1200)]
Remove delegate usage from pegs

15 years agoMore peg test fixes
Chris Double [Fri, 4 Jul 2008 03:55:23 +0000 (15:55 +1200)]
More peg test fixes

15 years ago[EBNF and EBNF: now return ast
Chris Double [Fri, 4 Jul 2008 03:48:52 +0000 (15:48 +1200)]
[EBNF and EBNF: now return ast

15 years agoFix peg tests
Chris Double [Fri, 4 Jul 2008 02:20:19 +0000 (14:20 +1200)]
Fix peg tests

15 years agoAdd <EBNF ... ENBF> syntax to return a parser object
Chris Double [Fri, 4 Jul 2008 00:40:42 +0000 (12:40 +1200)]
Add <EBNF ... ENBF> syntax to return a parser object

15 years ago[EBNF ... EBNF] now does an implicit call
Chris Double [Fri, 4 Jul 2008 00:32:02 +0000 (12:32 +1200)]
[EBNF ... EBNF] now does an implicit call

15 years agoPrint error message nicely
Chris Double [Thu, 3 Jul 2008 05:38:28 +0000 (17:38 +1200)]
Print error message nicely

15 years agoPegs throw exceptions on error now
Chris Double [Thu, 3 Jul 2008 04:52:22 +0000 (16:52 +1200)]
Pegs throw exceptions on error now

15 years agoAdd support for 'with' in js parser. Now parses jquery successfully
Chris Double [Mon, 30 Jun 2008 07:25:23 +0000 (19:25 +1200)]
Add support for 'with' in js parser. Now parses jquery successfully

15 years agoParse more valid JavaScript
Chris Double [Mon, 30 Jun 2008 07:05:18 +0000 (19:05 +1200)]
Parse more valid JavaScript

15 years agoGet for(x in y) { } working in js parser
Chris Double [Mon, 30 Jun 2008 06:24:59 +0000 (18:24 +1200)]
Get for(x in y) { } working in js parser

15 years agoAdd ShiftExpr to JavaScript parser
Chris Double [Mon, 30 Jun 2008 04:16:13 +0000 (16:16 +1200)]
Add ShiftExpr to JavaScript parser

15 years agoAdd ShiftExpr to JavaScript parser
Chris Double [Mon, 30 Jun 2008 04:04:57 +0000 (16:04 +1200)]
Add ShiftExpr to JavaScript parser

15 years agoRegExp fix for javascript tokenizer
Chris Double [Mon, 30 Jun 2008 03:20:12 +0000 (15:20 +1200)]
RegExp fix for javascript tokenizer

15 years agoFix peg.ebnf tests. Handle \ in EBNF
Chris Double [Mon, 30 Jun 2008 02:32:20 +0000 (14:32 +1200)]
Fix peg.ebnf tests. Handle \ in EBNF

15 years agoAdd flags to regexp tokenizer in JavaScript
Chris Double [Sun, 29 Jun 2008 23:54:47 +0000 (11:54 +1200)]
Add flags to regexp tokenizer in JavaScript

15 years agoFix 'For' statement in JavaScript parser
Chris Double [Sun, 29 Jun 2008 23:29:57 +0000 (11:29 +1200)]
Fix 'For' statement in JavaScript parser

15 years agoMore error handling for pegs
Chris Double [Wed, 25 Jun 2008 07:37:58 +0000 (19:37 +1200)]
More error handling for pegs

15 years agoThrow error on failed parse, returning relevant error information
Chris Double [Wed, 25 Jun 2008 01:14:15 +0000 (13:14 +1200)]
Throw error on failed parse, returning relevant error information

15 years agoFix unary expression in js grammar
Chris Double [Wed, 25 Jun 2008 00:29:16 +0000 (12:29 +1200)]
Fix unary expression in js grammar

15 years agoMerge branch 'master' of git://tiodante.com/git/factor
U-WSCHLIEP-PC\wschliep [Thu, 10 Jul 2008 01:54:03 +0000 (21:54 -0400)]
Merge branch 'master' of git://tiodante.com/git/factor

15 years agoirc.client: Move message tuples and parser to irc.messages, fix join handling
Bruno Deferrari [Thu, 10 Jul 2008 01:48:17 +0000 (22:48 -0300)]
irc.client: Move message tuples and parser to irc.messages, fix join handling

15 years agoFix tr for chars > 255
Slava Pestov [Thu, 10 Jul 2008 01:42:59 +0000 (20:42 -0500)]
Fix tr for chars > 255

15 years agoWorking on conversation scope to supercede asides and flash scopes
Slava Pestov [Thu, 10 Jul 2008 00:48:40 +0000 (19:48 -0500)]
Working on conversation scope to supercede asides and flash scopes

15 years agoUse tr instead of substitute in a few places
Slava Pestov [Thu, 10 Jul 2008 00:43:46 +0000 (19:43 -0500)]
Use tr instead of substitute in a few places

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 10 Jul 2008 00:31:25 +0000 (19:31 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoNew extra/tr/ vocab for fast translation of ASCII strings; improves reverse-complemen...
Slava Pestov [Thu, 10 Jul 2008 00:25:24 +0000 (19:25 -0500)]
New extra/tr/ vocab for fast translation of ASCII strings; improves reverse-complement performance by 11%; add soundex vocab which uses tr

15 years agoFix stdin
Slava Pestov [Thu, 10 Jul 2008 00:23:35 +0000 (19:23 -0500)]
Fix stdin

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 10 Jul 2008 00:12:08 +0000 (19:12 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix encoding bug with text fields in sqlite
Doug Coleman [Thu, 10 Jul 2008 00:11:38 +0000 (19:11 -0500)]
fix encoding bug with text fields in sqlite

15 years agoMerge branch 'master' of git://tiodante.com/git/factor
U-WSCHLIEP-PC\wschliep [Wed, 9 Jul 2008 23:40:37 +0000 (19:40 -0400)]
Merge branch 'master' of git://tiodante.com/git/factor

15 years agoFix typedefs for 64-bit OpenBSD and FreeBSD
Doug Coleman [Wed, 9 Jul 2008 23:24:28 +0000 (18:24 -0500)]
Fix typedefs for 64-bit OpenBSD and FreeBSD

15 years agouse libcblas on openbsd
Doug Coleman [Wed, 9 Jul 2008 23:09:03 +0000 (18:09 -0500)]
use libcblas on openbsd

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 9 Jul 2008 22:04:51 +0000 (17:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDebugging web framework and cleaning things up
Slava Pestov [Wed, 9 Jul 2008 22:04:20 +0000 (17:04 -0500)]
Debugging web framework and cleaning things up

15 years agoFix analysis for recent change
Slava Pestov [Wed, 9 Jul 2008 22:03:16 +0000 (17:03 -0500)]
Fix analysis for recent change

15 years agoLogging no longer uses parser combinators
Slava Pestov [Wed, 9 Jul 2008 21:34:05 +0000 (16:34 -0500)]
Logging no longer uses parser combinators

15 years agoirc.client: Fix "part" messages
Bruno Deferrari [Wed, 9 Jul 2008 21:17:19 +0000 (18:17 -0300)]
irc.client: Fix "part" messages

15 years agoMerge branch 'master' of git://tiodante.com/git/factor
U-WSCHLIEP-PC\wschliep [Wed, 9 Jul 2008 18:14:49 +0000 (14:14 -0400)]
Merge branch 'master' of git://tiodante.com/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-WSCHLIEP-PC\wschliep [Wed, 9 Jul 2008 18:12:25 +0000 (14:12 -0400)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of tizoc@tiodante.com:/git/factor
Bruno Deferrari [Wed, 9 Jul 2008 17:43:37 +0000 (14:43 -0300)]
Merge branch 'master' of tizoc@tiodante.com:/git/factor

15 years agobake and bake.fry: `[ == bake quotation '[ == fry quotation
Eduardo Cavazos [Wed, 9 Jul 2008 17:22:07 +0000 (12:22 -0500)]
bake and bake.fry: `[ == bake quotation '[ == fry quotation

15 years agoirc.client: Add more words, fixes, update docs.
Bruno Deferrari [Tue, 8 Jul 2008 19:57:53 +0000 (16:57 -0300)]
irc.client: Add more words, fixes, update docs.

15 years agoirc.client: Clean a bit.
Bruno Deferrari [Mon, 30 Jun 2008 15:31:21 +0000 (12:31 -0300)]
irc.client: Clean a bit.

15 years agodocuments: move from delegation to inheritance
Eduardo Cavazos [Wed, 9 Jul 2008 04:08:12 +0000 (23:08 -0500)]
documents: move from delegation to inheritance

15 years agoMerge branch 'master' of factorcode.org:/git/factor
Eduardo Cavazos [Wed, 9 Jul 2008 04:05:25 +0000 (23:05 -0500)]
Merge branch 'master' of factorcode.org:/git/factor

Conflicts:

extra/bake/bake.factor

15 years agobake: work with strings
Eduardo Cavazos [Wed, 9 Jul 2008 03:58:34 +0000 (22:58 -0500)]
bake: work with strings

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-WSCHLIEP-PC\wschliep [Wed, 9 Jul 2008 00:12:54 +0000 (20:12 -0400)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMinor Wiki improvements
Slava Pestov [Tue, 8 Jul 2008 21:15:51 +0000 (16:15 -0500)]
Minor Wiki improvements

15 years agoRename from-now to hence
Slava Pestov [Tue, 8 Jul 2008 20:50:38 +0000 (15:50 -0500)]
Rename from-now to hence

15 years agoCheck if the handle has been disposed. This can happen if we close one end of a duple...
Slava Pestov [Tue, 8 Jul 2008 20:50:12 +0000 (15:50 -0500)]
Check if the handle has been disposed. This can happen if we close one end of a duplex stream

15 years agoMerge branch 'master' of http://alfredobeaumont.org/factor
Slava Pestov [Tue, 8 Jul 2008 20:48:46 +0000 (15:48 -0500)]
Merge branch 'master' of http://alfredobeaumont.org/factor

15 years agoLiteral aliens in source files are bade bad
Slava Pestov [Tue, 8 Jul 2008 20:46:52 +0000 (15:46 -0500)]
Literal aliens in source files are bade bad

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 8 Jul 2008 20:34:12 +0000 (15:34 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdate for planet rename
Slava Pestov [Tue, 8 Jul 2008 20:22:44 +0000 (15:22 -0500)]
Update for planet rename

15 years agoAdd failing unit test for string encoding
Slava Pestov [Tue, 8 Jul 2008 20:22:03 +0000 (15:22 -0500)]
Add failing unit test for string encoding

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Alfredo Beaumont [Tue, 8 Jul 2008 20:01:07 +0000 (22:01 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix examples' code and make them unchecked since they have side effects
Alfredo Beaumont [Tue, 8 Jul 2008 19:57:37 +0000 (21:57 +0200)]
Fix examples' code and make them unchecked since they have side effects

15 years agoFix naming
Slava Pestov [Tue, 8 Jul 2008 19:26:37 +0000 (14:26 -0500)]
Fix naming

15 years agoFix stack effect
Slava Pestov [Tue, 8 Jul 2008 19:23:27 +0000 (14:23 -0500)]
Fix stack effect

15 years agoFixes
Slava Pestov [Tue, 8 Jul 2008 19:20:43 +0000 (14:20 -0500)]
Fixes

15 years agoSmall change: use a better idiom
Alfredo Beaumont [Tue, 8 Jul 2008 18:40:37 +0000 (20:40 +0200)]
Small change: use a better idiom

15 years agoGet rid of a -roll usage
Slava Pestov [Tue, 8 Jul 2008 18:33:08 +0000 (13:33 -0500)]
Get rid of a -roll usage

15 years agoCleaning up some usages of -roll
Slava Pestov [Tue, 8 Jul 2008 18:22:57 +0000 (13:22 -0500)]
Cleaning up some usages of -roll

15 years agough
Slava Pestov [Tue, 8 Jul 2008 17:44:25 +0000 (12:44 -0500)]
ugh

15 years agoUpdate
Slava Pestov [Tue, 8 Jul 2008 17:35:42 +0000 (12:35 -0500)]
Update

15 years agoOops
Slava Pestov [Tue, 8 Jul 2008 17:34:52 +0000 (12:34 -0500)]
Oops

15 years agoAdded backtrack library
U-WSCHLIEP-PC\wschliep [Tue, 8 Jul 2008 17:22:18 +0000 (13:22 -0400)]
Added backtrack library

15 years agoFix load error
U-SLAVA-DFB8FF805\Slava [Tue, 8 Jul 2008 15:18:23 +0000 (10:18 -0500)]
Fix load error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 8 Jul 2008 02:16:56 +0000 (21:16 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMove general shufflers and combinators into generalizations, move narray there too
U-SLAVA-DFB8FF805\Slava [Tue, 8 Jul 2008 00:36:33 +0000 (19:36 -0500)]
Move general shufflers and combinators into generalizations, move narray there too

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Tue, 8 Jul 2008 00:34:41 +0000 (19:34 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix walker
Slava Pestov [Tue, 8 Jul 2008 00:26:58 +0000 (19:26 -0500)]
Fix walker

15 years agoMinor oversights
Slava Pestov [Tue, 8 Jul 2008 00:11:49 +0000 (19:11 -0500)]
Minor oversights

15 years agoFix a small typo in columns documentation
Alfredo Beaumont [Mon, 7 Jul 2008 21:28:22 +0000 (23:28 +0200)]
Fix a small typo in columns documentation

15 years agoSmall documentation fixes in ctags
Alfredo Beaumont [Mon, 7 Jul 2008 21:23:44 +0000 (23:23 +0200)]
Small documentation fixes in ctags

15 years agoChanged ctags-write to use set-file-lines as suggested
Alfredo Beaumont [Mon, 7 Jul 2008 21:21:23 +0000 (23:21 +0200)]
Changed ctags-write to use set-file-lines as suggested

15 years agoFix mmap on windows
U-SLAVA-DFB8FF805\Slava [Mon, 7 Jul 2008 17:14:07 +0000 (12:14 -0500)]
Fix mmap on windows

15 years agoComment out reload tests for now
Slava Pestov [Mon, 7 Jul 2008 15:50:42 +0000 (10:50 -0500)]
Comment out reload tests for now

15 years agoNon-optimizing compiler now inlow inlines some primitives, this improves bootstrap...
Slava Pestov [Mon, 7 Jul 2008 15:39:04 +0000 (10:39 -0500)]
Non-optimizing compiler now inlow inlines some primitives, this improves bootstrap time