]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Slava Pestov [Sat, 7 Mar 2009 21:24:41 +0000 (15:24 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoFUEL: fix vocabulary list tables.
Jose A. Ortega Ruiz [Sat, 7 Mar 2009 13:21:23 +0000 (14:21 +0100)]
FUEL: fix vocabulary list tables.

15 years agoFUEL: Compilation fixes.
Jose A. Ortega Ruiz [Sat, 7 Mar 2009 12:55:22 +0000 (13:55 +0100)]
FUEL: Compilation fixes.

15 years agoUpdate infix for locals change
Slava Pestov [Sat, 7 Mar 2009 09:21:03 +0000 (03:21 -0600)]
Update infix for locals change

15 years agoUpdate 4DNav for new_ui
Slava Pestov [Sat, 7 Mar 2009 09:20:47 +0000 (03:20 -0600)]
Update 4DNav for new_ui

15 years agoAdd meta-data
Slava Pestov [Sat, 7 Mar 2009 07:48:36 +0000 (01:48 -0600)]
Add meta-data

15 years agoMove flatland to unmaintained
Slava Pestov [Sat, 7 Mar 2009 07:47:18 +0000 (01:47 -0600)]
Move flatland to unmaintained

15 years agoRemove some stuff from unmaintained, and put some extra stuff there
Slava Pestov [Sat, 7 Mar 2009 07:38:50 +0000 (01:38 -0600)]
Remove some stuff from unmaintained, and put some extra stuff there

15 years agoVarious load-everything fixes
Slava Pestov [Sat, 7 Mar 2009 07:22:21 +0000 (01:22 -0600)]
Various load-everything fixes

15 years agoUpdating meta-data
Slava Pestov [Sat, 7 Mar 2009 06:57:04 +0000 (00:57 -0600)]
Updating meta-data

15 years agoFix delegate docs
Slava Pestov [Sat, 7 Mar 2009 06:56:52 +0000 (00:56 -0600)]
Fix delegate docs

15 years agoFix bootstrap: delegate cannot depend on locals since locals depends on delegate
Slava Pestov [Sat, 7 Mar 2009 06:49:57 +0000 (00:49 -0600)]
Fix bootstrap: delegate cannot depend on locals since locals depends on delegate

15 years agoConsultations now implement the definition protocol; removing one from a source file...
Slava Pestov [Sat, 7 Mar 2009 06:42:43 +0000 (00:42 -0600)]
Consultations now implement the definition protocol; removing one from a source file forgets consulted methods

15 years agoPropagation pass: add inlined node counts to total node count, so that the more we...
Slava Pestov [Sat, 7 Mar 2009 05:34:01 +0000 (23:34 -0600)]
Propagation pass: add inlined node counts to total node count, so that the more we inline the less we are eager to inline more

15 years agoRedefining methods didn't always update callers if more than one method on the same...
Slava Pestov [Sat, 7 Mar 2009 05:33:30 +0000 (23:33 -0600)]
Redefining methods didn't always update callers if more than one method on the same generic was redefined in a compilation unit

15 years agoBetter handling of case when user-defined accessor becomes auto-generated
Slava Pestov [Sat, 7 Mar 2009 05:33:03 +0000 (23:33 -0600)]
Better handling of case when user-defined accessor becomes auto-generated

15 years agoAdd test case for old bug dharmatech found that has since been fixed
Slava Pestov [Sat, 7 Mar 2009 02:07:33 +0000 (20:07 -0600)]
Add test case for old bug dharmatech found that has since been fixed

15 years agoChanging a method into a generated slot accessor would result in the generated access...
Slava Pestov [Sat, 7 Mar 2009 02:02:31 +0000 (20:02 -0600)]
Changing a method into a generated slot accessor would result in the generated accessor being forgotten

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 7 Mar 2009 01:48:35 +0000 (19:48 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoChange link
Slava Pestov [Sat, 7 Mar 2009 01:48:21 +0000 (19:48 -0600)]
Change link

15 years agoAdd parse-quotation hook to parser which locals overrides. '[ and [ use this hook...
Slava Pestov [Sat, 7 Mar 2009 01:48:04 +0000 (19:48 -0600)]
Add parse-quotation hook to parser which locals overrides. '[ and [ use this hook. Fixes locals bug reported by erg

15 years agoadd using
Doug Coleman [Fri, 6 Mar 2009 23:35:33 +0000 (17:35 -0600)]
add using

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 6 Mar 2009 23:34:49 +0000 (17:34 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd seeking to byte-array streams
Doug Coleman [Fri, 6 Mar 2009 23:34:21 +0000 (17:34 -0600)]
add seeking to byte-array streams

15 years agoAdd a unit test as a sanity check for a broken Win64 Pango
Slava Pestov [Fri, 6 Mar 2009 22:21:06 +0000 (16:21 -0600)]
Add a unit test as a sanity check for a broken Win64 Pango

15 years agoRemove obsolete DLL from windows.nt
Slava Pestov [Fri, 6 Mar 2009 21:02:28 +0000 (15:02 -0600)]
Remove obsolete DLL from windows.nt

15 years agoFix bootstrap
Slava Pestov [Fri, 6 Mar 2009 20:58:52 +0000 (14:58 -0600)]
Fix bootstrap

15 years agobase64 now deals with byte arrays instead of strings
Slava Pestov [Fri, 6 Mar 2009 20:10:53 +0000 (14:10 -0600)]
base64 now deals with byte arrays instead of strings

15 years agoDon't spam console with so much output in help.html
Slava Pestov [Fri, 6 Mar 2009 19:50:55 +0000 (13:50 -0600)]
Don't spam console with so much output in help.html

15 years agoOops, forgot to call prepare-last-line
Slava Pestov [Fri, 6 Mar 2009 19:32:41 +0000 (13:32 -0600)]
Oops, forgot to call prepare-last-line

15 years agoMake watch and other annotations work on method-specs. { world graft* } watch
Slava Pestov [Fri, 6 Mar 2009 19:32:07 +0000 (13:32 -0600)]
Make watch and other annotations work on method-specs. { world graft* } watch

15 years agoFix string>gesture for gestures involving SPACE
Slava Pestov [Thu, 5 Mar 2009 22:33:20 +0000 (16:33 -0600)]
Fix string>gesture for gestures involving SPACE

15 years agoFix problem where listener would scroll to the top sometimes
Slava Pestov [Thu, 5 Mar 2009 22:33:09 +0000 (16:33 -0600)]
Fix problem where listener would scroll to the top sometimes

15 years agoClicking on dock icon with no windows visible opens new listener
Slava Pestov [Thu, 5 Mar 2009 22:32:43 +0000 (16:32 -0600)]
Clicking on dock icon with no windows visible opens new listener

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Thu, 5 Mar 2009 19:59:55 +0000 (13:59 -0600)]
Merge branch 'master' into new_ui

15 years agoMerge branch 'for-slava' of git://git.rfc1149.net/factor
Slava Pestov [Thu, 5 Mar 2009 19:44:40 +0000 (13:44 -0600)]
Merge branch 'for-slava' of git://git.rfc1149.net/factor

15 years agoAdd test case for erg's locals bug
Slava Pestov [Thu, 5 Mar 2009 19:43:33 +0000 (13:43 -0600)]
Add test case for erg's locals bug

15 years agoDocument restart word
Slava Pestov [Thu, 5 Mar 2009 19:40:30 +0000 (13:40 -0600)]
Document restart word

15 years agoFix documentation
Slava Pestov [Thu, 5 Mar 2009 19:40:19 +0000 (13:40 -0600)]
Fix documentation

15 years agoFix to make new_ui compile with X11 libraries on Mac OS X
Slava Pestov [Thu, 5 Mar 2009 19:38:55 +0000 (13:38 -0600)]
Fix to make new_ui compile with X11 libraries on Mac OS X

15 years agoUpdate gesture-logger for new_ui
Slava Pestov [Thu, 5 Mar 2009 19:38:32 +0000 (13:38 -0600)]
Update gesture-logger for new_ui

15 years agoui.tools.listener: try to handle errors better if find-vocab-root throws
Slava Pestov [Thu, 5 Mar 2009 19:37:43 +0000 (13:37 -0600)]
ui.tools.listener: try to handle errors better if find-vocab-root throws

15 years agoFix keysym SPACE
Slava Pestov [Thu, 5 Mar 2009 19:35:00 +0000 (13:35 -0600)]
Fix keysym SPACE

15 years agoFix conflict in images vocab
Slava Pestov [Thu, 5 Mar 2009 03:43:56 +0000 (21:43 -0600)]
Fix conflict in images vocab

15 years agoChange a throw to rethrow so that we don't lose the original stack trace
Slava Pestov [Thu, 5 Mar 2009 03:38:05 +0000 (21:38 -0600)]
Change a throw to rethrow so that we don't lose the original stack trace

15 years agoFix typo in io.mmap.functor stack effect
Slava Pestov [Thu, 5 Mar 2009 03:37:49 +0000 (21:37 -0600)]
Fix typo in io.mmap.functor stack effect

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 5 Mar 2009 03:36:34 +0000 (21:36 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoio.encodings.utf8 fixed for bootstrap; add unit tests
U-SLAVA-DFB8FF805\Slava [Thu, 5 Mar 2009 03:33:34 +0000 (21:33 -0600)]
io.encodings.utf8 fixed for bootstrap; add unit tests

15 years agoClean up
Slava Pestov [Thu, 5 Mar 2009 03:15:16 +0000 (21:15 -0600)]
Clean up

15 years agoFix offset conversion in ango backend
Slava Pestov [Thu, 5 Mar 2009 03:09:38 +0000 (21:09 -0600)]
Fix offset conversion in ango backend

15 years agoAdd utf8-index> and >utf8-index words for dealing with broken C APIs
Slava Pestov [Thu, 5 Mar 2009 02:43:04 +0000 (20:43 -0600)]
Add utf8-index> and >utf8-index words for dealing with broken C APIs

15 years agoinitial support for parsing in png files and a test image
Doug Coleman [Tue, 3 Mar 2009 22:24:41 +0000 (16:24 -0600)]
initial support for parsing in png files and a test image

15 years agoAdding map-find to core
Daniel Ehrenberg [Tue, 3 Mar 2009 18:22:47 +0000 (12:22 -0600)]
Adding map-find to core

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 3 Mar 2009 05:31:49 +0000 (23:31 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMinor bug fixes
Daniel Ehrenberg [Tue, 3 Mar 2009 05:31:13 +0000 (23:31 -0600)]
Minor bug fixes

15 years agoBig5 encoding; simple-flat-file vocab abstracts parsing out; EUC code factored out...
Daniel Ehrenberg [Tue, 3 Mar 2009 05:19:06 +0000 (23:19 -0600)]
Big5 encoding; simple-flat-file vocab abstracts parsing out; EUC code factored out; Asian encoding vocabs renamed
Merge branch 'master' of git://github.com/ageldama/factor

Conflicts:

basis/io/encodings/korean/korean-docs.factor
basis/io/encodings/korean/korean-tests.factor
basis/io/encodings/korean/korean.factor

15 years agoadd a word to id3ify directories
Doug Coleman [Tue, 3 Mar 2009 01:41:58 +0000 (19:41 -0600)]
add a word to id3ify directories

15 years agobitmap loading is cleaner
Doug Coleman [Tue, 3 Mar 2009 01:38:28 +0000 (19:38 -0600)]
bitmap loading is cleaner

15 years agoFactoring out EUC code
Daniel Ehrenberg [Tue, 3 Mar 2009 00:22:55 +0000 (18:22 -0600)]
Factoring out EUC code

15 years agoContinued fractions
Samuel Tardieu [Mon, 2 Mar 2009 18:10:43 +0000 (19:10 +0100)]
Continued fractions

15 years agoWhen a factor has been found, check if the remainder is a prime number
Samuel Tardieu [Mon, 2 Mar 2009 17:59:36 +0000 (18:59 +0100)]
When a factor has been found, check if the remainder is a prime number

Performances are greatly increased when a large prime number is involved.
Also, mark some words as flushable, even if it is unlikely that they
will be invoked if their result is discarded.

15 years agodon't try id3 files with size 0
Doug Coleman [Mon, 2 Mar 2009 18:05:36 +0000 (12:05 -0600)]
don't try id3 files with size 0

15 years agoUpdate README
Slava Pestov [Mon, 2 Mar 2009 08:57:53 +0000 (02:57 -0600)]
Update README

15 years agoWorking on X11 backend
Slava Pestov [Mon, 2 Mar 2009 08:55:54 +0000 (02:55 -0600)]
Working on X11 backend

15 years agoUse Pango text rendering on Windows
U-SLAVA-DFB8FF805\Slava [Mon, 2 Mar 2009 07:18:27 +0000 (01:18 -0600)]
Use Pango text rendering on Windows

15 years agoDelete ui.text.freetype, opengl.sprites, and Bitstream Vera fonts; move freetype...
U-SLAVA-DFB8FF805\Slava [Mon, 2 Mar 2009 07:17:33 +0000 (01:17 -0600)]
Delete ui.text.freetype, opengl.sprites, and Bitstream Vera fonts; move freetype FFI binding from basis to extra since its no longer used by the UI

15 years agoFix Pango and ui.event-loop for Windows
U-SLAVA-DFB8FF805\Slava [Mon, 2 Mar 2009 07:12:06 +0000 (01:12 -0600)]
Fix Pango and ui.event-loop for Windows

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Mon, 2 Mar 2009 06:06:45 +0000 (00:06 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdding missing inline declarations
Daniel Ehrenberg [Mon, 2 Mar 2009 06:06:27 +0000 (00:06 -0600)]
Adding missing inline declarations

15 years agoFix pango font-metrics implementation
Slava Pestov [Mon, 2 Mar 2009 04:10:20 +0000 (22:10 -0600)]
Fix pango font-metrics implementation

15 years agoUnit tests for Pango and Cairo
Slava Pestov [Mon, 2 Mar 2009 02:14:16 +0000 (20:14 -0600)]
Unit tests for Pango and Cairo

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Mon, 2 Mar 2009 02:13:05 +0000 (20:13 -0600)]
Merge branch 'master' into new_ui

15 years agoMake execute( faster, add execute-unsafe( and make effect tuple slots read only
Slava Pestov [Mon, 2 Mar 2009 02:12:35 +0000 (20:12 -0600)]
Make execute( faster, add execute-unsafe( and make effect tuple slots read only

15 years agoUse pango text backend by default on X11
Slava Pestov [Mon, 2 Mar 2009 02:10:33 +0000 (20:10 -0600)]
Use pango text backend by default on X11

15 years agopango: compute x-height and cap-height metrics
Slava Pestov [Mon, 2 Mar 2009 02:10:19 +0000 (20:10 -0600)]
pango: compute x-height and cap-height metrics

15 years agoio.encodings.japanese eucjp encode-char working...
Yun, Jonghyouk [Sun, 1 Mar 2009 14:49:33 +0000 (23:49 +0900)]
io.encodings.japanese eucjp encode-char working...

15 years agoio.encodings.japanese eucjp=>decode-char proper working version!
Yun, Jonghyouk [Sun, 1 Mar 2009 13:54:00 +0000 (22:54 +0900)]
io.encodings.japanese eucjp=>decode-char proper working version!

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Sun, 1 Mar 2009 09:40:53 +0000 (03:40 -0600)]
Merge branch 'master' into new_ui

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Slava Pestov [Sun, 1 Mar 2009 08:55:55 +0000 (02:55 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoio.encodings.korean iso2022kr ...
Yun, Jonghyouk [Sun, 1 Mar 2009 08:23:41 +0000 (17:23 +0900)]
io.encodings.korean iso2022kr ...

15 years agoio.encodings.korean iso2022kr encode-char working version
Yun, Jonghyouk [Sun, 1 Mar 2009 08:17:01 +0000 (17:17 +0900)]
io.encodings.korean iso2022kr encode-char working version

15 years agoio.encodings.japanese eucjp ...
Yun, Jonghyouk [Sun, 1 Mar 2009 03:38:17 +0000 (12:38 +0900)]
io.encodings.japanese eucjp ...

15 years agoFix text positioning with pango backend
Slava Pestov [Sun, 1 Mar 2009 02:33:53 +0000 (20:33 -0600)]
Fix text positioning with pango backend
Implement selection rendering
Make resolution configurable
Clean up float <-> fixed point conversion

15 years agoSimplify core-text vocab a bit since we don't need the CTFont after we've created...
Slava Pestov [Sun, 1 Mar 2009 02:33:27 +0000 (20:33 -0600)]
Simplify core-text vocab a bit since we don't need the CTFont after we've created the CTLine anymore

15 years agoAdd baseline debugging gadget
Slava Pestov [Sun, 1 Mar 2009 02:32:51 +0000 (20:32 -0600)]
Add baseline debugging gadget

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Yun, Jonghyouk [Sun, 1 Mar 2009 02:29:07 +0000 (11:29 +0900)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge OneEyed's patch
Slava Pestov [Sat, 28 Feb 2009 23:06:55 +0000 (17:06 -0600)]
Merge OneEyed's patch

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 28 Feb 2009 21:31:45 +0000 (15:31 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoproduce and produce-as: don't need third quotation either
Slava Pestov [Sat, 28 Feb 2009 21:31:34 +0000 (15:31 -0600)]
produce and produce-as: don't need third quotation either

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sat, 28 Feb 2009 21:01:50 +0000 (15:01 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoprélude to a haiku
Joe Groff [Sat, 28 Feb 2009 21:01:28 +0000 (15:01 -0600)]
prélude to a haiku

15 years agoMerge branch 'for-slava' of git://git.rfc1149.net/factor
Slava Pestov [Sat, 28 Feb 2009 20:42:56 +0000 (14:42 -0600)]
Merge branch 'for-slava' of git://git.rfc1149.net/factor

15 years agoio.encodings.korean iso2022kr encoding working...
Yun, Jonghyouk [Sat, 28 Feb 2009 19:32:24 +0000 (04:32 +0900)]
io.encodings.korean iso2022kr encoding working...

15 years agoio.encodings.korean iso2022kr encode-char working...
Yun, Jonghyouk [Sat, 28 Feb 2009 17:24:03 +0000 (02:24 +0900)]
io.encodings.korean iso2022kr encode-char working...

15 years agoio.encodings.blackhole initial
Yun, Jonghyouk [Sat, 28 Feb 2009 16:16:13 +0000 (01:16 +0900)]
io.encodings.blackhole initial

15 years agoio.encodings.korean johab documentation
Yun, Jonghyouk [Sat, 28 Feb 2009 14:36:53 +0000 (23:36 +0900)]
io.encodings.korean johab documentation

15 years agoio.encodings.korean decode-char refactored.
Yun, Jonghyouk [Sat, 28 Feb 2009 14:21:05 +0000 (23:21 +0900)]
io.encodings.korean decode-char refactored.

15 years agoFirst attempt at ui.text.pango
Slava Pestov [Sat, 28 Feb 2009 07:31:51 +0000 (01:31 -0600)]
First attempt at ui.text.pango

15 years agoio.encodings.korean johab, cp949 => encode-char refactoring...
Yun, Jonghyouk [Sat, 28 Feb 2009 07:29:25 +0000 (16:29 +0900)]
io.encodings.korean johab, cp949 => encode-char refactoring...

15 years agoio.encodings.korean cp949, johab encode-char/decode-char refactoring...
Yun, Jonghyouk [Sat, 28 Feb 2009 06:57:14 +0000 (15:57 +0900)]
io.encodings.korean cp949, johab encode-char/decode-char refactoring...