Commit Graph

70 Commits (fd1d1387a489179f246c953d1d432740f4977b5d)

Author SHA1 Message Date
Slava Pestov 375020b7fe Add push-at to core 2008-06-13 02:09:16 -05:00
Slava Pestov 045b657474 Move replicate into core; move selection sort into its own vocab; remove usages of and? and or? which are redundant now 2008-06-13 01:51:46 -05:00
Slava Pestov 8e4b1c2858 Add unicode as a bootstrap option 2008-06-12 05:13:31 -05:00
Slava Pestov 29fa4a8a54 assoc-find is no longer generic 2008-06-09 05:22:21 -05:00
U-SLAVA-DFB8FF805\Slava 2e39bed5ec Trim some fat from tree-shaken images on Windows 2008-06-07 07:22:38 -05:00
Daniel Ehrenberg 94776f6841 Collation cleanup and test added 2008-06-01 13:50:12 -05:00
Daniel Ehrenberg d3d1db199e Docs for collation 2008-06-01 11:24:17 -05:00
Slava Pestov 41c845cf73 Encoding issue? 2008-05-29 02:51:16 -05:00
Daniel Ehrenberg 2b7ca515cc Fixing Unicode collation tests 2008-05-25 21:36:38 -05:00
Daniel Ehrenberg a77034c748 Fixing insensitive equality tests 2008-05-25 20:21:39 -05:00
Daniel Ehrenberg 0f1885caf8 Insensitive equality in unicode.collation 2008-05-25 15:41:26 -05:00
Daniel Ehrenberg adb7db99b1 Making collation tests not crash the UI 2008-05-25 15:19:47 -05:00
Daniel Ehrenberg 8ac9d9d9b2 Unicode collation done, except for tailoring. Normalization test suite 2008-05-25 12:40:12 -05:00
Daniel Ehrenberg 5646d067e4 Fixing Unicode collation, except for Korean 2008-05-25 02:51:27 -05:00
Daniel Ehrenberg e2d1e57142 Unicode changes for collation and resource file parsing 2008-05-24 17:34:01 -05:00
Daniel Ehrenberg f332686375 Making collation better 2008-05-24 12:17:08 -05:00
Daniel Ehrenberg c4fb27f538 Merge branch 'master' of git://factorcode.org/git/factor 2008-05-20 16:58:31 -05:00
Daniel Ehrenberg 1ef44694cd Bug fixes for normalization 2008-05-20 16:57:53 -05:00
Slava Pestov c60baf1232 sift and harvest words added 2008-05-13 23:36:55 -05:00
Slava Pestov e13be8ce3f Use unique word 2008-05-11 13:07:07 -05:00
Slava Pestov 2665a75feb Merge git://factorcode.org/git/littledan 2008-05-09 18:24:57 -05:00
Daniel Ehrenberg b7006bf456 Merge branch 'master' of git://factorcode.org/git/factor 2008-05-09 16:41:38 -05:00
Slava Pestov 918418e9e6 Merge branch 'master' of git://factorcode.org/git/littledan 2008-05-07 00:40:55 -05:00
Daniel Ehrenberg c04da7bdfb unicode.syntax.backend => value (with docs &c) 2008-05-06 20:59:37 -05:00
Daniel Ehrenberg 2e796f8431 Interval maps made more efficient 2008-05-06 16:26:20 -05:00
Doug Coleman 7c09936f30 use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
2008-05-06 12:37:11 -05:00
Daniel Ehrenberg d5f63983c3 Unicode script uses interval maps 2008-05-05 23:47:22 -05:00
Slava Pestov 255a86c2df Move unclip-last-slice to sequences 2008-05-05 00:14:43 -05:00
Daniel Ehrenberg e1b5a081d2 unicode.script 2008-05-04 23:33:54 -05:00
Daniel Ehrenberg 594f335dfe Adding IANA encodings table 2008-04-30 21:04:57 -05:00
Daniel Ehrenberg 43cbb17e17 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/delegate/delegate.factor
	extra/unicode/data/data.factor
2008-04-30 19:45:12 -05:00
Daniel Ehrenberg eac64bccab Moving VALUE: into unicode.syntax.backend 2008-04-30 19:39:54 -05:00
Doug Coleman 4d0ba8c3c1 reverse args for assoc-diff, diff
fix lots of usings
fix help lint
2008-04-26 02:01:43 -05:00
Doug Coleman b7c1f9dbe8 extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
2008-04-25 23:17:08 -05:00
Doug Coleman 2edd0fefc9 new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
2008-04-13 22:58:07 -05:00
Slava Pestov 4fe4605e9e Fix load error 2008-04-13 05:22:17 -05:00
Slava Pestov aaf48cebf5 New utility word 2008-04-13 03:52:40 -05:00
Doug Coleman 91263905d3 cond/case 2008-04-11 12:54:51 -05:00
Slava Pestov b2fa4e2f07 unicode no longer depends on *.lib 2008-04-05 07:57:26 -05:00
Slava Pestov c22af5c7a6 Rename 2apply to bi@ 2008-03-29 20:36:58 -05:00
Slava Pestov 690621ffb6 Change PREDICATE: syntax 2008-03-26 18:23:19 -05:00
Slava Pestov ec698b7f53 Parser overhaul 2008-03-16 02:43:00 -05:00
Slava Pestov 6574009e03 Fix merge conflicts 2008-03-06 13:54:15 -06:00
Daniel Ehrenberg a7ee1d2642 Assuring that \r\n is included as blank in unicode.categories 2008-02-26 19:32:33 -06:00
Daniel Ehrenberg 62f9ed5dbd putting encodings on all file readers/writers 2008-02-16 22:17:41 -06:00
Slava Pestov 900e82b552 Fix USING: 2008-02-15 19:54:06 -06:00
Slava Pestov 87dfd962a2 Unicode character name syntax 2008-02-15 19:32:14 -06:00
Slava Pestov c4ac180c5a Rename substitute to substitute-here, change stack effect, update some libraries to use it 2008-02-15 19:23:38 -06:00
Slava Pestov d77c84be19 Move unicode.data:replace to sequences.lib and refactor it 2008-02-14 20:38:46 -06:00
Daniel Ehrenberg 6ff319cfcb Unicode upgrade and fix 2008-02-13 19:53:53 -06:00