.. |
alien
|
New initialize-alien word
|
2009-02-20 20:51:13 -06: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
|
Clean up ?at
|
2009-03-09 17:47:50 -05:00 |
bootstrap
|
Move dummy-compiler to compiler.units; throw a better error if make-image is passed an invalid architecture
|
2009-03-15 19:15:28 -05: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 |
checksums
|
Redoing string streams and byte-array streams without copying
|
2009-02-27 00:53:05 -06:00 |
classes
|
Moving mixin instances between source files works better now
|
2009-03-16 00:04:34 -05:00 |
combinators
|
use CONSTANT: in core/
|
2009-02-22 19:09:49 -06:00 |
compiler
|
Move dummy-compiler to compiler.units; throw a better error if make-image is passed an invalid architecture
|
2009-03-15 19:15:28 -05:00 |
continuations
|
Document restart word
|
2009-03-05 13:40:30 -06:00 |
definitions
|
Re-organize code so that with-compilation-unit can infer
|
2009-03-13 19:39:32 -05:00 |
destructors
|
New $quotation markup element
|
2008-11-16 09:03:30 -06:00 |
effects
|
Merge branch 'master' into new_ui
|
2009-03-01 20:13:05 -06:00 |
generic
|
Updating some unit tests
|
2009-03-16 00:05:43 -05:00 |
graphs
|
Remove some usages of slip combinators from the core
|
2009-02-05 03:29:59 -06:00 |
growable
|
Fix various documentation errors
|
2009-01-16 13:30:43 -06:00 |
hashtables
|
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 |
init
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
io
|
Help lint fixes
|
2009-03-15 23:25:29 -05:00 |
kernel
|
Fix unit tests and help lint for 'see' move
|
2009-03-11 17:33:54 -05:00 |
layouts
|
define-inline now takes an effect parameter
|
2008-12-15 19:44:56 -06:00 |
lexer
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
make
|
Working on documentation
|
2009-02-19 16:54:27 -06:00 |
math
|
Merge OneEyed's patch
|
2009-02-28 17:06:55 -06:00 |
memory
|
Split off data_heap.c from data_gc.c; split off write_barrier.h, local_roots.h from data_gc.h, misc other cleanups
|
2009-01-24 23:39:00 -06:00 |
namespaces
|
Clean up namespaces a bit
|
2009-02-20 20:51:51 -06:00 |
parser
|
Updating some unit tests
|
2009-03-16 00:05:43 -05:00 |
quotations
|
Tweak quotations docs
|
2009-02-11 04:59:36 -06:00 |
sbufs
|
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 |
sequences
|
Fix check-slice
|
2009-03-12 20:37:26 -05:00 |
sets
|
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
|
2009-01-29 22:19:07 -06:00 |
slots
|
Better handling of case when user-defined accessor becomes auto-generated
|
2009-03-06 23:33:03 -06:00 |
sorting
|
Merge OneEyed's patch
|
2009-02-28 17:06:55 -06:00 |
source-files
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
splitting
|
Merge branch 'master' into new_ui
|
2009-02-16 21:22:12 -06:00 |
strings
|
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 |
syntax
|
Consultations now implement the definition protocol; removing one from a source file forgets consulted methods
|
2009-03-07 00:42:43 -06:00 |
system
|
prélude to a haiku
|
2009-02-28 15:01:28 -06:00 |
vectors
|
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 |
vocabs
|
Documentation fixes
|
2009-02-19 13:35:53 -06:00 |
words
|
Forgetting a word doesn't call reset-word anymore, fixing an issue where a word calling a forgotten word wouldn't compile because the 'declared-effect' word prop was not set
|
2009-03-13 00:40:18 -05:00 |