]> gitweb.factorcode.org Git - factor.git/log
factor.git
16 years agoMerge git://factorcode.org/git/littledan into unicode
Slava Pestov [Thu, 6 Mar 2008 19:51:33 +0000 (13:51 -0600)]
Merge git://factorcode.org/git/littledan into unicode

16 years agoMerge branch 'master' of /Users/dharmatech/builds/factor/
dharmatech [Thu, 6 Mar 2008 19:46:36 +0000 (13:46 -0600)]
Merge branch 'master' of /Users/dharmatech/builds/factor/

16 years agoUnit test fixes
dharmatech [Thu, 6 Mar 2008 19:46:15 +0000 (13:46 -0600)]
Unit test fixes

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 6 Mar 2008 18:22:27 +0000 (12:22 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoio.unix.files: add link-info unix backend
Eduardo Cavazos [Thu, 6 Mar 2008 18:05:47 +0000 (12:05 -0600)]
io.unix.files: add link-info unix backend

16 years agoio.files: link-info
Eduardo Cavazos [Thu, 6 Mar 2008 18:04:54 +0000 (12:04 -0600)]
io.files: link-info

16 years agounix.stat: add lstat*
Eduardo Cavazos [Thu, 6 Mar 2008 18:04:20 +0000 (12:04 -0600)]
unix.stat: add lstat*

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 6 Mar 2008 17:40:52 +0000 (11:40 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agobuilder: fix stack effect
Eduardo Cavazos [Thu, 6 Mar 2008 17:37:44 +0000 (11:37 -0600)]
builder: fix stack effect

16 years agohashtables: simplify (key@)
Eduardo Cavazos [Thu, 6 Mar 2008 17:28:49 +0000 (11:28 -0600)]
hashtables: simplify (key@)

16 years agodefault constructor was not sticking around after USEing a vocab
Doug Coleman [Thu, 6 Mar 2008 16:18:46 +0000 (10:18 -0600)]
default constructor was not sticking around after USEing a vocab

16 years agoadd nmake to namespaces.lib
Doug Coleman [Thu, 6 Mar 2008 15:52:56 +0000 (09:52 -0600)]
add nmake to namespaces.lib

16 years agoFix build dir pollution in unit tests
Slava Pestov [Thu, 6 Mar 2008 09:03:07 +0000 (03:03 -0600)]
Fix build dir pollution in unit tests

16 years agoRemove obsolete file
Slava Pestov [Thu, 6 Mar 2008 09:02:01 +0000 (03:02 -0600)]
Remove obsolete file

16 years agoHTTP authorization framework, first cut
Slava Pestov [Thu, 6 Mar 2008 09:00:10 +0000 (03:00 -0600)]
HTTP authorization framework, first cut

16 years agorefactor conversions
Doug Coleman [Thu, 6 Mar 2008 04:07:45 +0000 (22:07 -0600)]
refactor conversions

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 6 Mar 2008 03:38:25 +0000 (21:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 6 Mar 2008 03:38:16 +0000 (21:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:

extra/db/sqlite/sqlite.factor

16 years agohttp.server form validation
Slava Pestov [Thu, 6 Mar 2008 03:38:15 +0000 (21:38 -0600)]
http.server form validation

16 years agobegin work on regexp2
Doug Coleman [Thu, 6 Mar 2008 03:37:25 +0000 (21:37 -0600)]
begin work on regexp2

16 years agoadd singleton classes
Doug Coleman [Thu, 6 Mar 2008 03:35:08 +0000 (21:35 -0600)]
add singleton classes

16 years agobefore major query overhaul
Doug Coleman [Thu, 6 Mar 2008 02:56:40 +0000 (20:56 -0600)]
before major query overhaul

16 years agosqlite now gets return types with the optimized native functions
Doug Coleman [Thu, 6 Mar 2008 01:59:29 +0000 (19:59 -0600)]
sqlite now gets return types with the optimized native functions
removed a hack in type conversion
serialize arbitrary factor objects to db

16 years agobefore major overhaul on return values
Doug Coleman [Thu, 6 Mar 2008 01:08:33 +0000 (19:08 -0600)]
before major overhaul on return values

16 years agofix docs for delay
Doug Coleman [Thu, 6 Mar 2008 00:15:28 +0000 (18:15 -0600)]
fix docs for delay

16 years agoadd failing unit test to farkup
Doug Coleman [Wed, 5 Mar 2008 23:40:42 +0000 (17:40 -0600)]
add failing unit test to farkup

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 5 Mar 2008 23:08:37 +0000 (17:08 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoFixing unit tests
Slava Pestov [Wed, 5 Mar 2008 22:24:32 +0000 (16:24 -0600)]
Fixing unit tests

16 years agoadd timestamp>ymdhms and related code
Doug Coleman [Wed, 5 Mar 2008 22:21:02 +0000 (16:21 -0600)]
add timestamp>ymdhms and related code

16 years agomake unknown elements f instead of 0
Doug Coleman [Wed, 5 Mar 2008 22:10:29 +0000 (16:10 -0600)]
make unknown elements f instead of 0
add hours:minutes:seconds

16 years agoyear month day > timestamp
Doug Coleman [Wed, 5 Mar 2008 22:07:25 +0000 (16:07 -0600)]
year month day > timestamp
year month day hour minute second > timestamp

16 years agoFixes for recent method tuple cleanup
Slava Pestov [Wed, 5 Mar 2008 22:00:34 +0000 (16:00 -0600)]
Fixes for recent method tuple cleanup

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 5 Mar 2008 21:59:43 +0000 (15:59 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoMarkup fixes
Slava Pestov [Wed, 5 Mar 2008 21:59:15 +0000 (15:59 -0600)]
Markup fixes

16 years agoFix conflict
Slava Pestov [Wed, 5 Mar 2008 21:28:24 +0000 (15:28 -0600)]
Fix conflict

16 years agoFix load error
Slava Pestov [Wed, 5 Mar 2008 21:24:13 +0000 (15:24 -0600)]
Fix load error

16 years agoFix load error
Slava Pestov [Wed, 5 Mar 2008 21:23:02 +0000 (15:23 -0600)]
Fix load error

16 years agoFix conflict
Slava Pestov [Wed, 5 Mar 2008 21:04:42 +0000 (15:04 -0600)]
Fix conflict

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 5 Mar 2008 21:02:22 +0000 (15:02 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoFixes
Slava Pestov [Wed, 5 Mar 2008 21:02:02 +0000 (15:02 -0600)]
Fixes

16 years agofix unit tests
Doug Coleman [Wed, 5 Mar 2008 19:51:31 +0000 (13:51 -0600)]
fix unit tests

16 years agoAdd $vocab-subsection
Slava Pestov [Wed, 5 Mar 2008 04:46:01 +0000 (22:46 -0600)]
Add $vocab-subsection

16 years agoUpdate modules for method changes
Slava Pestov [Wed, 5 Mar 2008 04:44:46 +0000 (22:44 -0600)]
Update modules for method changes

16 years agoadd windows replacement for stat
Doug Coleman [Wed, 5 Mar 2008 04:35:45 +0000 (22:35 -0600)]
add windows replacement for stat

16 years agoadd some more bit-twiddling words
Doug Coleman [Wed, 5 Mar 2008 04:32:42 +0000 (22:32 -0600)]
add some more bit-twiddling words

16 years agoadd a c-struct
Doug Coleman [Wed, 5 Mar 2008 04:32:12 +0000 (22:32 -0600)]
add a c-struct
update a using

16 years agoRemove unnecessary method tuple, move its slots to word properties
Slava Pestov [Wed, 5 Mar 2008 04:13:30 +0000 (22:13 -0600)]
Remove unnecessary method tuple, move its slots to word properties

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 5 Mar 2008 04:12:01 +0000 (22:12 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoWorking on Windows launcher stream inheritance
Slava Pestov [Wed, 5 Mar 2008 04:04:56 +0000 (22:04 -0600)]
Working on Windows launcher stream inheritance

16 years agofix whitespace (again)
Doug Coleman [Tue, 4 Mar 2008 21:25:36 +0000 (15:25 -0600)]
fix whitespace (again)

16 years agofix whitespace
Doug Coleman [Tue, 4 Mar 2008 21:19:00 +0000 (15:19 -0600)]
fix whitespace

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 4 Mar 2008 21:12:09 +0000 (15:12 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoadd install-macosx, which will use port to install git, and then bootstrap factor
Doug Coleman [Tue, 4 Mar 2008 21:11:00 +0000 (15:11 -0600)]
add install-macosx, which will use port to install git, and then bootstrap factor

16 years agoio.launcher work in progress
Slava Pestov [Tue, 4 Mar 2008 21:07:57 +0000 (16:07 -0500)]
io.launcher work in progress

16 years agoUnix launcher load fix
Slava Pestov [Mon, 3 Mar 2008 23:44:57 +0000 (18:44 -0500)]
Unix launcher load fix

16 years agoAdd PEG: word
Slava Pestov [Mon, 3 Mar 2008 22:57:30 +0000 (16:57 -0600)]
Add PEG: word

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 3 Mar 2008 22:45:56 +0000 (16:45 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoRemove obsolete file
Slava Pestov [Mon, 3 Mar 2008 22:45:34 +0000 (16:45 -0600)]
Remove obsolete file

16 years agoUnix <process-stream> now compiles
Slava Pestov [Mon, 3 Mar 2008 22:45:18 +0000 (16:45 -0600)]
Unix <process-stream> now compiles

16 years agoUnit test fixes
Slava Pestov [Mon, 3 Mar 2008 22:44:24 +0000 (16:44 -0600)]
Unit test fixes

16 years agolist-of* -> list-of-many
Doug Coleman [Mon, 3 Mar 2008 21:23:12 +0000 (15:23 -0600)]
list-of* -> list-of-many

16 years agoremove extra files
Doug Coleman [Mon, 3 Mar 2008 20:44:48 +0000 (14:44 -0600)]
remove extra files

16 years agoremove io.windows.files.temporary
Doug Coleman [Mon, 3 Mar 2008 20:42:32 +0000 (14:42 -0600)]
remove io.windows.files.temporary

16 years agofix path
Doug Coleman [Mon, 3 Mar 2008 20:41:22 +0000 (14:41 -0600)]
fix path

16 years agofix load
Doug Coleman [Mon, 3 Mar 2008 20:39:29 +0000 (14:39 -0600)]
fix load

16 years agoadd missing using
Doug Coleman [Mon, 3 Mar 2008 20:38:09 +0000 (14:38 -0600)]
add missing using

16 years agoadd missing usings
Doug Coleman [Mon, 3 Mar 2008 20:32:37 +0000 (14:32 -0600)]
add missing usings

16 years agofix using
Doug Coleman [Mon, 3 Mar 2008 20:06:16 +0000 (14:06 -0600)]
fix using

16 years agouse sequences.deep's flatten
Doug Coleman [Mon, 3 Mar 2008 19:29:28 +0000 (13:29 -0600)]
use sequences.deep's flatten

16 years agomove non-core peg parsers to peg.parsers
Doug Coleman [Mon, 3 Mar 2008 19:28:53 +0000 (13:28 -0600)]
move non-core peg parsers to peg.parsers
document and unit test peg.parsers
add just parser

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 3 Mar 2008 15:16:30 +0000 (09:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoprevious fix was wrong, real fix is to remove = from delimiters when printing them...
Doug Coleman [Mon, 3 Mar 2008 15:16:20 +0000 (09:16 -0600)]
previous fix was wrong, real fix is to remove = from delimiters when printing them by themselves

16 years agoheadings were not included in lines. oops
Doug Coleman [Mon, 3 Mar 2008 14:59:32 +0000 (08:59 -0600)]
headings were not included in lines.  oops

16 years agostart moving db to new-slots
Doug Coleman [Mon, 3 Mar 2008 14:56:06 +0000 (08:56 -0600)]
start moving db to new-slots
redo the tuple tests so it's a bit easier to work with
fix a bug where selecting based on an empty tuple wouldn't work

16 years agobuilder: fix bug
Eduardo Cavazos [Mon, 3 Mar 2008 11:02:59 +0000 (05:02 -0600)]
builder: fix bug

16 years agobuilder: show git-id in report
Eduardo Cavazos [Mon, 3 Mar 2008 10:56:39 +0000 (04:56 -0600)]
builder: show git-id in report

16 years agobuilder: minor cleanup
Eduardo Cavazos [Mon, 3 Mar 2008 10:52:38 +0000 (04:52 -0600)]
builder: minor cleanup

16 years agodb: minor fixes
Slava Pestov [Mon, 3 Mar 2008 10:40:50 +0000 (05:40 -0500)]
db: minor fixes

16 years agoImproving http.server's db support and actions
Slava Pestov [Mon, 3 Mar 2008 10:40:29 +0000 (05:40 -0500)]
Improving http.server's db support and actions

16 years agoMerge branch 'master' into new_httpd
Slava Pestov [Mon, 3 Mar 2008 08:23:05 +0000 (02:23 -0600)]
Merge branch 'master' into new_httpd

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 3 Mar 2008 08:22:46 +0000 (02:22 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoFix alarms bug
Slava Pestov [Mon, 3 Mar 2008 08:22:27 +0000 (02:22 -0600)]
Fix alarms bug

16 years agoMore httpd work
Slava Pestov [Mon, 3 Mar 2008 08:19:36 +0000 (02:19 -0600)]
More httpd work

16 years agoFix bootstrap.image.upload
Slava Pestov [Sun, 2 Mar 2008 23:51:35 +0000 (18:51 -0500)]
Fix bootstrap.image.upload

16 years agoFix refresh-all
Slava Pestov [Sun, 2 Mar 2008 23:49:04 +0000 (18:49 -0500)]
Fix refresh-all

16 years agoFix confict
Slava Pestov [Sun, 2 Mar 2008 19:07:19 +0000 (13:07 -0600)]
Fix confict

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Eduardo Cavazos [Sun, 2 Mar 2008 06:34:30 +0000 (00:34 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agoio.files tests: minor fix
Eduardo Cavazos [Sun, 2 Mar 2008 06:33:37 +0000 (00:33 -0600)]
io.files tests: minor fix

16 years agoMerge git://factorcode.org/git/factor
Slava Pestov [Sat, 1 Mar 2008 22:01:12 +0000 (17:01 -0500)]
Merge git://factorcode.org/git/factor

16 years agoNew convention for unit tests
Slava Pestov [Sat, 1 Mar 2008 22:00:45 +0000 (17:00 -0500)]
New convention for unit tests

16 years agoFix for word renamings
Slava Pestov [Sat, 1 Mar 2008 21:52:34 +0000 (15:52 -0600)]
Fix for word renamings

16 years agoio.unix.kqueue: fix using
Eduardo Cavazos [Sat, 1 Mar 2008 21:19:51 +0000 (15:19 -0600)]
io.unix.kqueue: fix using

16 years agoChange socket benchmark
Slava Pestov [Sat, 1 Mar 2008 20:23:41 +0000 (14:23 -0600)]
Change socket benchmark

16 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 1 Mar 2008 19:46:58 +0000 (13:46 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

16 years agobuilder: refactoring
Eduardo Cavazos [Sat, 1 Mar 2008 13:13:22 +0000 (07:13 -0600)]
builder: refactoring

16 years agoMove time related items from unix to unix.time
Eduardo Cavazos [Sat, 1 Mar 2008 13:11:44 +0000 (07:11 -0600)]
Move time related items from unix to unix.time

16 years agobootstrap.image.upload:
Eduardo Cavazos [Sat, 1 Mar 2008 10:14:37 +0000 (04:14 -0600)]
bootstrap.image.upload:
  destination is configurable
  fix cwd dependency

16 years agobuilder.release: refactor and cleanup
Eduardo Cavazos [Sat, 1 Mar 2008 09:01:51 +0000 (03:01 -0600)]
builder.release: refactor and cleanup

16 years agoio.files: rename the *-to words to *-into
Eduardo Cavazos [Sat, 1 Mar 2008 08:58:29 +0000 (02:58 -0600)]
io.files: rename the *-to words to *-into

16 years agoFix R/W locks
Slava Pestov [Sat, 1 Mar 2008 07:57:34 +0000 (01:57 -0600)]
Fix R/W locks