Commit Graph

51 Commits (875357c1bf16981fb85e7bfadeac74de09dd1b51)

Author SHA1 Message Date
John Benediktsson 498285d7dd unicode: make this the API for all unicode things. 2016-03-30 23:29:48 -07:00
Doug Coleman e0d1b14e5c factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00
Doug Coleman 352e5de16a core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
2015-06-29 17:25:40 -07:00
John Benediktsson d61de12011 Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
John Benediktsson 378786599d Cleanup lint warnings. 2011-10-14 11:47:24 -07:00
John Benediktsson 4baf14972f sequences: adding ?last for symmetry. 2011-10-13 13:04:24 -07:00
John Benediktsson 3207244c60 sequences: define ?first and ?second. 2011-10-13 12:53:46 -07:00
Daniel Ehrenberg 512fe14e4e Merge branch 'bags' of git://github.com/littledan/Factor
Conflicts:

	basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
	basis/furnace/auth/auth.factor
	basis/stack-checker/backend/backend.factor
2010-03-16 13:28:00 -04:00
Joe Groff e7968ceffc mop up compiler errors from macosx load-all 2010-03-09 00:56:07 -08:00
Daniel Ehrenberg 6298203b4c Making all of basis and extra unambiguous for sets/namespaces 2010-02-26 16:28:38 -05:00
Joe Groff 6e1bffb1c5 update existing code to use :> ( ) when possible 2009-10-28 16:11:33 -05:00
Doug Coleman 3f3d57032b Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
Doug Coleman 407377fc98 rename peek -> last and update all usages 2009-05-25 16:38:33 -05:00
Daniel Ehrenberg 6257b97e4c In Farkup, image text is only parsed if given separate from the URL 2009-05-16 16:54:45 -05:00
Daniel Ehrenberg 13f553b284 Fixing farkup's parsing of [aaa] 2009-03-29 20:29:38 -05:00
Slava Pestov fd44378736 Trailing [[ no longer throws an error in farkup parser 2009-03-28 15:29:58 -05:00
Daniel Ehrenberg 941e56b046 Farkup parser rewrite 2009-03-16 00:42:48 -05:00
Slava Pestov cf5e14a52f Don't escape absolute URLs in Farkup 2009-03-07 21:47:06 -06:00
Slava Pestov a28bf0b918 Fix nofollow in farkup 2009-03-07 20:02:57 -06:00
Slava Pestov eaad0c7660 Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
Slava Pestov cddb1f6133 Fix spelling 2009-02-15 04:07:05 -06:00
Daniel Ehrenberg 86c3481f12 Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
Daniel Ehrenberg d4f865d5f0 Fixing some things I broke 2009-01-30 19:28:16 -06:00
Daniel Ehrenberg 6240f00803 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 11:30:07 -06:00
Daniel Ehrenberg de49f6fc74 Moving xml.interpolate to xml.literals 2009-01-30 11:29:30 -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
Daniel Ehrenberg 6372395b8a Fixing everything I broke? 2009-01-29 13:33:04 -06:00
Daniel Ehrenberg 1181bd6f59 Converting Farkup, html.components and lcs.diff2html to xml.interpolate 2009-01-27 00:03:42 -06:00
Daniel Ehrenberg 73f30edb29 Farkup and xmode.code2html switched to using xml.interpolate 2009-01-26 21:38:36 -06:00
Slava Pestov d815c0c048 Fix Farkup link escaping 2009-01-05 23:39:29 -06:00
Doug Coleman 4b6126f92a remove >r r> from various vocabs 2008-11-29 13:29:19 -06:00
Doug Coleman fb8bdfe7e5 rename last-slice1 to slice1-last 2008-11-22 20:00:37 -06:00
Doug Coleman 87bb2240fc add line-breaks? flag to farkup just for kicks. it might be useful 2008-10-01 17:11:19 -05:00
Slava Pestov 399824edad Remove reundant usings 2008-09-29 19:43:15 -05:00
Doug Coleman 3105395937 fix the farkup bug 2008-09-28 21:30:59 -05:00
Slava Pestov 0bfc4a66cf Remove unnecessary using 2008-09-28 17:54:57 -05:00
Doug Coleman 613f962540 change how farkup handles newlines in paragraphs 2008-09-28 10:10:58 -05:00
Doug Coleman 37130f911c allow horizontal lines in paragraphs if they start at the beginning of a line 2008-09-24 22:39:38 -05:00
Doug Coleman 2e5273df52 xmodes now can't contain whitespace. [ factor { 1 2 3 }] prints literally instead of getting syntax-highlighted 2008-09-24 22:22:36 -05:00
Doug Coleman 72685aa77e fix [[link]]-foo --- should not create a list 2008-09-24 19:26:37 -05:00
Doug Coleman 7e5af60cbc refactor farkup a bit, fix bug w/ paragraphs and code 2008-09-24 19:19:51 -05:00
Doug Coleman cbee5b39c2 farkup: add horizontal lines as ___ (3 underlines) 2008-09-23 01:27:39 -05:00
Doug Coleman 3ad286dc09 lists in paragraphs 2008-09-22 20:20:39 -05:00
Doug Coleman 7e983e5ee0 remove code duplication 2008-09-22 20:13:24 -05:00
Doug Coleman 436e665137 add orderd lists to farkup 2008-09-22 20:05:06 -05:00
Slava Pestov 5647d08f59 Fix some farkup bugs 2008-09-19 15:46:02 -05:00
Slava Pestov 74088bdbd3 Minor farkup fixes 2008-09-08 21:45:59 -05:00
Slava Pestov 17bfe2583e Document farkup 2008-09-07 18:20:31 -05:00
Slava Pestov e8f739401b Some improvements to farkup link handling 2008-09-07 18:06:20 -05:00
Doug Coleman e0f7e508aa fix farkup 2008-09-06 19:13:48 -05:00