Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								9f213f96f6
								
							
								
							
						 | 
						
							
							
								
								core: Add the shuffler words but without primitives.
							
							
							
							
							
							
							
							The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings... 
							
						 | 
						
							2018-06-19 22:52:58 -05:00 | 
						
					
				
					
						
							
							
								 
								Björn Lindqvist
							
						 | 
						
							
							
							
							
								
							
								20711a0fd3
								
							
								
							
						 | 
						
							
							
								
								Adding escaping to CHAR: " -> CHAR: \"
							
							
							
							
							
							
							
							It is not necessary to escape the " character, but it doesn't hurt and
is necessary for syntax-highlighting (FUEL) to work correctly. 
							
						 | 
						
							2016-09-04 06:40:43 +02:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								498285d7dd
								
							
								
							
						 | 
						
							
							
								
								unicode: make this the API for all unicode things.
							
							
							
							
							
						 | 
						
							2016-03-30 23:29:48 -07:00 | 
						
					
				
					
						
							
							
								 
								Björn Lindqvist
							
						 | 
						
							
							
							
							
								
							
								c07c1ba9b1
								
							
								
							
						 | 
						
							
							
								
								csv: need to handle \r because windows lines ends with \r\n
							
							
							
							
							
						 | 
						
							2014-09-25 10:00:07 -07:00 | 
						
					
				
					
						
							
							
								 
								Björn Lindqvist
							
						 | 
						
							
							
							
							
								
							
								dc3c947a5e
								
							
								
							
						 | 
						
							
							
								
								csv: empty strings and files are valid csv:s
							
							
							
							
							
						 | 
						
							2014-02-19 03:37:37 -08:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								06eaac026c
								
							
								
							
						 | 
						
							
							
								
								csv: cleanup some of the words a bit.
							
							
							
							
							
						 | 
						
							2013-03-19 11:03:30 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								a5c5970530
								
							
								
							
						 | 
						
							
							
								
								csv: cleanup public interface, adding stream- versions of read/write words.
							
							
							
							
							
						 | 
						
							2013-03-14 21:18:34 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								91b1f3fff1
								
							
								
							
						 | 
						
							
							
								
								csv: some performance improvements.
							
							
							
							
							
						 | 
						
							2013-03-14 21:05:41 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								7cb973009a
								
							
								
							
						 | 
						
							
							
								
								csv: bit faster writing csv.
							
							
							
							
							
						 | 
						
							2012-07-27 13:47:15 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								1949e4c2d9
								
							
								
							
						 | 
						
							
							
								
								csv: bit faster, simpler.
							
							
							
							
							
						 | 
						
							2012-07-27 13:22:32 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								bf3dbde042
								
							
								
							
						 | 
						
							
							
								
								csv: more permission parsing.
							
							
							
							
							
						 | 
						
							2012-07-18 12:24:24 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								d539aa9311
								
							
								
							
						 | 
						
							
							
								
								csv: don't need optional first/last.
							
							
							
							
							
						 | 
						
							2012-07-15 16:03:19 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								e607cfb6ce
								
							
								
							
						 | 
						
							
							
								
								csv: faster, only use make when field contains quotes or newlines.
							
							
							
							
							
						 | 
						
							2012-07-15 09:50:51 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								d31ece5dd0
								
							
								
							
						 | 
						
							
							
								
								csv: faster for files that do not have blanks around delimiter.
							
							
							
							
							
						 | 
						
							2012-07-15 09:15:55 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								49c2ec6180
								
							
								
							
						 | 
						
							
							
								
								csv: 20% faster.
							
							
							
							
							
						 | 
						
							2012-07-14 15:33:24 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								01dddd5381
								
							
								
							
						 | 
						
							
							
								
								csv: 20% faster reading, and 50% faster writing.
							
							
							
							
							
						 | 
						
							2012-07-13 21:45:29 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								b237df3a3b
								
							
								
							
						 | 
						
							
							
								
								Remove unused stack effects from DEFER: declarations.
							
							
							
							
							
						 | 
						
							2011-10-18 14:42:17 -07:00 | 
						
					
				
					
						
							
							
								 
								John Benediktsson
							
						 | 
						
							
							
							
							
								
							
								2b21f01918
								
							
								
							
						 | 
						
							
							
								
								Remove trim-whitespace in favor of [ blank? ] trim.
							
							
							
							
							
						 | 
						
							2011-10-14 13:22:28 -07:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								5eff2e0e9a
								
							
								
							
						 | 
						
							
							
								
								Add csv>string and string>csv
							
							
							
							
							
						 | 
						
							2010-02-27 07:58:38 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								0612bc6177
								
							
								
							
						 | 
						
							
							
								
								Factor source files should not be executable
							
							
							
							
							
						 | 
						
							2009-11-21 17:50:43 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								407377fc98
								
							
								
							
						 | 
						
							
							
								
								rename peek -> last and update all usages
							
							
							
							
							
						 | 
						
							2009-05-25 16:38:33 -05:00 | 
						
					
				
					
						
							
							
								 
								Daniel Ehrenberg
							
						 | 
						
							
							
							
							
								
							
								6215c38676
								
							
								
							
						 | 
						
							
							
								
								Fixing minor CSV bug
							
							
							
							
							
						 | 
						
							2009-02-12 01:32:06 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								9c2a476d98
								
							
								
							
						 | 
						
							
							
								
								minor cleanup
							
							
							
							
							
						 | 
						
							2009-01-30 19:24:35 -06:00 | 
						
					
				
					
						
							
							
								 
								Doug Coleman
							
						 | 
						
							
							
							
							
								
							
								f1a1760e6e
								
							
								
							
						 | 
						
							
							
								
								add csv>file and file>csv words, better docs for csv, a few cleanups
							
							
							
							
							
						 | 
						
							2009-01-30 19:23:04 -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
							
						 | 
						
							
							
							
							
								
							
								c073a8b4f5
								
							
								
							
						 | 
						
							
							
								
								Fix more compile errors
							
							
							
							
							
						 | 
						
							2008-12-15 22:49:35 -06:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								cf80dd122a
								
							
								
							
						 | 
						
							
							
								
								Updating code for make and fry changes
							
							
							
							
							
						 | 
						
							2008-09-10 22:11:40 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								e9877bf940
								
							
								
							
						 | 
						
							
							
								
								Move csv to basis
							
							
							
							
							
						 | 
						
							2008-09-03 20:19:52 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								4be5b70695
								
							
								
							
						 | 
						
							
							
								
								Move csv back to extra, it uses vars
							
							
							
							
							
						 | 
						
							2008-07-28 22:32:34 -05:00 | 
						
					
				
					
						
							
							
								 
								Slava Pestov
							
						 | 
						
							
							
							
							
								
							
								d66f887736
								
							
								
							
						 | 
						
							
							
								
								Create basis vocab root
							
							
							
							
							
						 | 
						
							2008-07-28 22:03:13 -05:00 |