factor/core
Brad Christensen f8405e9c55 A number of documentation fixes.
* Short-circuit combinators now show correct stack effect for quots
 * Groups and Clumps unchecked examples corrected, made runnable in listener
 * Class operations had duplicate link to class-types
 * Protocol slots readability fixed
 * Tuple word property for "tuple-layout" corrected to "layout"
 * cond>quot sentence started in lowercase
 * Method precedence code example missing stack effect for GENERIC:, M: integer explain changed to detail an integer
 * Motivation for default streams readability
 * Default input and output streams duplicate readln link removed from output stream words section
 * Looping combinators do description clarified
 * Make philosophy missing space
 * Linear order protocol duplicate after? link removed
 * Parsing words readability fix
 * Copied note regarding with-compilation-unit from define to define-declared and define-inline
2009-08-10 23:34:25 -07:00
..
alien alien.libraries: add remove-library word, fix dlclose and dll-valid? VM primitives 2009-07-09 06:51:31 -05:00
arrays Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
assocs Add assoc-refine, which takes the intersection of a sequence of assocs 2009-07-22 02:06:14 -05:00
bootstrap misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
byte-arrays Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence 2009-02-04 05:13:12 -06:00
byte-vectors growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
checksums use itoa in more places 2009-08-02 18:18:31 -05:00
classes A number of documentation fixes. 2009-08-10 23:34:25 -07:00
combinators A number of documentation fixes. 2009-08-10 23:34:25 -07:00
compiler/units Oops 2009-05-01 08:21:31 -05:00
continuations rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
definitions Make FORGET: M\ ... work 2009-04-22 19:36:01 -05:00
destructors misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
effects call( fast-path now supports curry and compose 2009-04-30 21:08:29 -05:00
generic A number of documentation fixes. 2009-08-10 23:34:25 -07:00
graphs Remove some usages of slip combinators from the core 2009-02-05 03:29:59 -06:00
growable growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary 2009-07-07 15:01:30 -05:00
hashtables compiler.cfg.linear-scan: split off parallel mapping code from resolve pass, use it in assignment pass to resolve parallel copies 2009-07-08 23:07:06 -05:00
init Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab 2009-05-14 22:31:29 -05:00
io A number of documentation fixes. 2009-08-10 23:34:25 -07:00
kernel A number of documentation fixes. 2009-08-10 23:34:25 -07:00
layouts add a few usages of iota, remove most 1+ and 1- from core 2009-05-01 19:58:24 -05:00
lexer Refactor source-file-errors a little bit to remove some code duplication, and so that clicking 'Edit' in error list tool works for parse errors in unit tests 2009-08-04 21:01:21 -05:00
make A number of documentation fixes. 2009-08-10 23:34:25 -07:00
math A number of documentation fixes. 2009-08-10 23:34:25 -07:00
memory misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
namespaces rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
parser A number of documentation fixes. 2009-08-10 23:34:25 -07:00
quotations Removing slip 2slip 3slip nslip 2009-05-10 16:39:17 -05:00
sbufs Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab 2009-05-14 22:31:29 -05:00
sequences sequences: map, 2map, 3map use new map-integers combinator; last two no longer depend on integers-as-sequences 2009-08-03 13:30:55 -05:00
sets Move conjoin-at from compiler.cfg.liveness to sets 2009-07-21 03:02:06 -05:00
slots change-tracking-tuple class. subclasses will have a "changed?" slot that gets set to true when any slot is modified 2009-07-31 21:48:17 -05:00
sorting [ [ ... ] compare ] sort => [ ... ] sort-with 2009-08-02 20:09:23 -05:00
source-files Refactor source-file-errors a little bit to remove some code duplication, and so that clicking 'Edit' in error list tool works for parse errors in unit tests 2009-08-04 21:01:21 -05:00
splitting rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
strings Fix some test failures and add an unportable tag 2009-04-30 22:56:15 -05:00
syntax Fix QUALIFIED: docs. Reported by ex_rzr in #concatenative 2009-07-14 12:07:08 -05:00
system Remove cruddy string encoding/decoding code from VM 2009-05-02 13:45:38 -05:00
vectors rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
vocabs Merge branch 'master' of git://factorcode.org/git/factor 2009-07-22 10:02:09 -05:00
words A number of documentation fixes. 2009-08-10 23:34:25 -07:00