| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										alien
									
								
							
						
					
				 | 
				
					
						
							
							docs: vm says to read "command-line" but it was called "cli". change the article title in the docs.
						
					
				 | 
				2012-07-25 23:49:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										arrays
									
								
							
						
					
				 | 
				
					
						
							
							core: Use integer>fixnum instead of >fixnum for ``nth`` and other sequence operations. Fixes #581.
						
					
				 | 
				2012-07-25 18:24:43 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										assocs
									
								
							
						
					
				 | 
				
					
						
							
							assocs: Add sift-keys and sift-values. Remove three other implementations
						
					
				 | 
				2012-08-23 22:36:10 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										bootstrap
									
								
							
						
					
				 | 
				
					
						
							
							bootstrap.syntax: removed deprecated ((.
						
					
				 | 
				2012-08-21 20:46:29 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										byte-arrays
									
								
							
						
					
				 | 
				
					
						
							
							fix using list for recent test additions.
						
					
				 | 
				2012-08-02 17:41:13 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										byte-vectors
									
								
							
						
					
				 | 
				
					
						
							
							byte-vectors: simplify >byte-vector.
						
					
				 | 
				2012-07-27 21:29:52 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										checksums
									
								
							
						
					
				 | 
				
					
						
							
							core/basis: trim down using lists
						
					
				 | 
				2011-11-30 23:15:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										classes
									
								
							
						
					
				 | 
				
					
						
							
							classes.tuple: Fix unit test.
						
					
				 | 
				2012-08-03 15:11:30 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										combinators
									
								
							
						
					
				 | 
				
					
						
							
							combinators: M\ array hashcode* makes memoize faster.
						
					
				 | 
				2012-08-23 17:28:27 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										
										compiler/units
									
								
							
						
					
				 | 
				
					
						
							
							compiler.units: Oops, meant not to commit this one.
						
					
				 | 
				2012-05-04 09:05:43 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										continuations
									
								
							
						
					
				 | 
				
					
						
							
							Revert "continuations: add typing."
						
					
				 | 
				2012-07-27 19:21:47 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										definitions
									
								
							
						
					
				 | 
				
					
						
							
							core/basis: trim down using lists
						
					
				 | 
				2011-11-30 23:15:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										destructors
									
								
							
						
					
				 | 
				
					
						
							
							continuations: change continuation word to current-continuation. continuation is now just the tuple name. issue #358
						
					
				 | 
				2012-07-20 12:30:14 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										effects
									
								
							
						
					
				 | 
				
					
						
							
							Using "same?" in more places.
						
					
				 | 
				2012-07-21 10:22:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										generic
									
								
							
						
					
				 | 
				
					
						
							
							Using "same?" in more places.
						
					
				 | 
				2012-07-21 10:22:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										graphs
									
								
							
						
					
				 | 
				
					
						
							
							graphs: simplify by removing temporary namespace variables.
						
					
				 | 
				2012-07-17 11:00:38 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										growable
									
								
							
						
					
				 | 
				
					
						
							
							sequences: Fix tests that broke when nth could only be integers. Undo integer>fixnum in iota nth. See bug #582.
						
					
				 | 
				2012-07-25 22:17:24 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										hash-sets
									
								
							
						
					
				 | 
				
					
						
							
							hash-sets: using ?adjoin to implement duplicates, some tests.
						
					
				 | 
				2012-05-14 15:47:56 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										hashtables
									
								
							
						
					
				 | 
				
					
						
							
							hashtables: testing that associate and H{ } set-at have same characteristics.
						
					
				 | 
				2012-08-03 08:30:55 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										init
									
								
							
						
					
				 | 
				
					
						
							
							fixing some docs.
						
					
				 | 
				2012-07-19 09:47:14 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										io
									
								
							
						
					
				 | 
				
					
						
							
							io: improve docs for stream-copy*.
						
					
				 | 
				2012-08-14 15:12:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										kernel
									
								
							
						
					
				 | 
				
					
						
							
							kernel: adding docs for "same?"
						
					
				 | 
				2012-07-21 19:43:16 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										layouts
									
								
							
						
					
				 | 
				
					
						
							
							layouts: defining "fixnum-bits".
						
					
				 | 
				2012-08-21 18:05:59 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										lexer
									
								
							
						
					
				 | 
				
					
						
							
							lexer: typed slots.
						
					
				 | 
				2012-07-27 16:05:28 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										make
									
								
							
						
					
				 | 
				
					
						
							
							make: update docs for 'make-assoc' functionality.
						
					
				 | 
				2012-08-02 09:32:18 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										math
									
								
							
						
					
				 | 
				
					
						
							
							core: Throw an error when assigning a bignum to a fixnum tuple slot if the bignum doesn't fit. Fixes #594.
						
					
				 | 
				2012-08-03 14:59:59 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										memory
									
								
							
						
					
				 | 
				
					
						
							
							core/basis: trim down using lists
						
					
				 | 
				2011-11-30 23:15:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										namespaces
									
								
							
						
					
				 | 
				
					
						
							
							namespaces: counter should be inlined for globals optimization to work.
						
					
				 | 
				2012-08-02 15:14:21 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										parser
									
								
							
						
					
				 | 
				
					
						
							
							parser: make sure lines is an array.
						
					
				 | 
				2012-07-27 19:06:22 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										quotations
									
								
							
						
					
				 | 
				
					
						
							
							Using "same?" in more places.
						
					
				 | 
				2012-07-21 10:22:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										sbufs
									
								
							
						
					
				 | 
				
					
						
							
							fix using list for recent test additions.
						
					
				 | 
				2012-08-02 17:41:13 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										sequences
									
								
							
						
					
				 | 
				
					
						
							
							sequences.extras: moved 2each-index to extras for now.
						
					
				 | 
				2012-08-09 16:36:35 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										sets
									
								
							
						
					
				 | 
				
					
						
							
							sets: adding ?adjoin.
						
					
				 | 
				2012-05-14 15:47:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										slots
									
								
							
						
					
				 | 
				
					
						
							
							slots: make predicates return booleans.
						
					
				 | 
				2012-08-14 18:09:50 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										sorting
									
								
							
						
					
				 | 
				
					
						
							
							Fixing docs for recent stack effects additions.
						
					
				 | 
				2011-09-24 22:08:54 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										source-files
									
								
							
						
					
				 | 
				
					
						
							
							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 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										splitting
									
								
							
						
					
				 | 
				
					
						
							
							splitting: making split inline.
						
					
				 | 
				2012-08-06 15:08:16 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										strings
									
								
							
						
					
				 | 
				
					
						
							
							strings.parser: support "\x" ascii hex escapes.
						
					
				 | 
				2012-07-26 19:24:25 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										syntax
									
								
							
						
					
				 | 
				
					
						
							
							syntax: Clarify that inlined words can also be compiled stand-alone.
						
					
				 | 
				2012-07-23 12:18:43 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										system
									
								
							
						
					
				 | 
				
					
						
							
							core/basis: trim down using lists
						
					
				 | 
				2011-11-30 23:15:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										vectors
									
								
							
						
					
				 | 
				
					
						
							
							core: Use integer>fixnum instead of >fixnum for ``nth`` and other sequence operations. Fixes #581.
						
					
				 | 
				2012-07-25 18:24:43 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										vocabs
									
								
							
						
					
				 | 
				
					
						
							
							vocabs: change vocabs-changed to be vocab-changed and take a vocab argument.
						
					
				 | 
				2012-08-13 12:05:42 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										words
									
								
							
						
					
				 | 
				
					
						
							
							Rename lookup to lookup-word.
						
					
				 | 
				2011-11-06 16:00:00 -08:00 |