Joel Jones 
							
						 
					 
					
						
						
							
						
						93282d2430 
					 
					
						
						
							
							Correct spelling, q.v.  http://en.wikipedia.org/wiki/Bourne_shell  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155202  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-20 16:08:56 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						adea497673 
					 
					
						
						
							
							[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-19 20:20:34 +00:00 
						 
				 
			
				
					
						
							
							
								Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						75338097c7 
					 
					
						
						
							
							Remove llvm-ld and llvm-stub (which is only used by llvm-ld).  
						
						... 
						
						
						
						llvm-ld is no longer useful and causes confusion and so it is being removed.
* Does not work very well on Windows because it must call a gcc like driver to
  assemble and link.
* Has lots of hard coded paths which are wrong on many systems.
* Does not understand most of ld's options.
* Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
  ld, or fully replaced by Clang.
I know of no production use of llvm-ld, and hacking use should be
replaced by Clang's driver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155147  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-04-19 19:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						9c55f5965b 
					 
					
						
						
							
							llvm/docs/*.html: Fix markups.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2012-03-27 11:25:16 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Christopher 
							
						 
					 
					
						
						
							
						
						78d0835969 
					 
					
						
						
							
							More llvmc bits. Spotted by Benjamin on IRC.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140124  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-09-20 00:42:28 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Christopher 
							
						 
					 
					
						
						
							
						
						eae5a13078 
					 
					
						
						
							
							Remove more of llvmc and dependencies.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-09-20 00:34:27 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						05d0265fef 
					 
					
						
						
							
							docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.  
						
						... 
						
						
						
						H1 ... doc_title
H2 ... doc_section
H3 ... doc_subsection
H4 ... doc_subsubsection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-18 23:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						b9a33634cc 
					 
					
						
						
							
							docs: Canonicalize URLs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129181  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-04-09 02:13:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						3dfb3cfb38 
					 
					
						
						
							
							Fix whitespace to be more consistent with AsmPrinter's style.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104962  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-28 17:07:41 +00:00 
						 
				 
			
				
					
						
							
							
								mike-m 
							
						 
					 
					
						
						
							
						
						e2c3a49c80 
					 
					
						
						
							
							Revert r103213. It broke several sections of live website.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-07 00:28:04 +00:00 
						 
				 
			
				
					
						
							
							
								mike-m 
							
						 
					 
					
						
						
							
						
						68cb31901c 
					 
					
						
						
							
							Overhauled llvm/clang docs builds. Closes PR6613.  
						
						... 
						
						
						
						NOTE: 2nd part changeset for cfe trunk to follow.
*** PRE-PATCH ISSUES ADDRESSED
- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths
*** IMPROVEMENTS
- bumped Doxygen from 1.4.x -> 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-06 23:45:43 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						cd465012b3 
					 
					
						
						
							
							one more thing.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103024  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-04 18:16:00 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						860e0b4c95 
					 
					
						
						
							
							update instructions for llvm-gcc4, the brave new world!  PR7037  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103023  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-05-04 18:15:33 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						abbf7cb7a9 
					 
					
						
						
							
							Fix a typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97181  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-02-25 23:41:41 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Kramer 
							
						 
					 
					
						
						
							
						
						8040cd3cfd 
					 
					
						
						
							
							Documentation: Perform automated correction of common typos.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-10-12 14:46:08 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						2c6f9f7227 
					 
					
						
						
							
							add a FAQ.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74538  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-06-30 17:10:19 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						7e0fc8a10c 
					 
					
						
						
							
							Fixed spelling.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68821  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-10 20:48:27 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						a0bd8109f9 
					 
					
						
						
							
							Use 'name' instead of 'href'.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68534  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-07 18:54:06 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						b1a61bd178 
					 
					
						
						
							
							Fix verification failure.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68531  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-07 18:52:30 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						f159402cbd 
					 
					
						
						
							
							Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't  
						
						... 
						
						
						
						work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68530  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-07 18:51:13 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						290235f898 
					 
					
						
						
							
							Another reformatting. No change in docs.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68528  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-04-07 18:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						f94ecc3d1a 
					 
					
						
						
							
							fix broken GCC bugzilla link  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65858  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-03-02 19:11:53 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						54820ce91c 
					 
					
						
						
							
							add a Q/A on broken GCCs  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65857  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-03-02 19:08:05 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						cfbcd591d2 
					 
					
						
						
							
							Answer a common FAQ:  
						
						... 
						
						
						
						"Can I compile C or C++ code to platform-independent LLVM bitcode?"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64222  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-02-10 17:26:53 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						d5b455f6b0 
					 
					
						
						
							
							Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62961  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-01-25 16:04:50 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						a54d4b27b6 
					 
					
						
						
							
							Simplified marking code regions -- no need to use <div> to surround <pre> tags.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61143  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-17 18:11:40 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						b61065598e 
					 
					
						
						
							
							Instead of referring to the license file in the 2.3 release, refer to the  
						
						... 
						
						
						
						always-current SVN version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61142  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-17 18:06:53 +00:00 
						 
				 
			
				
					
						
							
							
								Misha Brukman 
							
						 
					 
					
						
						
							
						
						444087057a 
					 
					
						
						
							
							Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60880  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-12-11 17:34:48 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Gohman 
							
						 
					 
					
						
						
							
						
						f003276ee6 
					 
					
						
						
							
							Fix a few HTML tidiness issues.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59966  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-11-24 17:18:39 +00:00 
						 
				 
			
				
					
						
							
							
								Duncan Sands 
							
						 
					 
					
						
						
							
						
						f3b23188d5 
					 
					
						
						
							
							Stacker is dead.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56844  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-09-30 15:18:29 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						0526778ab7 
					 
					
						
						
							
							Update LICENSE link.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56689  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-09-26 21:12:29 +00:00 
						 
				 
			
				
					
						
							
							
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						e5079051b9 
					 
					
						
						
							
							Improving wording.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47503  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-22 21:55:51 +00:00 
						 
				 
			
				
					
						
							
							
								Gordon Henriksen 
							
						 
					 
					
						
						
							
						
						58366820c4 
					 
					
						
						
							
							Adding a note about IR generation to the LLVM FAQ.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47502  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2008-02-22 20:58:29 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						a631a87ce1 
					 
					
						
						
							
							__main is dead along with llvm-gcc3.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43545  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-10-31 05:53:31 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						e9a6c35f51 
					 
					
						
						
							
							Validation fixes  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42227  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-09-22 09:54:47 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						669ed45029 
					 
					
						
						
							
							Subversionify the documentation.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-09 08:04:31 +00:00 
						 
				 
			
				
					
						
							
							
								Gabor Greif 
							
						 
					 
					
						
						
							
						
						04367bfc20 
					 
					
						
						
							
							first pass of nomenclature changes in .html files  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-07-06 22:07:22 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						174d57880f 
					 
					
						
						
							
							Added "llvmc" to the FAQ.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37337  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-29 09:35:34 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Wendling 
							
						 
					 
					
						
						
							
						
						d6a68eb2ca 
					 
					
						
						
							
							Added "doc_class" div tags to code segments.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37336  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-05-29 09:24:33 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						31d041935e 
					 
					
						
						
							
							remove an obsolete question  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34274  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-14 07:40:16 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						434262ad51 
					 
					
						
						
							
							Remove references to gccld and gccas, adjusting the documentation to  
						
						... 
						
						
						
						mention llvm-ld and opt instead (if appropriate).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34094  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2007-02-09 15:59:08 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						b495fb0e8c 
					 
					
						
						
							
							Add a note about C++ -> C with libstdc++  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29993  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-31 04:26:31 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						33bef484ce 
					 
					
						
						
							
							Add a link in a prominant location.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29689  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-15 00:43:35 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						e00906fbc2 
					 
					
						
						
							
							Answer the most frequently asked question, about GEPs. The answer is  
						
						... 
						
						
						
						sufficiently long that I placed it in a separate file but it links from
the FAQ page. More might need to be added to GetElementPtr.html to
address additional confusion surrounding GEP.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29594  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-08-10 20:15:58 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						af7fd20b54 
					 
					
						
						
							
							Answer the FAQ: "can llvm convert C++ code to C?"  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29212  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-07-19 18:19:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						7b8229a146 
					 
					
						
						
							
							Actually, semantical doesn't appear to be a word.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27983  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-26 21:03:17 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Lattner 
							
						 
					 
					
						
						
							
						
						ae9a9934aa 
					 
					
						
						
							
							Unfortunately this really isn't the place for advertisement.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27979  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-26 18:10:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jeff Cohen 
							
						 
					 
					
						
						
							
						
						83490d3951 
					 
					
						
						
							
							Fix typo.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27978  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-26 18:05:25 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						c87f497f06 
					 
					
						
						
							
							Fix some anchors.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27977  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-26 15:46:53 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Spencer 
							
						 
					 
					
						
						
							
						
						501bfee717 
					 
					
						
						
							
							Add some notes about the current state of source (front end) languages  
						
						... 
						
						
						
						so we can point to them on llvm-dev.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27976  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2006-04-26 14:52:19 +00:00