]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Daniel Ehrenberg [Fri, 9 Jan 2009 21:54:52 +0000 (15:54 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoOptimizing and cleaning up unicode.breaks and unicode.normalize
Daniel Ehrenberg [Fri, 9 Jan 2009 21:53:35 +0000 (15:53 -0600)]
Optimizing and cleaning up unicode.breaks and unicode.normalize

15 years agoSpeeding up normalization
Daniel Ehrenberg [Fri, 9 Jan 2009 20:03:33 +0000 (14:03 -0600)]
Speeding up normalization

15 years agoFixing Unicode bootstrap issue (hopefully)
Daniel Ehrenberg [Fri, 9 Jan 2009 04:49:24 +0000 (22:49 -0600)]
Fixing Unicode bootstrap issue (hopefully)

15 years agoUnicode cleanup and optimization
Daniel Ehrenberg [Fri, 9 Jan 2009 04:23:39 +0000 (22:23 -0600)]
Unicode cleanup and optimization

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 9 Jan 2009 04:20:07 +0000 (22:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFUEL: Nicer autodoc error messages.
Jose A. Ortega Ruiz [Fri, 9 Jan 2009 02:45:04 +0000 (03:45 +0100)]
FUEL: Nicer autodoc error messages.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 9 Jan 2009 01:58:29 +0000 (19:58 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoPrivatizing unicode.case:ch>{lower,upper,title}
Daniel Ehrenberg [Fri, 9 Jan 2009 01:07:46 +0000 (19:07 -0600)]
Privatizing unicode.case:ch>{lower,upper,title}

15 years agouse combinators.smart
Doug Coleman [Fri, 9 Jan 2009 00:57:33 +0000 (18:57 -0600)]
use combinators.smart

15 years agouse combinators.smart
Doug Coleman [Fri, 9 Jan 2009 00:57:23 +0000 (18:57 -0600)]
use combinators.smart

15 years agouse combinators.smart for bit-count
Doug Coleman [Fri, 9 Jan 2009 00:57:07 +0000 (18:57 -0600)]
use combinators.smart for bit-count

15 years agoAdd combinators.smart
Doug Coleman [Fri, 9 Jan 2009 00:56:49 +0000 (18:56 -0600)]
Add combinators.smart

15 years agoFUEL: Improved connection behaviour in presence of fuel loading errors.
Jose A. Ortega Ruiz [Fri, 9 Jan 2009 00:50:51 +0000 (01:50 +0100)]
FUEL: Improved connection behaviour in presence of fuel loading errors.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 8 Jan 2009 23:58:12 +0000 (17:58 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMaking normalization and case conversion faster
Daniel Ehrenberg [Thu, 8 Jan 2009 23:56:52 +0000 (17:56 -0600)]
Making normalization and case conversion faster

15 years agousername -> user-name
Doug Coleman [Thu, 8 Jan 2009 23:56:03 +0000 (17:56 -0600)]
username -> user-name

15 years agouse smart combinators in tools.files.unix
Doug Coleman [Thu, 8 Jan 2009 23:55:04 +0000 (17:55 -0600)]
use smart combinators in tools.files.unix

15 years agouse smart combinator in geo-ip
Doug Coleman [Thu, 8 Jan 2009 23:53:48 +0000 (17:53 -0600)]
use smart combinator in geo-ip

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 8 Jan 2009 23:52:03 +0000 (17:52 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse input<sequence in usa-cities
Doug Coleman [Thu, 8 Jan 2009 23:48:17 +0000 (17:48 -0600)]
use input<sequence in usa-cities

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 8 Jan 2009 23:10:25 +0000 (17:10 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Slava Pestov [Thu, 8 Jan 2009 23:10:09 +0000 (17:10 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agousername -> user-name
Doug Coleman [Thu, 8 Jan 2009 23:07:33 +0000 (17:07 -0600)]
username -> user-name

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 8 Jan 2009 23:03:26 +0000 (17:03 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix typo in VALUE: docs
Slava Pestov [Thu, 8 Jan 2009 23:03:15 +0000 (17:03 -0600)]
Fix typo in VALUE: docs

15 years agoLoad help.lint by default
Slava Pestov [Thu, 8 Jan 2009 23:03:06 +0000 (17:03 -0600)]
Load help.lint by default

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 8 Jan 2009 23:02:24 +0000 (17:02 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd upward/stable/downward slices, monotonic-slice, trends and docs
Doug Coleman [Thu, 8 Jan 2009 23:01:27 +0000 (17:01 -0600)]
add upward/stable/downward slices, monotonic-slice, trends and docs

15 years agoFUEL: Improvements to factor-mode-visit-other-file.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 22:52:38 +0000 (23:52 +0100)]
FUEL: Improvements to factor-mode-visit-other-file.

15 years agoTest the database with parallel combinators
Doug Coleman [Thu, 8 Jan 2009 22:41:38 +0000 (16:41 -0600)]
Test the database with parallel combinators

15 years agoSorting by sequences of accessor/comparator pairs
Doug Coleman [Thu, 8 Jan 2009 22:38:44 +0000 (16:38 -0600)]
Sorting by sequences of accessor/comparator pairs

15 years agoAdd docs for sorting.human, add human>=<
Doug Coleman [Thu, 8 Jan 2009 22:32:26 +0000 (16:32 -0600)]
Add docs for sorting.human, add human>=<

15 years agoadd >=< word to math.order
Doug Coleman [Thu, 8 Jan 2009 22:06:01 +0000 (16:06 -0600)]
add >=< word to math.order

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 8 Jan 2009 21:38:12 +0000 (15:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing doc errors
Daniel Ehrenberg [Thu, 8 Jan 2009 21:38:03 +0000 (15:38 -0600)]
Fixing doc errors

15 years agoCleaning up case conversion (still need Lithuanian tests)
Daniel Ehrenberg [Thu, 8 Jan 2009 21:00:59 +0000 (15:00 -0600)]
Cleaning up case conversion (still need Lithuanian tests)

15 years agoFUEL: New command: fuel-show-file-words.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 17:47:17 +0000 (18:47 +0100)]
FUEL: New command: fuel-show-file-words.

15 years agoFUEL: Better word extraction.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 16:00:48 +0000 (17:00 +0100)]
FUEL: Better word extraction.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 8 Jan 2009 05:55:47 +0000 (23:55 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd L-system.models.airhorse
Eduardo Cavazos [Thu, 8 Jan 2009 05:55:30 +0000 (23:55 -0600)]
Add L-system.models.airhorse

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 8 Jan 2009 05:54:35 +0000 (23:54 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCase conversion title case fixed
Daniel Ehrenberg [Thu, 8 Jan 2009 05:54:19 +0000 (23:54 -0600)]
Case conversion title case fixed

15 years agoL-system.models.abop-5: Adjust axiom (grow along Z)
Eduardo Cavazos [Thu, 8 Jan 2009 05:23:32 +0000 (23:23 -0600)]
L-system.models.abop-5: Adjust axiom (grow along Z)

15 years agoupdate.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org...
Eduardo Cavazos [Thu, 8 Jan 2009 05:17:57 +0000 (23:17 -0600)]
update.latest: Move back to using 'git' protocol instead of 'http' (factorcode.org git daemon seems stable again)

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Eduardo Cavazos [Thu, 8 Jan 2009 05:17:39 +0000 (23:17 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd L-system.models.abop-5-angular
Eduardo Cavazos [Thu, 8 Jan 2009 05:16:34 +0000 (23:16 -0600)]
Add L-system.models.abop-5-angular

15 years agoAdd L-system.models.abop-6
Eduardo Cavazos [Thu, 8 Jan 2009 05:16:09 +0000 (23:16 -0600)]
Add L-system.models.abop-6

15 years agoL-system.models.abop-5: change default angle
Eduardo Cavazos [Thu, 8 Jan 2009 05:15:47 +0000 (23:15 -0600)]
L-system.models.abop-5: change default angle

15 years agoL-system.models.abop-4: change default angle
Eduardo Cavazos [Thu, 8 Jan 2009 05:15:30 +0000 (23:15 -0600)]
L-system.models.abop-4: change default angle

15 years agoL-system.models.abop-3: change default angle
Eduardo Cavazos [Thu, 8 Jan 2009 05:15:04 +0000 (23:15 -0600)]
L-system.models.abop-3: change default angle

15 years agoL-system.models.abop-2: change default angle
Eduardo Cavazos [Thu, 8 Jan 2009 05:14:32 +0000 (23:14 -0600)]
L-system.models.abop-2: change default angle

15 years agoL-system: Key gestures for strafing camera. Support for changing turtle values.
Eduardo Cavazos [Thu, 8 Jan 2009 05:13:18 +0000 (23:13 -0600)]
L-system: Key gestures for strafing camera. Support for changing turtle values.

15 years agoFixing normalize errors
Daniel Ehrenberg [Thu, 8 Jan 2009 05:13:04 +0000 (23:13 -0600)]
Fixing normalize errors

15 years agoMore docs; more case words public
Daniel Ehrenberg [Thu, 8 Jan 2009 03:45:33 +0000 (21:45 -0600)]
More docs; more case words public

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 8 Jan 2009 03:29:18 +0000 (21:29 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of http://factorcode.org/git/factor
Eduardo Cavazos [Thu, 8 Jan 2009 03:25:26 +0000 (21:25 -0600)]
Merge branch 'master' of http://factorcode.org/git/factor

15 years agoAdd L-system.models.abop-5
Eduardo Cavazos [Thu, 8 Jan 2009 03:24:44 +0000 (21:24 -0600)]
Add L-system.models.abop-5

15 years agoAdd L-system.models.abop-4
Eduardo Cavazos [Thu, 8 Jan 2009 03:24:30 +0000 (21:24 -0600)]
Add L-system.models.abop-4

15 years agoAdd L-system.models.abop-3
Eduardo Cavazos [Thu, 8 Jan 2009 03:23:57 +0000 (21:23 -0600)]
Add L-system.models.abop-3

15 years agoAdd link
Slava Pestov [Thu, 8 Jan 2009 03:20:05 +0000 (21:20 -0600)]
Add link

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 8 Jan 2009 03:18:59 +0000 (21:18 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'for-slava' of git://git.rfc1149.net/factor
Slava Pestov [Thu, 8 Jan 2009 03:18:50 +0000 (21:18 -0600)]
Merge branch 'for-slava' of git://git.rfc1149.net/factor

15 years agoFUEL: Better region boundary adjustment in extract-word.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 01:08:57 +0000 (02:08 +0100)]
FUEL: Better region boundary adjustment in extract-word.

15 years agoFUEL: Adjust region to word boundaries if needed in fuel-refactor-extract-word.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 01:00:04 +0000 (02:00 +0100)]
FUEL: Adjust region to word boundaries if needed in fuel-refactor-extract-word.

15 years agoFUEL: Ooops, missing require.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 00:54:22 +0000 (01:54 +0100)]
FUEL: Ooops, missing require.

15 years agoFUEL: Highlight new word during fuel-refactor-extract-word.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 00:50:35 +0000 (01:50 +0100)]
FUEL: Highlight new word during fuel-refactor-extract-word.

15 years agoFUEL: Extract word refactoring.
Jose A. Ortega Ruiz [Thu, 8 Jan 2009 00:30:12 +0000 (01:30 +0100)]
FUEL: Extract word refactoring.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 7 Jan 2009 23:59:56 +0000 (17:59 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUnicode docs
Daniel Ehrenberg [Wed, 7 Jan 2009 23:59:01 +0000 (17:59 -0600)]
Unicode docs

15 years agoL-system: offer help via F1
Eduardo Cavazos [Wed, 7 Jan 2009 22:47:25 +0000 (16:47 -0600)]
L-system: offer help via F1

15 years agoMerge branch 'master' of http://factorcode.org/git/factor
Eduardo Cavazos [Wed, 7 Jan 2009 22:27:42 +0000 (16:27 -0600)]
Merge branch 'master' of http://factorcode.org/git/factor

15 years agoAdd L-system.models.abop-2
Eduardo Cavazos [Wed, 7 Jan 2009 22:26:19 +0000 (16:26 -0600)]
Add L-system.models.abop-2

15 years agoL-system.models.abop-1: Minor tweaks
Eduardo Cavazos [Wed, 7 Jan 2009 22:25:32 +0000 (16:25 -0600)]
L-system.models.abop-1: Minor tweaks

15 years agoL-system: Add rotating pedestal
Eduardo Cavazos [Wed, 7 Jan 2009 22:24:56 +0000 (16:24 -0600)]
L-system: Add rotating pedestal

15 years agoFix bit-array>integer byte ordering
Samuel Tardieu [Wed, 7 Jan 2009 22:16:27 +0000 (23:16 +0100)]
Fix bit-array>integer byte ordering

15 years agoadd another test for group-name
Doug Coleman [Wed, 7 Jan 2009 22:05:48 +0000 (16:05 -0600)]
add another test for group-name

15 years agoadd unit test for group-name
Doug Coleman [Wed, 7 Jan 2009 22:04:42 +0000 (16:04 -0600)]
add unit test for group-name

15 years agoMove math.primes.factors from extra to basis
Samuel Tardieu [Wed, 7 Jan 2009 22:01:27 +0000 (23:01 +0100)]
Move math.primes.factors from extra to basis

15 years agoMake human-sort behave like sort
Doug Coleman [Wed, 7 Jan 2009 21:58:33 +0000 (15:58 -0600)]
Make human-sort behave like sort

15 years agomath.primes.factors rewrite
Samuel Tardieu [Wed, 7 Jan 2009 21:16:39 +0000 (22:16 +0100)]
math.primes.factors rewrite

15 years agoUnicode word breaks
Daniel Ehrenberg [Wed, 7 Jan 2009 21:08:08 +0000 (15:08 -0600)]
Unicode word breaks

15 years agofix group-name word, rename username -> user-name because of symmetry with group...
Doug Coleman [Wed, 7 Jan 2009 20:53:43 +0000 (14:53 -0600)]
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

15 years agoMove math.primes from extra to basis
Samuel Tardieu [Wed, 7 Jan 2009 20:12:48 +0000 (21:12 +0100)]
Move math.primes from extra to basis

15 years agoSeparate lazy lists from core primes number generation
Samuel Tardieu [Wed, 7 Jan 2009 19:57:49 +0000 (20:57 +0100)]
Separate lazy lists from core primes number generation

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 7 Jan 2009 19:53:30 +0000 (13:53 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCGI responder would fail if the CGI script would emit non-ASCII characters; set encod...
Slava Pestov [Wed, 7 Jan 2009 19:46:52 +0000 (13:46 -0600)]
CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary

15 years agofix a couple more typos in grouping
Doug Coleman [Wed, 7 Jan 2009 19:38:34 +0000 (13:38 -0600)]
fix a couple more typos in grouping

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 7 Jan 2009 18:26:50 +0000 (12:26 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoWord breaks
Daniel Ehrenberg [Wed, 7 Jan 2009 18:23:07 +0000 (12:23 -0600)]
Word breaks

15 years agoFix typo in example
Slava Pestov [Wed, 7 Jan 2009 18:20:10 +0000 (12:20 -0600)]
Fix typo in example

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 7 Jan 2009 18:19:00 +0000 (12:19 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 7 Jan 2009 17:23:37 +0000 (11:23 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix typo in each-file stack effect, document io.directories.search
Doug Coleman [Wed, 7 Jan 2009 17:20:05 +0000 (11:20 -0600)]
Fix typo in each-file stack effect, document io.directories.search

15 years agofix typo in grouping docs, add more examples
U-C4\Administrator [Wed, 7 Jan 2009 17:05:53 +0000 (11:05 -0600)]
fix typo in grouping docs, add more examples

15 years agoAdd test for project Euler 157
Samuel Tardieu [Wed, 7 Jan 2009 12:37:17 +0000 (13:37 +0100)]
Add test for project Euler 157

15 years agoRemove "primes-under-million" list
Samuel Tardieu [Wed, 7 Jan 2009 09:34:07 +0000 (10:34 +0100)]
Remove "primes-under-million" list

In the past, this was a static list used to optimize prime factors
computation. Now that the dependency has been reversed, there is
no point in keeping this list which can be obtained by
"1000000 primes-upto" as easily.

15 years agoUse the largest source file to benchmark checksums
Samuel Tardieu [Wed, 7 Jan 2009 09:32:26 +0000 (10:32 +0100)]
Use the largest source file to benchmark checksums

"extra/math/primes/list.factor" is very small. Replace it with the
largest factor source file in benchmarks.

15 years agoAdd missing files in math.primes.erato and add copyright notice
Samuel Tardieu [Wed, 7 Jan 2009 09:18:00 +0000 (10:18 +0100)]
Add missing files in math.primes.erato and add copyright notice

15 years agoRefactor prime factors decomposition module and add more tests
Samuel Tardieu [Wed, 7 Jan 2009 08:58:46 +0000 (09:58 +0100)]
Refactor prime factors decomposition module and add more tests