Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								37b01357ec
								
							
								
							
						 | 
						
							
							
								
								Remove unused words discovered by Samuel Tardieu
							
							
							
							
							
						 | 
						
							2009-06-16 16:38:39 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								aba4fa7371
								
							
								
							
						 | 
						
							
							
								
								Recent vocabs.parser change had a regression: vocabs with no roots (scratchpad) were excluded from default use list. Also move with-interactive-vocabs to listener vocab
							
							
							
							
							
						 | 
						
							2009-06-07 21:59:13 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								407377fc98
								
							
								
							
						 | 
						
							
							
								
								rename peek -> last and update all usages
							
							
							
							
							
						 | 
						
							2009-05-25 16:38:33 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								9be2a3c080
								
							
								
							
						 | 
						
							
							
								
								help.html: fix escape-filename
							
							
							
							
							
						 | 
						
							2009-05-16 16:54:02 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3ff291cc92
								
							
								
							
						 | 
						
							
							
								
								help.lint: don't use mutable vocab tuple as key in lint-failures hash
							
							
							
							
							
						 | 
						
							2009-05-16 09:43:01 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								274655e77c
								
							
								
							
						 | 
						
							
							
								
								More work on auto-use
							
							
							
							
							
						 | 
						
							2009-05-16 04:26:45 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								66a9416473
								
							
								
							
						 | 
						
							
							
								
								Update documentation for stricter vocabulary search path semantics
							
							
							
							
							
						 | 
						
							2009-05-16 00:29:21 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b62630b5ac
								
							
								
							
						 | 
						
							
							
								
								Updating code in basis and extra for stricter vocab search path semantics
							
							
							
							
							
						 | 
						
							2009-05-14 23:23:06 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b31fe9b8f2
								
							
								
							
						 | 
						
							
							
								
								Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab
							
							
							
							
							
						 | 
						
							2009-05-14 22:31:29 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								fb6df472a2
								
							
								
							
						 | 
						
							
							
								
								Cleaning up USING: lists for new strict semantics
							
							
							
							
							
						 | 
						
							2009-05-14 16:54:16 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3cb6d95a4f
								
							
								
							
						 | 
						
							
							
								
								help.lint: fix :lint-failures word
							
							
							
							
							
						 | 
						
							2009-05-04 13:10:27 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b2c3183b21
								
							
								
							
						 | 
						
							
							
								
								Split up tools.vocabs. Note that load-everything is now named load-all
							
							
							
							
							
						 | 
						
							2009-05-04 06:44:17 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								2e115dc5c3
								
							
								
							
						 | 
						
							
							
								
								Better prettyprinting of method-body instances
							
							
							
							
							
						 | 
						
							2009-04-24 00:20:33 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c2fe2a4fea
								
							
								
							
						 | 
						
							
							
								
								Improve stack checker documentation
							
							
							
							
							
						 | 
						
							2009-04-23 03:48:32 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3353a777f7
								
							
								
							
						 | 
						
							
							
								
								Fixing some unit test failures
							
							
							
							
							
						 | 
						
							2009-04-22 07:05:00 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								48e70b65fa
								
							
								
							
						 | 
						
							
							
								
								Move cross-referencing stuff to tools.crossref since compiler doesn't depend on it anymore, and compute cross-referencing index as needed; reduces image size by ~4Mb
							
							
							
							
							
						 | 
						
							2009-04-22 04:20:38 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								399de5137d
								
							
								
							
						 | 
						
							
							
								
								help.markup: { $maybe "foo" } now works
							
							
							
							
							
						 | 
						
							2009-04-21 23:02:20 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b1d0066baa
								
							
								
							
						 | 
						
							
							
								
								ui.tools.listener: better error summary display
							
							
							
							
							
						 | 
						
							2009-04-21 00:27:21 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								05f3f9dcb9
								
							
								
							
						 | 
						
							
							
								
								Fixing unit tests for stack effect inference changes
							
							
							
							
							
						 | 
						
							2009-04-20 21:15:19 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ec72f33fcb
								
							
								
							
						 | 
						
							
							
								
								Documentation updates
							
							
							
							
							
						 | 
						
							2009-04-20 02:23:52 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								d039f9a946
								
							
								
							
						 | 
						
							
							
								
								help.handbook: fix typos reported by Jon Kleiser
							
							
							
							
							
						 | 
						
							2009-04-19 17:38:20 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								7a1841f59b
								
							
								
							
						 | 
						
							
							
								
								(( -- )) eval -> eval( -- )
							
							
							
							
							
						 | 
						
							2009-04-17 15:49:21 -05:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								dba4c0d589
								
							
								
							
						 | 
						
							
							
								
								fixing compiler errors in basis
							
							
							
							
							
						 | 
						
							2009-04-17 12:46:04 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c0874e64cc
								
							
								
							
						 | 
						
							
							
								
								Documentation updates
							
							
							
							
							
						 | 
						
							2009-04-15 18:19:35 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								50a6ac2d55
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'smarter_error_list' of git://factorcode.org/git/factor into smarter_error_list
							
							
							
							
							
						 | 
						
							2009-04-15 16:16:24 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ac5ad3582f
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' of git://factorcode.org/git/factor into smarter_error_list
							
							
							
							
							
						 | 
						
							2009-04-15 16:16:14 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								83b7ac3f3a
								
							
								
							
						 | 
						
							
							
								
								Forgetting a definition removes compile error
							
							
							
							
							
							
							
							Notify definition observers with nested compilation units 
							
						 | 
						
							2009-04-15 00:27:02 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								8bbc3d577e
								
							
								
							
						 | 
						
							
							
								
								Load fix
							
							
							
							
							
						 | 
						
							2009-04-14 19:57:25 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								9f09463d2f
								
							
								
							
						 | 
						
							
							
								
								help.html: workaround for cygwin not liking unicode path names
							
							
							
							
							
						 | 
						
							2009-04-14 19:24:32 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3421491f48
								
							
								
							
						 | 
						
							
							
								
								Unclutter handbook
							
							
							
							
							
						 | 
						
							2009-04-14 18:54:28 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								128715def4
								
							
								
							
						 | 
						
							
							
								
								Documentation updates
							
							
							
							
							
						 | 
						
							2009-04-14 17:55:58 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6c5fbd3197
								
							
								
							
						 | 
						
							
							
								
								Documentation updates
							
							
							
							
							
						 | 
						
							2009-04-13 20:38:30 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a2cff89591
								
							
								
							
						 | 
						
							
							
								
								Call notify-error-observers
							
							
							
							
							
						 | 
						
							2009-04-13 14:40:03 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								7a33780bc2
								
							
								
							
						 | 
						
							
							
								
								Fix bootstrap
							
							
							
							
							
						 | 
						
							2009-04-12 16:31:25 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								c4be8bd65a
								
							
								
							
						 | 
						
							
							
								
								Refactor error code so that error types are registered; listener prints a summary of errors
							
							
							
							
							
						 | 
						
							2009-04-12 16:08:46 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0420b39f4f
								
							
								
							
						 | 
						
							
							
								
								Make source file error types a bit more extensible
							
							
							
							
							
						 | 
						
							2009-04-11 22:26:24 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								26356ffc63
								
							
								
							
						 | 
						
							
							
								
								Working on error-list tool
							
							
							
							
							
						 | 
						
							2009-04-11 21:26:36 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								e5df0559eb
								
							
								
							
						 | 
						
							
							
								
								Working on adding help-lint errors to error list
							
							
							
							
							
						 | 
						
							2009-04-11 20:30:09 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a0ba66080d
								
							
								
							
						 | 
						
							
							
								
								Documentation updates suggested by dmpk2k
							
							
							
							
							
						 | 
						
							2009-04-10 03:52:53 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								2c08376cd5
								
							
								
							
						 | 
						
							
							
								
								Minor doc updates
							
							
							
							
							
						 | 
						
							2009-04-06 17:52:14 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								99b8400e56
								
							
								
							
						 | 
						
							
							
								
								Documentation updates
							
							
							
							
							
						 | 
						
							2009-04-06 03:00:46 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								1a35be8ae0
								
							
								
							
						 | 
						
							
							
								
								Add a new tip
							
							
							
							
							
						 | 
						
							2009-04-03 09:44:48 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								e0a8def090
								
							
								
							
						 | 
						
							
							
								
								Fix generate-help to not open thousands of windows in UI
							
							
							
							
							
						 | 
						
							2009-04-02 13:48:53 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								2aaeb62c4e
								
							
								
							
						 | 
						
							
							
								
								Fix up 'demos' vocab
							
							
							
							
							
						 | 
						
							2009-04-02 01:17:55 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								903a6fbbc5
								
							
								
							
						 | 
						
							
							
								
								help.tips: use write-object to write heading so that right-clicking on "Tip of the day" and picking Edit works
							
							
							
							
							
						 | 
						
							2009-03-26 21:28:09 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6c0986f8b2
								
							
								
							
						 | 
						
							
							
								
								Add definition mixin in definitions vocab to replace hard-coded union in ui.tools.operations; add ?execute to kernel to replace dup word? [ execute ] when calls in unicode.breaks and opengl
							
							
							
							
							
						 | 
						
							2009-03-26 21:27:45 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0eb415b671
								
							
								
							
						 | 
						
							
							
								
								Tips of the day now implement the definition protocol
							
							
							
							
							
						 | 
						
							2009-03-26 13:02:28 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								7741d2ca23
								
							
								
							
						 | 
						
							
							
								
								- definitions.icons now has a reference article
							
							
							
							
							
							
							
							- move about to help.vocabs; it now opens the vocab browser instead
