Commit Graph

2321 Commits (1536ac8b4976d05efae48ea865a0c433da40a098)

Author SHA1 Message Date
Daniel Ehrenberg 1536ac8b49 Fixing Unicode collation bug 2009-01-11 19:41:48 -06:00
Daniel Ehrenberg fa52490fe9 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-09 15:55:17 -06:00
Daniel Ehrenberg fb25d04061 Optimizing and cleaning up unicode.breaks and unicode.normalize 2009-01-09 15:53:35 -06:00
Doug Coleman c8fe4b21e7 Rename reduce-output -> reduce-outputs 2009-01-09 15:39:47 -06:00
Doug Coleman fe2a43b481 fix bootstrap 2009-01-09 14:41:00 -06:00
Doug Coleman 69e4fe1f76 fix bootstrap on a couple platforms 2009-01-09 14:31:02 -06:00
Daniel Ehrenberg 1ed964e539 Speeding up normalization 2009-01-09 14:03:33 -06:00
Doug Coleman e661c67189 refactor a word to use smart combinators 2009-01-08 23:09:38 -06:00
Daniel Ehrenberg 8d8efb6dce Fixing Unicode bootstrap issue (hopefully) 2009-01-08 22:49:24 -06:00
Daniel Ehrenberg 58df6dad6f Unicode cleanup and optimization 2009-01-08 22:23:39 -06:00
Daniel Ehrenberg 43c18cd7fa Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 22:20:07 -06:00
Doug Coleman 527fa0e484 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 19:58:29 -06:00
Daniel Ehrenberg ad53cb8635 Privatizing unicode.case:ch>{lower,upper,title} 2009-01-08 19:07:46 -06:00
Doug Coleman 8cb0be6a0a use combinators.smart 2009-01-08 18:57:33 -06:00
Doug Coleman e020df3d00 use combinators.smart 2009-01-08 18:57:23 -06:00
Doug Coleman 932631c901 use combinators.smart for bit-count 2009-01-08 18:57:07 -06:00
Doug Coleman fe92608a1f Add combinators.smart 2009-01-08 18:56:49 -06:00
Daniel Ehrenberg 0aec786359 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:58:12 -06:00
Daniel Ehrenberg cf3473cc91 Making normalization and case conversion faster 2009-01-08 17:56:52 -06:00
Doug Coleman a773e59216 username -> user-name 2009-01-08 17:56:03 -06:00
Doug Coleman 0ab8f11e1a use smart combinators in tools.files.unix 2009-01-08 17:55:04 -06:00
Doug Coleman 5135a2499a username -> user-name 2009-01-08 17:07:33 -06:00
Slava Pestov 0e6a81afe1 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:03:26 -06:00
Slava Pestov 070d7f05df Fix typo in VALUE: docs 2009-01-08 17:03:15 -06:00
Slava Pestov 977837143b Load help.lint by default 2009-01-08 17:03:06 -06:00
Doug Coleman e20145dbad Merge branch 'master' of git://factorcode.org/git/factor 2009-01-08 17:02:24 -06:00
Doug Coleman b9f0d16026 add upward/stable/downward slices, monotonic-slice, trends and docs 2009-01-08 17:01:27 -06:00
Doug Coleman 0a9677c0af Test the database with parallel combinators 2009-01-08 16:41:38 -06:00
Doug Coleman d9d349993a Sorting by sequences of accessor/comparator pairs 2009-01-08 16:38:44 -06:00
Doug Coleman 6414426373 Add docs for sorting.human, add human>=< 2009-01-08 16:32:26 -06:00
Daniel Ehrenberg e927d84404 Fixing doc errors 2009-01-08 15:38:03 -06:00
Daniel Ehrenberg 4f4198d850 Cleaning up case conversion (still need Lithuanian tests) 2009-01-08 15:00:59 -06:00
Daniel Ehrenberg 1aa0684d45 Case conversion title case fixed 2009-01-07 23:54:19 -06:00
Daniel Ehrenberg 8b351b1ad6 Fixing normalize errors 2009-01-07 23:13:04 -06:00
Daniel Ehrenberg c0ad6b7c55 More docs; more case words public 2009-01-07 21:45:33 -06:00
Slava Pestov 35dc7ae429 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 21:18:59 -06:00
Daniel Ehrenberg 844855854b Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 17:59:56 -06:00
Daniel Ehrenberg 501fb3ccf1 Unicode docs 2009-01-07 17:59:01 -06:00
Samuel Tardieu e4b3f01e9e Fix bit-array>integer byte ordering 2009-01-07 23:16:27 +01:00
Doug Coleman 3026f1c8e3 add another test for group-name 2009-01-07 16:05:48 -06:00
Doug Coleman d3220a607f add unit test for group-name 2009-01-07 16:04:42 -06:00
Samuel Tardieu 6a2f46ed7f Move math.primes.factors from extra to basis 2009-01-07 23:01:27 +01:00
Doug Coleman 6d6e691083 Make human-sort behave like sort 2009-01-07 15:58:33 -06:00
Daniel Ehrenberg b3d175821a Unicode word breaks 2009-01-07 15:08:08 -06:00
Doug Coleman 638f1f4ceb fix group-name word, rename username -> user-name because of symmetry with group-name, use cleave>array in a couple places to eliminate counting items in an array manually 2009-01-07 14:53:43 -06:00
Samuel Tardieu 594bd3aee8 Move math.primes from extra to basis 2009-01-07 21:12:48 +01:00
Doug Coleman 64f07fa336 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 13:53:30 -06:00
Slava Pestov 39391fe852 CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary 2009-01-07 13:46:52 -06:00
Doug Coleman 80782f699a fix a couple more typos in grouping 2009-01-07 13:38:34 -06:00
Daniel Ehrenberg a860ae82f1 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 12:26:50 -06:00