Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								57cf756c0e
								
							
								
							
						 | 
						
							
							
								
								Use eq? instead of number= in a few places
							
							
							
							
							
						 | 
						
							2008-11-11 23:04:15 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c19f2257f4
								
							
								
							
						 | 
						
							
							
								
								Fix permission bits
							
							
							
							
							
						 | 
						
							2008-10-02 08:34:49 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								4b19afdb4e
								
							
								
							
						 | 
						
							
							
								
								Fixing issues found by stricter help lint
							
							
							
							
							
						 | 
						
							2008-09-24 01:59:05 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0c8e2584b4
								
							
								
							
						 | 
						
							
							
								
								Fixing unit tests for make, fry changes
							
							
							
							
							
						 | 
						
							2008-09-11 00:20:06 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								44f53de164
								
							
								
							
						 | 
						
							
							
								
								Move make to its own vocabulary, remove fry _ feature
							
							
							
							
							
						 | 
						
							2008-09-10 20:07:00 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								bc27b82ebc
								
							
								
							
						 | 
						
							
							
								
								new accessors in docs
							
							
							
							
							
						 | 
						
							2008-08-30 14:05:59 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								d66f887736
								
							
								
							
						 | 
						
							
							
								
								Create basis vocab root
							
							
							
							
							
						 | 
						
							2008-07-28 22:03:13 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								f7eecc7893
								
							
								
							
						 | 
						
							
							
								
								Move bit-arrays and float-arrays to extra
							
							
							
							
							
						 | 
						
							2008-07-02 02:03:30 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								537269447c
								
							
								
							
						 | 
						
							
							
								
								Move mirrors out of the boot image
							
							
							
							
							
						 | 
						
							2008-07-02 00:20:01 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b36e06d0d6
								
							
								
							
						 | 
						
							
							
								
								Builtinn types now use new slot accessors; tuple slot type declaration work in progress
							
							
							
							
							
						 | 
						
							2008-06-28 02:36:20 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								bc5c784016
								
							
								
							
						 | 
						
							
							
								
								Help lint fix
							
							
							
							
							
						 | 
						
							2008-06-25 15:37:01 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6e0d35e615
								
							
								
							
						 | 
						
							
							
								
								Split up huge parser vocabulary
							
							
							
							
							
						 | 
						
							2008-06-25 03:25:08 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								045b657474
								
							
								
							
						 | 
						
							
							
								
								Move replicate into core; move selection sort into its own vocab; remove usages of and? and or? which are redundant now
							
							
							
							
							
						 | 
						
							2008-06-13 01:51:46 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								550b83278a
								
							
								
							
						 | 
						
							
							
								
								fix unit test
							
							
							
							
							
						 | 
						
							2008-04-26 18:45:03 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								e264537a1a
								
							
								
							
						 | 
						
							
							
								
								reverse the arguments of diff, assoc-diff
							
							
							
							
							
							
							
							fix lots of usings
fix help-lint 
							
						 | 
						
							2008-04-26 02:01:06 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								15402ed1b4
								
							
								
							
						 | 
						
							
							
								
								core changes:
							
							
							
							
							
							
							
							index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps 
							
						 | 
						
							2008-04-25 23:12:44 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								d42ae9508f
								
							
								
							
						 | 
						
							
							
								
								Merge with erg's changes
							
							
							
							
							
						 | 
						
							2008-04-14 04:42:43 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								5c94bd00b0
								
							
								
							
						 | 
						
							
							
								
								Change unit test
							
							
							
							
							
						 | 
						
							2008-04-14 03:54:17 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								fafd00bae7
								
							
								
							
						 | 
						
							
							
								
								rename new -> new-sequence
							
							
							
							
							
						 | 
						
							2008-04-13 12:54:58 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0a5701d868
								
							
								
							
						 | 
						
							
							
								
								Fix write barrier and roots problem with strings
							
							
							
							
							
						 | 
						
							2008-04-13 09:20:19 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								e98cd1fd59
								
							
								
							
						 | 
						
							
							
								
								New convention for unit tests
							
							
							
							
							
						 | 
						
							2008-03-01 17:00:45 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3bf3c3ee5a
								
							
								
							
						 | 
						
							
							
								
								New sorting comparison operators
							
							
							
							
							
						 | 
						
							2008-02-26 17:33:48 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								be2c8b13d7
								
							
								
							
						 | 
						
							
							
								
								Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom
							
							
							
							
							
						 | 
						
							2008-02-06 13:47:19 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b381c123dd
								
							
								
							
						 | 
						
							
							
								
								Test fixes
							
							
							
							
							
						 | 
						
							2008-02-02 15:00:05 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								68b3d8e1d9
								
							
								
							
						 | 
						
							
							
								
								Tabs are banned
							
							
							
							
							
						 | 
						
							2008-02-01 23:07:19 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								9f1bcc5d22
								
							
								
							
						 | 
						
							
							
								
								Fix resize-string
							
							
							
							
							
						 | 
						
							2008-02-01 18:36:13 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								8dd333cbb5
								
							
								
							
						 | 
						
							
							
								
								Fix unit tests and fix string clone
							
							
							
							
							
						 | 
						
							2008-02-01 16:02:02 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ff55f0f4cc
								
							
								
							
						 | 
						
							
							
								
								New \u...... syntax; io.utf8 and io.utf16 can actually use strings now
							
							
							
							
							
						 | 
						
							2008-02-01 15:00:02 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								2ef76798b0
								
							
								
							
						 | 
						
							
							
								
								record1 strings
							
							
							
							
							
						 | 
						
							2008-01-31 23:00:08 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6530057512
								
							
								
							
						 | 
						
							
							
								
								Starting work on record1 strings
							
							
							
							
							
						 | 
						
							2008-01-31 20:11:46 -06:00 | 
						
					
				
					
						
							
							
								 
								Joe Groff
							
						 | 
						
							
							
							
							
								
							
								8f69f86438
								
							
								
							
						 | 
						
							
							
								
								Cel shading demo. Caching implementation of GL-FUNCTION: for windows.
							
							
							
							
							
						 | 
						
							2008-01-13 17:35:26 -08:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								48026c7d8d
								
							
								
							
						 | 
						
							
							
								
								Improve sequence hash algorithm
							
							
							
							
							
						 | 
						
							2007-11-21 03:13:23 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a96457cecc
								
							
								
							
						 | 
						
							
							
								
								Initial import
							
							
							
							
							
						 | 
						
							2007-09-20 18:09:08 -04:00 |