- help.vocabs is in default use list
- add runnable-vocab predicate class 
							
						 | 
						
							2009-03-24 09:11:45 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								637d06a4f8
								
							
								
							
						 | 
						
							
							
								
								Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page
							
							
							
							
							
						 | 
						
							2009-03-24 04:11:08 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								7e0022c16f
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' of git://github.com/philippwinkler/factor
							
							
							
							
							
						 | 
						
							2009-03-23 23:38:28 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								8385e9d9f5
								
							
								
							
						 | 
						
							
							
								
								Fixing compile errors, test failures and help lint failures
							
							
							
							
							
						 | 
						
							2009-03-23 17:12:41 -05:00 | 
						
					
				
					
						
							
							
								 
								Philipp Winkler
							
						 | 
						
							
							
							
							
								
							
								b3080178c6
								
							
								
							
						 | 
						
							
							
								
								Add a missing step to the tutorial.
							
							
							
							
							
						 | 
						
							2009-03-23 12:39:03 -07:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								5a9dbc2c0f
								
							
								
							
						 | 
						
							
							
								
								Remove useless declarations
							
							
							
							
							
						 | 
						
							2009-03-23 01:18:24 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								723bfab030
								
							
								
							
						 | 
						
							
							
								
								Fixing unit tests for syntax change
							
							
							
							
							
						 | 
						
							2009-03-23 00:34:02 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0ffc9247cc
								
							
								
							
						 | 
						
							
							
								
								words: Fix compile errors in unit tests, remove ?word-name word and replace its usages with present
							
							
							
							
							
						 | 
						
							2009-03-22 17:53:06 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ea60f8ae93
								
							
								
							
						 | 
						
							
							
								
								Changing : foo ; parsing to SYNTAX: foo ;
							
							
							
							
							
						 | 
						
							2009-03-21 01:27:50 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								786475102d
								
							
								
							
						 | 
						
							
							
								
								Make more code infer
							
							
							
							
							
						 | 
						
							2009-03-17 02:19:50 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								be4fb1e7d9
								
							
								
							
						 | 
						
							
							
								
								Move call( and execute( to core
							
							
							
							
							
						 | 
						
							2009-03-16 20:11:36 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								47dc534901
								
							
								
							
						 | 
						
							
							
								
								Help lint fixes
							
							
							
							
							
						 | 
						
							2009-03-15 23:25:29 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								667eca9410
								
							
								
							
						 | 
						
							
							
								
								Fix unit tests and help lint for 'see' move
							
							
							
							
							
						 | 
						
							2009-03-11 17:33:54 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								abab72f80c
								
							
								
							
						 | 
						
							
							
								
								Move 'see' to its own vocabulary, and fix excess newlines after panes change
							
							
							
							
							
						 | 
						
							2009-03-11 07:18:24 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								692b648feb
								
							
								
							
						 | 
						
							
							
								
								Change tabular-output and smash-pane behavior to fix panes unit tests; re-organize panes code to make more words private
							
							
							
							
							
						 | 
						
							2009-03-11 03:17:30 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b3f09a9aed
								
							
								
							
						 | 
						
							
							
								
								Check for words which are not classes but have a $class-description element anyway
							
							
							
							
							
						 | 
						
							2009-03-10 17:28:17 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								bfaedc8d0a
								
							
								
							
						 | 
						
							
							
								
								Don't spam console with so much output in help.html
							
							
							
							
							
						 | 
						
							2009-03-06 13:50:55 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								91d0c4ed1f
								
							
								
							
						 | 
						
							
							
								
								Fix conflict
							
							
							
							
							
						 | 
						
							2009-02-22 20:02:13 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								8b0b5878d2
								
							
								
							
						 | 
						
							
							
								
								at* -> ?at in a couple places
							
							
							
							
							
						 | 
						
							2009-02-22 17:52:59 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								58e55d4f45
								
							
								
							
						 | 
						
							
							
								
								Working on documentation
							
							
							
							
							
						 | 
						
							2009-02-19 16:54:27 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								b4a61114e1
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-02-19 13:36:32 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								60134eeb98
								
							
								
							
						 | 
						
							
							
								
								Documentation fixes
							
							
							
							
							
						 | 
						
							2009-02-19 13:35:53 -06:00 | 
						
					
				
					
						
							
							
								 
								Benjamin Pollack
							
						 | 
						
							
							
							
							
								
							
								d6cede8a8f
								
							
								
							
						 | 
						
							
							
								
								documentation fix
							
							
							
							
							
						 | 
						
							2009-02-19 11:48:40 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								421ee726b8
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-02-16 21:22:12 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6b25e99470
								
							
								
							
						 | 
						
							
							
								
								Add summary for heaps more vocabs
							
							
							
							
							
						 | 
						
							2009-02-16 21:05:13 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								4a639033fa
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-02-15 21:06:55 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								6b99b04531
								
							
								
							
						 | 
						
							
							
								
								Add vocab: for vocab-relative paths
							
							
							
							
							
						 | 
						
							2009-02-15 19:53:21 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ace2e0a8d1
								
							
								
							
						 | 
						
							
							
								
								Fix word links in vocab browser
							
							
							
							
							
						 | 
						
							2009-02-12 02:09:45 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								da825003ae
								
							
								
							
						 | 
						
							
							
								
								io.styles: support image style
							
							
							
							
							
						 | 
						
							2009-02-11 04:53:33 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ab386d01aa
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-02-10 16:23:14 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								07caee3405
								
							
								
							
						 | 
						
							
							
								
								Update some existing code to use initialize
							
							
							
							
							
						 | 
						
							2009-02-10 16:16:12 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								fe59b4d24d
								
							
								
							
						 | 
						
							
							
								
								help: make all relevant words infer
							
							
							
							
							
						 | 
						
							2009-02-09 01:47:31 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								3045777f02
								
							
								
							
						 | 
						
							
							
								
								Fix conflict
							
							
							
							
							
						 | 
						
							2009-02-09 00:34:00 -06:00 | 
						
					
				
					
						
							
							
								 
								Daniel Ehrenberg
							
						 | 
						
							
							
							
							
								
							
								b65b88364c
								
							
								
							
						 | 
						
							
							
								
								Updating lots of things to use call( -- )
							
							
							
							
							
						 | 
						
							2009-02-08 22:12:11 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								ca2c14646e
								
							
								
							
						 | 
						
							
							
								
								help.stylesheet: use COLOR:
							
							
							
							
							
						 | 
						
							2009-02-07 18:05:24 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								dd9cf39467
								
							
								
							
						 | 
						
							
							
								
								Fix conflict in libc
							
							
							
							
							
						 | 
						
							2009-02-06 05:10:41 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								148317846b
								
							
								
							
						 | 
						
							
							
								
								Update various vocabularies for colors.constants
							
							
							
							
							
						 | 
						
							2009-02-05 22:17:15 -06:00 | 
						
					
				
					
						
							
							
								 
								Daniel Ehrenberg
							
						 | 
						
							
							
							
							
								
							
								86c3481f12
								
							
								
							
						 | 
						
							
							
								
								Moving XML vocabularies around
							
							
							
							
							
						 | 
						
							2009-02-05 21:17:03 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								1085487028
								
							
								
							
						 | 
						
							
							
								
								help.stylesheet: Use a real bullet instead of a dash
							
							
							
							
							
						 | 
						
							2009-02-04 00:51:47 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								00fb6496fb
								
							
								
							
						 | 
						
							
							
								
								Links to words in apropos work better
							
							
							
							
							
						 | 
						
							2009-02-01 06:33:44 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								69938925ee
								
							
								
							
						 | 
						
							
							
								
								Fix conflict
							
							
							
							
							
						 | 
						
							2009-01-31 22:41:26 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								938d9c733e
								
							
								
							
						 | 
						
							
							
								
								Fix help.html for Dan's recent changes
							
							
							
							
							
						 | 
						
							2009-01-31 20:44:30 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								42c3c3383a
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-01-31 03:03:39 -06:00 | 
						
					
				
					
						
							
							
								 
								Daniel Ehrenberg
							
						 | 
						
							
							
							
							
								
							
								d4f865d5f0
								
							
								
							
						 | 
						
							
							
								
								Fixing some things I broke
							
							
							
							
							
						 | 
						
							2009-01-30 19:28:16 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0e68581193
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-01-30 03:46:02 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								fe886fc8f3
								
							
								
							
						 | 
						
							
							
								
								Help lint: check for empty description elements
							
							
							
							
							
						 | 
						
							2009-01-30 03:45:51 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0a0431e6ab
								
							
								
							
						 | 
						
							
							
								
								Fix conflict
							
							
							
							
							
						 | 
						
							2009-01-30 02:24:34 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								3c408342ef
								
							
								
							
						 | 
						
							
							
								
								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 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								5cd4f65e59
								
							
								
							
						 | 
						
							
							
								
								Fix conflict
							
							
							
							
							
						 | 
						
							2009-01-27 15:49:49 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								298fdecf32
								
							
								
							
						 | 
						
							
							
								
								Fixing eval unit test, and help lint failures from stricter help lint
							
							
							
							
							
						 | 
						
							2009-01-27 15:38:01 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								8b6ae748b9
								
							
								
							
						 | 
						
							
							
								
								Merge branch 'master' into new_ui
							
							
							
							
							
						 | 
						
							2009-01-27 06:34:19 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								730246c5e9
								
							
								
							
						 | 
						
							
							
								
								Make help.lint even stricter
							
							
							
							
							
						 | 
						
							2009-01-27 04:27:22 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								a9ef525aed
								
							
								
							
						 | 
						
							
							
								
								Help lint fixes for stricter help lint
							
							
							
							
							
						 | 
						
							2009-01-27 04:12:37 -06:00 |