Nicolas Petton
							
						 | 
						
							
							
								5c62d4313a
							
							Fixes issue 428:
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								c17e9af79f
							
							Add Pharo-like handy Object >> #putOn: and Stream >> #<< for streaming
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b38cb3495b
							
							Removed Object >> printNL and #log:block:
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								48f360f907
							
							Fix issue #429 - #printString call #printOn:
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								a87162f044
							
							JSObjectProxy >> at:IfPresent:{,ifAbsent:}
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								39f372af29
							
							Another tab/space strange combos out.
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								8d0d0adde2
							
							Convert spaces to tabs in .st
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b1237d41a3
							
							Add class knowledge to Protocol announcements and class organizer
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								8bd70b8de2
							
							Better handling of system announcements and organizers
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								ec60a4c078
							
							Do not remove methods on class removal
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b9bd29c3fe
							
							Merge pull request #374 from herby/loader-cleanup
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								2e40ee8a92
							
							createPackage: with only one parameter at the beginning of .st
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								fd12bc5aef
							
							Add Smalltalk>>version
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								d3bd790e13
							
							loader: refactorings
						 | 
						12 years ago | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								603a366512
							
							JSObjectProxy>>at:ifAbsent: take care of property which is set to 'undefined' (as suggested by Herby)
						 | 
						12 years ago | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								1b7fd0345b
							
							JSObjectProxy>>value: use >>at:ifAbsent:
						 | 
						12 years ago | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								c0b0e6d897
							
							JSObjectProxy: add >>at:ifAbsent:
						 | 
						12 years ago | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								57ebfa0b0e
							
							KernelObjects: add JSObjectProxy>>value
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								99b4e14073
							
							Fixed issue #327 (again)
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								c9904a91b8
							
							Renamed Smalltalk >> asSmalltalkError: to #asSmalltalkException:
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								5976556d2e
							
							Catch all exceptions occurring in the Smalltalk stack. JS exceptions are converted to instances of JavaScriptException
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								fa5b0144d8
							
							commitPathsFromLoader was removed by merge
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								e88a04f0c0
							
							Merge branch 'master' into ast-interpreter
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								fadbe674a2
							
							- fixed context locals filling
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								9bc3e46a1f
							
							Mystery of class '[object Object]' resolved.
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								676ed4501c
							
							Merge branch 'master' into ast-interpreter
						 | 
						12 years ago | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								568e674295
							
							deprecated Smalltalk >> createPackage:properties:
						 | 
						12 years ago | 
					
				
					
						
							
								   Apostolis Xekoukoulotakis
							
						 | 
						
							
							
								54f05f12e4
							
							timesRepeat without truncated
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								64531f6267
							
							Mis-wrap always put CompiledMethod to Kernel-Object...
						 | 
						12 years ago | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								f47f3502df
							
							Smalltalk >> createPackage:properties: returned.
						 | 
						12 years ago |