Doug Coleman
|
9f213f96f6
|
core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
|
2018-06-19 22:52:58 -05:00 |
John Benediktsson
|
d63c992d97
|
using when instead of [ ] if.
|
2017-02-09 16:29:14 -08:00 |
Doug Coleman
|
e4c39bcf3c
|
factor: superclass -> superclass-of, superclasses -> superclasses-of
|
2015-07-20 00:46:33 -07:00 |
Doug Coleman
|
4ec2311406
|
factor: Trim whitespace after ! comments and a few USING: lines that got skipped before.
|
2015-07-18 20:14:22 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Doug Coleman
|
a4c5a748ad
|
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise.
|
2015-06-08 12:47:35 -07:00 |
Doug Coleman
|
f6d28bebc8
|
extra: Update usages of CONSTRUCTOR: for new parameter.
|
2014-11-04 15:59:13 -08:00 |
John Benediktsson
|
5afca2989c
|
mongodb/couchdb: use associate where possible.
|
2012-07-20 09:41:05 -07:00 |
Doug Coleman
|
c731dc6edb
|
Rename lookup to lookup-word.
|
2011-11-06 16:00:00 -08:00 |
Doug Coleman
|
763d9a3f7d
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
John Benediktsson
|
80e1c8e3f2
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
Sascha Matzke
|
942fbe2666
|
added each-chunk, find-all and select-all-tuples words
|
2010-09-28 15:15:54 -05:00 |
Sascha Matzke
|
f9b3c1d59d
|
added query and delete options
|
2010-07-31 11:41:07 +02:00 |
Sascha Matzke
|
7295a04519
|
added >multi word, removed unused singletons, fixed tuple example in docs
|
2010-07-31 10:49:15 +02:00 |
Sascha Matzke
|
2653ae7f47
|
revised tuple oid handling
|
2010-06-05 12:59:50 +02:00 |
Sascha Matzke
|
bd5b798942
|
fix doc typo and example error
|
2010-06-05 11:52:41 +02:00 |
Sascha Matzke
|
0c2cc6d459
|
added gridfs implementation, reworked mongodb commands, some minor performance improvements
|
2010-06-05 11:52:40 +02:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
7a37e4245d
|
mongodb.tuple: fix inference error under stricter stack checking regime
|
2009-11-09 00:55:24 -06:00 |
Joe Groff
|
a5957b188d
|
nip most uses of tuck from extra
|
2009-11-05 22:22:21 -06:00 |
Doug Coleman
|
bd13e018dd
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Sascha Matzke
|
1aad74c71b
|
removed usages of sprintf
made collection handling more concise
|
2009-07-09 13:36:37 +02:00 |
Slava Pestov
|
b62630b5ac
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
Sascha Matzke
|
0c3f7bf2d7
|
fixed update-tuple - called wrong constructor for update
|
2009-05-11 15:38:12 +02:00 |
Sascha Matzke
|
87caa8d7a0
|
added delete-tuples word
|
2009-05-10 23:21:45 +02:00 |
Sascha Matzke
|
5399fe1d3d
|
some bug fixes
|
2009-05-10 23:21:45 +02:00 |
Sascha Matzke
|
f0bd82b2dd
|
reworked insert, save and update; added save-deep
|
2009-05-10 23:21:45 +02:00 |
Sascha Matzke
|
a7faa2fd03
|
removed mongodb.tuple.index usage from mongodb.tuple
fixed mongodb article to show new define-persistent syntax
|
2009-05-04 14:16:42 +02:00 |
Sascha Matzke
|
f9ae9033b6
|
reworked primary key handling and define-persistent for tuples
|
2009-05-03 13:49:08 +02:00 |
Sascha Matzke
|
8aa655bae3
|
added metadata files (authors,tags,summary) to all vocabs
|
2009-05-01 19:49:09 +02:00 |
Sascha Matzke
|
286026d5d5
|
fixed tuple query
|
2009-05-01 16:22:48 +02:00 |
Sascha Matzke
|
cce0341e28
|
fixed compile errors
|
2009-05-01 16:13:51 +02:00 |
Sascha Matzke
|
3bfc30c793
|
Merge commit 'mongo-factor-driver/master' into mongo-factor-driver
moving mongodb and bson to factor source tree
|
2009-05-01 14:43:45 +02:00 |