d103b38d3f 
								
							
								 
							
						 
						
							
							
								
								stack-checker.dependencies: use short-circuit better.  
							
							
							
						 
						
							2013-04-06 16:44:50 -07:00  
				
					
						
							
							
								 
						
							
							
								b38f96de9b 
								
							
								 
							
						 
						
							
							
								
								stack-checker: make recursive-reduce have same signature as reduce.  
							
							
							
						 
						
							2013-03-27 18:56:47 -07:00  
				
					
						
							
							
								 
						
							
							
								2ef3266406 
								
							
								 
							
						 
						
							
							
								
								stack-checker: maybe add a test that tests what the todo said.  
							
							
							
						 
						
							2013-03-27 18:44:32 -07:00  
				
					
						
							
							
								 
						
							
							
								c6e72c40ae 
								
							
								 
							
						 
						
							
							
								
								stack-checker: remove a test that is no longer valid, need to replace it with something.  
							
							
							
						 
						
							2013-03-27 18:17:49 -07:00  
				
					
						
							
							
								 
						
							
							
								1754ab73bd 
								
							
								 
							
						 
						
							
							
								
								basis: fewer tokens when possible using if*.  
							
							
							
						 
						
							2013-03-23 22:25:02 -07:00  
				
					
						
							
							
								 
						
							
							
								5a1692eead 
								
							
								 
							
						 
						
							
							
								
								stack-checker: Rename literal -> literal-tuple.  
							
							
							
						 
						
							2013-03-23 16:12:03 -07:00  
				
					
						
							
							
								 
						
							
							
								8c19602ae9 
								
							
								 
							
						 
						
							
							
								
								assocs: Add of and ?of. Change all the things at once!  Fixes   #701 .  
							
							
							
						 
						
							2013-03-23 14:59:07 -07:00  
				
					
						
							
							
								 
						
							
							
								2bbec0dd61 
								
							
								 
							
						 
						
							
							
								
								stack-checker: more use of hash-sets.  
							
							
							
						 
						
							2013-03-16 13:41:51 -07:00  
				
					
						
							
							
								 
						
							
							
								875e45a640 
								
							
								 
							
						 
						
							
							
								
								sequences: Add some short useful factors. Clean up the use of longest.  
							
							
							
						 
						
							2013-03-11 17:47:52 -07:00  
				
					
						
							
							
								 
						
							
							
								013160df9a 
								
							
								 
							
						 
						
							
							
								
								change some "2drop 2drop" to "4drop".  
							
							
							
						 
						
							2012-10-23 12:21:30 -07:00  
				
					
						
							
							
								 
						
							
							
								909b28a360 
								
							
								 
							
						 
						
							
							
								
								stack-checker: adding 4dup and 4drop.  
							
							
							
						 
						
							2012-10-22 12:27:15 -07:00  
				
					
						
							
							
								 
						
							
							
								106e4d100e 
								
							
								 
							
						 
						
							
							
								
								stack-checker: Add alien-assembly to the do-not-compile list. Remove a duplicate word from the do-not-call list. Reorder a bit.  
							
							
							
						 
						
							2012-10-22 09:47:35 -07:00  
				
					
						
							
							
								 
						
							
							
								3582a6c624 
								
							
								 
							
						 
						
							
							
								
								kernel: Add 4dup, 4drop, and 4cleave.  
							
							
							
						 
						
							2012-10-22 09:47:34 -07:00  
				
					
						
							
							
								 
						
							
							
								4e72d80256 
								
							
								 
							
						 
						
							
							
								
								Using "same?" in more places.  
							
							
							
						 
						
							2012-07-21 10:22:44 -07:00  
				
					
						
							
							
								 
						
							
							
								d979478bc4 
								
							
								 
							
						 
						
							
							
								
								stack-checker: meta-d was a word and symbol, now meta-d word and (meta-d) symbol  
							
							... 
							
							
							
							issuse #358  
							
						 
						
							2012-07-20 12:30:14 -07:00  
				
					
						
							
							
								 
						
							
							
								1c3deddf61 
								
							
								 
							
						 
						
							
							
								
								issue  #358 : Rename all of the words depends-on-* to add-depends-on*  
							
							
							
						 
						
							2012-06-21 08:35:45 -07:00  
				
					
						
							
							
								 
						
							
							
								8c1165cac1 
								
							
								 
							
						 
						
							
							
								
								cleanup some lint warnings.  
							
							
							
						 
						
							2012-04-18 17:46:01 -07:00  
				
					
						
							
							
								 
						
							
							
								22c26ff3f5 
								
							
								 
							
						 
						
							
							
								
								vm: adding bignum_gcd primitive.  
							
							
							
						 
						
							2012-04-05 09:17:35 -07:00  
				
					
						
							
							
								 
						
							
							
								c1a49e69c8 
								
							
								 
							
						 
						
							
							
								
								combinators.smart: Implement reduce-outputs using compose, fix some stack effects, add using  
							
							
							
						 
						
							2011-11-28 20:55:10 -08:00  
				
					
						
							
							
								 
						
							
							
								2b87eaa1b5 
								
							
								 
							
						 
						
							
							
								
								generalizations: Refactor stack-checker so that smart combinators can be used with curry and compose.  
							
							
							
						 
						
							2011-11-27 20:25:22 -08:00  
				
					
						
							
							
								 
						
							
							
								cab0369fec 
								
							
								 
							
						 
						
							
							
								
								classes: Make methods dispatch on maybes. Fix a couple bugs in the implementation of maybe. classoid? is now a dumb test if an object could be a well-formed classoid; valid-classoid? tests for well-formedness. Move maybe tests. Make pprint* work better on methods.  
							
							
							
						 
						
							2011-11-22 15:12:20 -08:00  
				
					
						
							
							
								 
						
							
							
								067f9830ef 
								
							
								 
							
						 
						
							
							
								
								classes.union: Define a maybe: word that makes a tuple that acts as an anonymous union for a type and f. Updated all the places we define UNION: ?foo foo POSTPONE: f ;.  Fixes   #416  and lots of headaches.  
							
							
							
						 
						
							2011-11-22 01:56:13 -08:00  
				
					
						
							
							
								 
						
							
							
								c8fd36bbdb 
								
							
								 
							
						 
						
							
							
								
								kill tools.profiler.counting and ui.tools.profiler  
							
							... 
							
							
							
							Load tools.profiler.sampling from bootstrap/tools instead. 
							
						 
						
							2011-11-10 12:33:10 -08:00  
				
					
						
							
							
								 
						
							
							
								7619ff785b 
								
							
								 
							
						 
						
							
							
								
								stack-checker.known-words: add ffi-signal-handlers  
							
							
							
						 
						
							2011-11-03 15:20:42 -07:00  
				
					
						
							
							
								 
						
							
							
								03a5293ed1 
								
							
								 
							
						 
						
							
							
								
								Add stack effects for the sampling profiler  
							
							
							
						 
						
							2011-11-02 17:26:13 -07:00  
				
					
						
							
							
								 
						
							
							
								eac90675c0 
								
							
								 
							
						 
						
							
							
								
								move counting profiler to tools.profiler.counting  
							
							
							
						 
						
							2011-11-02 13:23:09 -07:00  
				
					
						
							
							
								 
						
							
							
								33919b2919 
								
							
								 
							
						 
						
							
							
								
								tools.profiler: rename to tools.counting-profiler  
							
							
							
						 
						
							2011-11-02 13:23:06 -07:00  
				
					
						
							
							
								 
						
							
							
								c1b7de8339 
								
							
								 
							
						 
						
							
							
								
								stack-checker.known-words: add effects for signal-handler and leaf-signal-handler primitives, even though they can't be called directly  
							
							
							
						 
						
							2011-10-29 17:15:35 -07:00  
				
					
						
							
							
								 
						
							
							
								ff69e2f240 
								
							
								 
							
						 
						
							
							
								
								Rename c-type to lookup-c-type.  Fixes   #230 .  
							
							
							
						 
						
							2011-10-24 14:37:24 -07:00  
				
					
						
							
							
								 
						
							
							
								b237df3a3b 
								
							
								 
							
						 
						
							
							
								
								Remove unused stack effects from DEFER: declarations.  
							
							
							
						 
						
							2011-10-18 14:42:17 -07:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								5a072c57a6 
								
							
								 
							
						 
						
							
							
								
								bootstrap, io.streams.c: use new fread primitive  
							
							... 
							
							
							
							Change the fread primitive to fread-unsafe, matching the new primitive in the VM, and update the implementation of c-reader to implement stream-read-unsafe and stream-read in terms of fread-unsafe 
							
						 
						
							2011-10-17 21:22:58 -07:00  
				
					
						
							
							
								 
						
							
							
								f39f97840a 
								
							
								 
							
						 
						
							
							
								
								stack-checker: update tests  
							
							... 
							
							
							
							[ bi ] infer now hits the row polymorphism checker before it hits the unknown-macro-input checker because of the effect on keep. Change the test to more directly test that call fails with an unknown input. 
							
						 
						
							2011-10-14 15:35:29 -07:00  
				
					
						
							
							
								 
						
							
							
								afc07c0e05 
								
							
								 
							
						 
						
							
							
								
								io.binary: make le> and be> faster (20% and 75%, respectively).  
							
							... 
							
							
							
							Removed primitive byte-array>bignum and digit_stream_to_bignum from vm/. 
							
						 
						
							2011-10-11 21:13:30 -07:00  
				
					
						
							
							
								 
						
							
							
								181f11faa8 
								
							
								 
							
						 
						
							
							
								
								Make M\ throw an error upon lookup failure. Change method -> ?lookup-method, lookup-method is the throwing version of ?lookup-method.  Fixes   #229 .  
							
							
							
						 
						
							2011-10-03 15:49:49 -07:00  
				
					
						
							
							
								 
						
							
							
								8504b17aad 
								
							
								 
							
						 
						
							
							
								
								Rename spread>quot to deep-spread>quot, and spread>quot-shallow to shallow-spread>quot.  
							
							
							
						 
						
							2011-10-02 20:25:39 -07:00  
				
					
						
							
							
								 
						
							
							
								001ac7fbcd 
								
							
								 
							
						 
						
							
							
								
								Extraneous top-level stack-effect  
							
							
							
						 
						
							2011-09-25 19:32:34 -07:00  
				
					
						
							
							
								 
						
							
							
								e293966618 
								
							
								 
							
						 
						
							
							
								
								stack-checker.row-polymorphism: check stack effects correctly when a one-sided polymorphic declared effect is matched to a shallow subtype, for example, ( x -- ..a ) to ( -- );  fixes   #88  
							
							
							
						 
						
							2011-09-09 18:13:17 -07:00  
				
					
						
							
							
								 
						
							
							
								ed9cf9e4fd 
								
							
								 
							
						 
						
							
							
								
								Move some primitives from memory and memory.private to tools.memory.private, add data-heap and code-heap words that wrap the struct for you  
							
							
							
						 
						
							2011-09-05 16:47:29 -07:00  
				
					
						
							
							
								 
						
							
							
								64252dbdbc 
								
							
								 
							
						 
						
							
							
								
								32 and 64 bit Linux PPC support  
							
							
							
						 
						
							2011-05-23 23:36:14 -04:00  
				
					
						
							
							
								 
						
							
							
								c36d73e242 
								
							
								 
							
						 
						
							
							
								
								Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue  
							
							
							
						 
						
							2011-04-12 21:48:54 -04:00  
				
					
						
							
							
								 
						
							
							
								073eda332a 
								
							
								 
							
						 
						
							
							
								
								In several documentation, remove whitespace before or after the colon or period  
							
							
							
						 
						
							2011-02-10 01:51:13 +09:00  
				
					
						
							
							
								 
						
							
							
								c04fbe892d 
								
							
								 
							
						 
						
							
							
								
								stack-checker: add a sample output in the last example of inference-recursive-combinators article  
							
							
							
						 
						
							2011-01-23 22:48:41 +09:00  
				
					
						
							
							
								 
						
							
							
								f27080498d 
								
							
								 
							
						 
						
							
							
								
								Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float  
							
							
							
						 
						
							2010-11-24 22:41:15 -08:00  
				
					
						
							
							
								 
						
							
							
								3323284db4 
								
							
								 
							
						 
						
							
							
								
								stack-checker.alien: get a bit more inlining going with callbacks, to expose another bug  
							
							
							
						 
						
							2010-09-05 21:27:39 -07:00  
				
					
						
							
							
								 
						
							
							
								d2cf2d8f92 
								
							
								 
							
						 
						
							
							
								
								Rename get-fpu-state entry point to fpu-state, and fix stack-checker unit tests  
							
							
							
						 
						
							2010-09-04 12:58:59 -07:00  
				
					
						
							
							
								 
						
							
							
								1985705413 
								
							
								 
							
						 
						
							
							
								
								compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths  
							
							
							
						 
						
							2010-08-13 23:59:19 -07:00  
				
					
						
							
							
								 
						
							
							
								723d780703 
								
							
								 
							
						 
						
							
							
								
								stack-checker.alien: generate a declaration for input parameter types  
							
							
							
						 
						
							2010-07-30 15:50:05 -04:00  
				
					
						
							
							
								 
						
							
							
								fd1aad71bd 
								
							
								 
							
						 
						
							
							
								
								combinators: make the behavior of 'case' consistent between the optimized and unoptimized forms  
							
							
							
						 
						
							2010-07-30 14:21:30 -04:00  
				
					
						
							
							
								 
						
							
							
								0f4c5d2bff 
								
							
								 
							
						 
						
							
							
								
								classes.algebra: make it work better to fix bug reported by Sascha Matzke  
							
							
							
						 
						
							2010-07-29 19:57:23 -04:00