|  Slava Pestov | 3f520c3c79 | Better error messages for when new or boa are applied to the wrong type | 2008-06-26 20:47:36 -05:00 | 
				
					
						|  Slava Pestov | 9dd5c9919f | Mandatory stack effect annotations | 2008-06-08 15:32:55 -05:00 | 
				
					
						|  Slava Pestov | 56852d3ab8 | Little cleanups | 2008-05-22 15:45:30 -05:00 | 
				
					
						|  slava | f25c2e80f9 | Fix Linux monitors | 2008-05-16 01:44:52 -05:00 | 
				
					
						|  Slava Pestov | 1260c1ba51 | Working on SSL and refactoring related code to make things easier to plug in | 2008-05-12 18:53:22 -05:00 | 
				
					
						|  Slava Pestov | 9fd7b12534 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-05-07 00:40:17 -05:00 | 
				
					
						|  Slava Pestov | 1449836f25 | Debugging threads | 2008-05-06 22:20:27 -05:00 | 
				
					
						|  Slava Pestov | 5666cd78b9 | Linked error fixes, add 2parallel-each and 2parallel-map combinators | 2008-05-06 21:23:07 -05:00 | 
				
					
						|  Doug Coleman | 6590c60cb3 | fix bootstrap | 2008-05-06 11:27:13 -05:00 | 
				
					
						|  Slava Pestov | 53832ccd2f | Fix | 2008-05-06 09:01:28 -05:00 | 
				
					
						|  Slava Pestov | 1b9d2478e3 | Bug fixes | 2008-05-06 02:52:08 -05:00 | 
				
					
						|  Slava Pestov | 75fb15ee4c | Split stdio up into input-stream/output-stream, pipes work in progress | 2008-05-05 02:19:25 -05:00 | 
				
					
						|  Slava Pestov | 234242e631 | Better error. for assertion failures | 2008-05-05 00:13:06 -05:00 | 
				
					
						|  Doug Coleman | 32814ffce5 | <=> outputs +lt+ +eq+ +gt+ | 2008-04-27 18:57:46 -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 | 3ea844b9f2 | Better error message | 2008-04-25 03:23:56 -05:00 | 
				
					
						|  Slava Pestov | 857ecda0eb | Improve error messages for mirrors | 2008-04-24 02:48:48 -05:00 | 
				
					
						|  Slava Pestov | 5fda0ed040 | Throw error if superclass is not a tuple class | 2008-04-14 03:54:02 -05:00 | 
				
					
						|  Doug Coleman | bced4022e5 | updating usages of cond/case | 2008-04-11 12:53:22 -05:00 | 
				
					
						|  Slava Pestov | 8d39853248 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-04-04 07:09:21 -05:00 | 
				
					
						|  Slava Pestov | ef4046cda9 | Converting code to use inheritance | 2008-04-04 00:33:06 -05:00 | 
				
					
						|  Slava Pestov | cc2f512287 | New classes.builtin vocab | 2008-04-03 21:19:20 -05:00 | 
				
					
						|  erg | 4acd587629 | move cwd and cd to private vocabs | 2008-04-03 18:34:47 -05:00 | 
				
					
						|  Slava Pestov | 8aa676ab1e | Documentation fixes | 2008-03-30 22:42:36 -05:00 | 
				
					
						|  Slava Pestov | c22af5c7a6 | Rename 2apply to bi@ | 2008-03-29 20:36:58 -05:00 | 
				
					
						|  Slava Pestov | adb1dd14d0 | Rename tuples vocab to classes.tuple for consistency | 2008-03-29 03:34:48 -05:00 | 
				
					
						|  Slava Pestov | 690621ffb6 | Change PREDICATE: syntax | 2008-03-26 18:23:19 -05:00 | 
				
					
						|  Doug Coleman | b42f9605ef | fix summary for new ERROR: words | 2008-03-20 15:47:16 -05:00 | 
				
					
						|  Doug Coleman | afcd671ad3 | Merge branch 'master' of git://factorcode.org/git/factor | 2008-03-20 15:00:53 -05:00 | 
				
					
						|  Doug Coleman | 936bd26a3a | update core/ to use ERROR: | 2008-03-20 15:00:49 -05:00 | 
				
					
						|  Slava Pestov | e20762e0cb | Fix errors | 2008-03-20 14:25:08 -05:00 | 
				
					
						|  Slava Pestov | ec698b7f53 | Parser overhaul | 2008-03-16 02:43:00 -05:00 | 
				
					
						|  Slava Pestov | e98cd1fd59 | New convention for unit tests | 2008-03-01 17:00:45 -05:00 | 
				
					
						|  Slava Pestov | 7c24a78281 | Fix init-hook regression | 2008-02-28 01:20:27 -06:00 | 
				
					
						|  Slava Pestov | ed4506c0b0 | Errors remember the original thread | 2008-02-27 19:23:22 -06:00 | 
				
					
						|  Slava Pestov | 6c0dd93ff1 | :vars and .vars | 2008-02-21 01:26:44 -06:00 | 
				
					
						|  Slava Pestov | de8b804abe | Fix method redefinition bug | 2008-02-17 18:38:29 -06:00 | 
				
					
						|  Slava Pestov | 89e97fc89a | Debugger unit test for recent regression | 2008-02-15 18:06:48 -06:00 | 
				
					
						|  Slava Pestov | 659b6d8f3c | Better assert-depth error | 2008-02-04 23:30:38 -06:00 | 
				
					
						|  Slava Pestov | ed29e2e5aa | Notify definition-observers when words are forgotten | 2008-01-09 17:51:55 -04:00 | 
				
					
						|  Slava Pestov | 3b311d3cb7 | definition observers; move with-compilation-unit and related support to compiler.units | 2008-01-09 04:52:08 -05:00 | 
				
					
						|  Slava Pestov | 78ae930a33 | Documentation updates | 2007-12-30 16:09:21 -05:00 | 
				
					
						|  Slava Pestov | 1b9e04fdc5 | Deferred words are now compound words | 2007-12-26 17:28:34 -05:00 | 
				
					
						|  Slava Pestov | 07a4022d62 | Parser, definitions, source-files refactoring work in progress | 2007-12-21 21:18:24 -05:00 | 
				
					
						|  Slava Pestov | a96457cecc | Initial import | 2007-09-20 18:09:08 -04:00 |