]> gitweb.factorcode.org Git - factor.git/log
factor.git
11 years agosmtp: plain-auth-string should return a ... string.
John Benediktsson [Sat, 29 Sep 2012 02:04:38 +0000 (19:04 -0700)]
smtp: plain-auth-string should return a ... string.

11 years agolibsvm: move to code-factor repository as it's not done yet.
Doug Coleman [Fri, 28 Sep 2012 00:04:10 +0000 (17:04 -0700)]
libsvm: move to code-factor repository as it's not done yet.

11 years agolibsvm: make unix-only for now.
John Benediktsson [Thu, 27 Sep 2012 19:29:50 +0000 (12:29 -0700)]
libsvm: make unix-only for now.

11 years agosequences.generalizations: fix stack effect docs for "nall?".
John Benediktsson [Thu, 27 Sep 2012 18:46:24 +0000 (11:46 -0700)]
sequences.generalizations: fix stack effect docs for "nall?".

11 years agosequences.generalizations: adding "nall?".
John Benediktsson [Thu, 27 Sep 2012 18:42:09 +0000 (11:42 -0700)]
sequences.generalizations: adding "nall?".

11 years agosequences: change stack effect docs for map-reduce to be more consistent.
John Benediktsson [Thu, 27 Sep 2012 18:14:21 +0000 (11:14 -0700)]
sequences: change stack effect docs for map-reduce to be more consistent.

11 years agoupdate some docs that should use $quotation.
John Benediktsson [Thu, 27 Sep 2012 18:09:17 +0000 (11:09 -0700)]
update some docs that should use $quotation.

11 years agohelp.markup: require $quotation to specify stack effect.
John Benediktsson [Thu, 27 Sep 2012 18:08:52 +0000 (11:08 -0700)]
help.markup: require $quotation to specify stack effect.

11 years agovim: fix ".1" to be float syntax highlighted.
John Benediktsson [Thu, 27 Sep 2012 04:32:34 +0000 (21:32 -0700)]
vim: fix ".1" to be float syntax highlighted.

11 years agosequences.generalizations: adding nmap-reduce.
John Benediktsson [Thu, 27 Sep 2012 03:48:50 +0000 (20:48 -0700)]
sequences.generalizations: adding nmap-reduce.

11 years agolibsvm: Make it go.
Doug Coleman [Thu, 27 Sep 2012 01:10:28 +0000 (18:10 -0700)]
libsvm: Make it go.

11 years agosequences.zipped: adding zip virtual sequence.
John Benediktsson [Thu, 27 Sep 2012 01:07:53 +0000 (18:07 -0700)]
sequences.zipped: adding zip virtual sequence.

11 years agocombinators.smart: adding smart-2reduce and smart-2map-reduce, for @erg.
John Benediktsson [Thu, 27 Sep 2012 00:42:59 +0000 (17:42 -0700)]
combinators.smart: adding smart-2reduce and smart-2map-reduce, for @erg.

11 years agolibsvm: Make a binding to libsvm. It can call train, but the result is 'null' still.
Doug Coleman [Thu, 27 Sep 2012 00:14:17 +0000 (17:14 -0700)]
libsvm: Make a binding to libsvm. It can call train, but the result is 'null' still.

11 years agoalien.data: Add malloc-like for copying c-arrays into malloc'd c-arrays.
Doug Coleman [Wed, 26 Sep 2012 23:44:57 +0000 (16:44 -0700)]
alien.data: Add malloc-like for copying c-arrays into malloc'd c-arrays.

11 years agomath.statistics: empty-sequence is silly.
John Benediktsson [Thu, 27 Sep 2012 00:09:23 +0000 (17:09 -0700)]
math.statistics: empty-sequence is silly.

11 years agocombinators.smart: adding smart-reduce and smart-map-reduce.
John Benediktsson [Thu, 27 Sep 2012 00:01:19 +0000 (17:01 -0700)]
combinators.smart: adding smart-reduce and smart-map-reduce.

11 years agospecialized-arrays: Don't generate malloc-foo-array words. Use 4 \ double malloc...
Doug Coleman [Wed, 26 Sep 2012 23:24:21 +0000 (16:24 -0700)]
specialized-arrays: Don't generate malloc-foo-array words. Use 4 \ double malloc-array instead.

11 years agomath.extras: Call (gini).
Doug Coleman [Wed, 26 Sep 2012 22:34:08 +0000 (15:34 -0700)]
math.extras: Call (gini).

11 years agomath.extras: simpler herfindahl.
John Benediktsson [Wed, 26 Sep 2012 22:43:15 +0000 (15:43 -0700)]
math.extras: simpler herfindahl.

11 years agoassocs.extras: adding "of".
John Benediktsson [Wed, 26 Sep 2012 22:41:36 +0000 (15:41 -0700)]
assocs.extras: adding "of".

11 years agoassocs.extras: fix using.
John Benediktsson [Wed, 26 Sep 2012 22:34:31 +0000 (15:34 -0700)]
assocs.extras: fix using.

11 years agoassocs.extras: move assocs extras words here.
John Benediktsson [Wed, 26 Sep 2012 22:33:40 +0000 (15:33 -0700)]
assocs.extras: move assocs extras words here.

11 years agomath.extras: adding exponential-index.
John Benediktsson [Wed, 26 Sep 2012 22:29:08 +0000 (15:29 -0700)]
math.extras: adding exponential-index.

11 years agosequences.extras: adding map-product.
John Benediktsson [Wed, 26 Sep 2012 22:28:59 +0000 (15:28 -0700)]
sequences.extras: adding map-product.

11 years agomath.extras: adding the Herfindahl measure.
John Benediktsson [Wed, 26 Sep 2012 22:25:45 +0000 (15:25 -0700)]
math.extras: adding the Herfindahl measure.

11 years agomath.extras: remove variable effects from cum-reduce for now.
John Benediktsson [Wed, 26 Sep 2012 22:20:18 +0000 (15:20 -0700)]
math.extras: remove variable effects from cum-reduce for now.

11 years agomath.extras: invent "cum-reduce" concept for gini.
John Benediktsson [Wed, 26 Sep 2012 22:11:41 +0000 (15:11 -0700)]
math.extras: invent "cum-reduce" concept for gini.

11 years agoRevert "db: don't nest transactions.
John Benediktsson [Wed, 26 Sep 2012 20:29:40 +0000 (13:29 -0700)]
Revert "db: don't nest transactions.

This reverts commit e599a83de717b7b853aab67b89103805a0a05bd5.

11 years agodb: don't nest transactions.
John Benediktsson [Wed, 26 Sep 2012 17:35:22 +0000 (10:35 -0700)]
db: don't nest transactions.

11 years agosequences.extras: Make sure assoc-reduce is working on an alist.
Doug Coleman [Wed, 26 Sep 2012 16:10:28 +0000 (09:10 -0700)]
sequences.extras: Make sure assoc-reduce is working on an alist.

11 years agomath.extras: Add sum-cum-sum. Change concentration-coefficient to be more straightfor...
Doug Coleman [Wed, 26 Sep 2012 16:06:48 +0000 (09:06 -0700)]
math.extras: Add sum-cum-sum. Change concentration-coefficient to be more straightforward.

11 years agomath.statistics: adding a normalized-histogram word.
John Benediktsson [Wed, 26 Sep 2012 15:39:11 +0000 (08:39 -0700)]
math.statistics: adding a normalized-histogram word.

11 years agomath.statistics: remove probabilities word, not really needed.
John Benediktsson [Wed, 26 Sep 2012 15:32:30 +0000 (08:32 -0700)]
math.statistics: remove probabilities word, not really needed.

11 years agomath.statistics: use "cumulative map" as base of all cumulative words.
John Benediktsson [Wed, 26 Sep 2012 05:27:42 +0000 (22:27 -0700)]
math.statistics: use "cumulative map" as base of all cumulative words.

11 years agomath.statistics: some fixes to entropy, adding maximum-entropy and normalized-entropy.
John Benediktsson [Wed, 26 Sep 2012 03:17:34 +0000 (20:17 -0700)]
math.statistics: some fixes to entropy, adding maximum-entropy and normalized-entropy.

11 years agomath.extras: Fix concentration-coefficient.
Doug Coleman [Wed, 26 Sep 2012 00:54:24 +0000 (17:54 -0700)]
math.extras: Fix concentration-coefficient.

11 years agomath.extras: Faster gini. Leaving this as a separate patch for comparison.
Doug Coleman [Wed, 26 Sep 2012 00:52:27 +0000 (17:52 -0700)]
math.extras: Faster gini. Leaving this as a separate patch for comparison.

11 years agomath.extras: Add gini and concentration coefficient.
Doug Coleman [Wed, 26 Sep 2012 00:21:02 +0000 (17:21 -0700)]
math.extras: Add gini and concentration coefficient.

11 years agosequences.extras: Add assoc-reduce and friends.
Doug Coleman [Wed, 26 Sep 2012 00:20:41 +0000 (17:20 -0700)]
sequences.extras: Add assoc-reduce and friends.

11 years agoui.tools.listener.completion: color private vocabs red in completion-mode.
John Benediktsson [Tue, 25 Sep 2012 21:49:49 +0000 (14:49 -0700)]
ui.tools.listener.completion: color private vocabs red in completion-mode.

11 years agoreadline-listener: fix tab completion to complete from where the pointer is.
John Benediktsson [Tue, 25 Sep 2012 21:13:42 +0000 (14:13 -0700)]
readline-listener: fix tab completion to complete from where the pointer is.

11 years agoui.tools.listener.completion: fix row color for words in our search list.
John Benediktsson [Tue, 25 Sep 2012 18:45:38 +0000 (11:45 -0700)]
ui.tools.listener.completion: fix row color for words in our search list.

11 years agomath.extras: adding docs for ramanujan.
John Benediktsson [Tue, 25 Sep 2012 17:50:09 +0000 (10:50 -0700)]
math.extras: adding docs for ramanujan.

11 years agomath.extras: fix spelling of stirling, add ramanujan approximation of factorial.
John Benediktsson [Tue, 25 Sep 2012 17:48:09 +0000 (10:48 -0700)]
math.extras: fix spelling of stirling, add ramanujan approximation of factorial.

11 years agotool.completion: ...
John Benediktsson [Tue, 25 Sep 2012 17:34:32 +0000 (10:34 -0700)]
tool.completion: ...

11 years agotools.completion: less private.
John Benediktsson [Tue, 25 Sep 2012 17:01:56 +0000 (10:01 -0700)]
tools.completion: less private.

11 years agotools.completion: more <PRIVATE> words.
John Benediktsson [Tue, 25 Sep 2012 16:45:44 +0000 (09:45 -0700)]
tools.completion: more <PRIVATE> words.

11 years agoreadline-listener: change matching to use prefixed.
John Benediktsson [Tue, 25 Sep 2012 16:37:50 +0000 (09:37 -0700)]
readline-listener: change matching to use prefixed.

11 years agoreadline-listener: adding better support for tab completion.
John Benediktsson [Tue, 25 Sep 2012 16:11:05 +0000 (09:11 -0700)]
readline-listener: adding better support for tab completion.

11 years agotools.completion: moving "complete-?" words.
John Benediktsson [Tue, 25 Sep 2012 16:10:44 +0000 (09:10 -0700)]
tools.completion: moving "complete-?" words.

11 years agotools.completion: add "paths-matching".
John Benediktsson [Tue, 25 Sep 2012 03:22:29 +0000 (20:22 -0700)]
tools.completion: add "paths-matching".

11 years agoui.gadgets.paragraphs: cache width in "line" object.
John Benediktsson [Tue, 25 Sep 2012 01:29:17 +0000 (18:29 -0700)]
ui.gadgets.paragraphs: cache width in "line" object.

11 years agohacker-news: Use ui-running?
Doug Coleman [Mon, 24 Sep 2012 21:12:18 +0000 (14:12 -0700)]
hacker-news: Use ui-running?

11 years agoui.tools.listener: adding COLOR: completions.
John Benediktsson [Mon, 24 Sep 2012 22:07:08 +0000 (15:07 -0700)]
ui.tools.listener: adding COLOR: completions.

11 years agotools.completion: adding colors-matching.
John Benediktsson [Mon, 24 Sep 2012 22:06:54 +0000 (15:06 -0700)]
tools.completion: adding colors-matching.

11 years agohacker-news: Use white text in terminal. Use black foreground text on logo.
Doug Coleman [Mon, 24 Sep 2012 21:05:33 +0000 (14:05 -0700)]
hacker-news: Use white text in terminal. Use black foreground text on logo.

11 years agohacker-news: Fix using
Doug Coleman [Mon, 24 Sep 2012 20:54:50 +0000 (13:54 -0700)]
hacker-news: Fix using

11 years agohacker-news: Clickable banner.
Doug Coleman [Mon, 24 Sep 2012 20:48:01 +0000 (13:48 -0700)]
hacker-news: Clickable banner.

11 years agohacker-news: Fix hacker-news. for job ads.
Doug Coleman [Mon, 24 Sep 2012 18:32:12 +0000 (11:32 -0700)]
hacker-news: Fix hacker-news. for job ads.

11 years agoreddit: Remove dead code. Print domain.
Doug Coleman [Mon, 24 Sep 2012 18:01:06 +0000 (11:01 -0700)]
reddit: Remove dead code. Print domain.

11 years agohacker-news: Initial checkin.
Doug Coleman [Mon, 24 Sep 2012 18:00:50 +0000 (11:00 -0700)]
hacker-news: Initial checkin.

11 years agoreddit: add slots to subreddit, cleanup private interface.
John Benediktsson [Mon, 24 Sep 2012 17:32:27 +0000 (10:32 -0700)]
reddit: add slots to subreddit, cleanup private interface.

11 years agoreddit: rename "subreddit-top" to "subreddit.".
John Benediktsson [Mon, 24 Sep 2012 16:55:18 +0000 (09:55 -0700)]
reddit: rename "subreddit-top" to "subreddit.".

11 years agoformatting: use $snippet to make format strings stand out in docs.
John Benediktsson [Mon, 24 Sep 2012 16:48:28 +0000 (09:48 -0700)]
formatting: use $snippet to make format strings stand out in docs.

11 years agoreddit: Make clickable links to comments, users. Move (subreddit) -> get-subreddit.
Doug Coleman [Mon, 24 Sep 2012 16:42:30 +0000 (09:42 -0700)]
reddit: Make clickable links to comments, users. Move (subreddit) -> get-subreddit.

11 years agohelp.tutorial: some feedback from real world tutees.
John Benediktsson [Mon, 24 Sep 2012 02:01:43 +0000 (19:01 -0700)]
help.tutorial: some feedback from real world tutees.

11 years agoassocs: 2cache can be a bit more unsafe.
John Benediktsson [Mon, 24 Sep 2012 00:40:25 +0000 (17:40 -0700)]
assocs: 2cache can be a bit more unsafe.

11 years agoclasses.algebra: fix docs for class<=.
John Benediktsson [Sun, 23 Sep 2012 04:20:54 +0000 (21:20 -0700)]
classes.algebra: fix docs for class<=.

11 years agoreddit: adding colors to subreddit-top.
John Benediktsson [Sun, 23 Sep 2012 02:18:45 +0000 (19:18 -0700)]
reddit: adding colors to subreddit-top.

11 years agowebbrowser: rename url-like to url-string.
John Benediktsson [Sat, 22 Sep 2012 23:52:01 +0000 (16:52 -0700)]
webbrowser: rename url-like to url-string.

11 years agowebbrowser: add tests for url-like.
John Benediktsson [Sat, 22 Sep 2012 23:51:03 +0000 (16:51 -0700)]
webbrowser: add tests for url-like.

11 years agowebbrowser: support open-url on "url-like" strings.
John Benediktsson [Sat, 22 Sep 2012 23:49:53 +0000 (16:49 -0700)]
webbrowser: support open-url on "url-like" strings.

11 years agomultline: fix docs for /*.
John Benediktsson [Sat, 22 Sep 2012 23:45:26 +0000 (16:45 -0700)]
multline: fix docs for /*.

11 years agoreddit: adding a Reddit API wrapper.
John Benediktsson [Sat, 22 Sep 2012 20:50:25 +0000 (13:50 -0700)]
reddit: adding a Reddit API wrapper.

11 years agoclasses.tuple: adding set-slots and from-slots.
John Benediktsson [Sat, 22 Sep 2012 20:48:25 +0000 (13:48 -0700)]
classes.tuple: adding set-slots and from-slots.

11 years agocoroutines: 4-space style.
John Benediktsson [Sat, 22 Sep 2012 19:57:46 +0000 (12:57 -0700)]
coroutines: 4-space style.

11 years agobit.ly: add more of the API.
John Benediktsson [Sat, 22 Sep 2012 19:54:51 +0000 (12:54 -0700)]
bit.ly: add more of the API.

11 years agocgi: adding a vocab to support using Factor in CGI scripts.
John Benediktsson [Sat, 22 Sep 2012 19:46:13 +0000 (12:46 -0700)]
cgi: adding a vocab to support using Factor in CGI scripts.

11 years agohelp.pdf: generate PDF files from help articles.
John Benediktsson [Sat, 22 Sep 2012 19:31:21 +0000 (12:31 -0700)]
help.pdf: generate PDF files from help articles.

11 years agopdf: adding a pdf render vocab.
John Benediktsson [Sat, 22 Sep 2012 19:24:47 +0000 (12:24 -0700)]
pdf: adding a pdf render vocab.

11 years agoio.launcher.unix: fix tests to use arch in file names.
John Benediktsson [Sat, 22 Sep 2012 17:30:10 +0000 (10:30 -0700)]
io.launcher.unix: fix tests to use arch in file names.

11 years agoui.tools.browser.popups: fix hand-loc get-global.
John Benediktsson [Sat, 22 Sep 2012 01:42:00 +0000 (18:42 -0700)]
ui.tools.browser.popups: fix hand-loc get-global.

11 years agoui.text: more globals.
John Benediktsson [Sat, 22 Sep 2012 01:40:38 +0000 (18:40 -0700)]
ui.text: more globals.

11 years agoui: hand-loc and hand-click-loc should be global.
John Benediktsson [Sat, 22 Sep 2012 01:32:43 +0000 (18:32 -0700)]
ui: hand-loc and hand-click-loc should be global.

11 years agoui: use "windows get-global".
John Benediktsson [Fri, 21 Sep 2012 22:39:49 +0000 (15:39 -0700)]
ui: use "windows get-global".

11 years agoclasses.struct: inline M\ struct byte-length.
John Benediktsson [Fri, 21 Sep 2012 18:50:45 +0000 (11:50 -0700)]
classes.struct: inline M\ struct byte-length.

11 years agoclasses.builtin: fold type>class.
John Benediktsson [Fri, 21 Sep 2012 18:44:14 +0000 (11:44 -0700)]
classes.builtin: fold type>class.

11 years agosummary: inline object-summary.
John Benediktsson [Fri, 21 Sep 2012 18:36:04 +0000 (11:36 -0700)]
summary: inline object-summary.

11 years agobootstrap.image: adding make-my-image for @erg.
John Benediktsson [Fri, 21 Sep 2012 18:35:46 +0000 (11:35 -0700)]
bootstrap.image: adding make-my-image for @erg.

11 years agoRevert "cpu.x86.bootstrap: Rice the jit compiler -- SHR SHL -> AND."
John Benediktsson [Fri, 21 Sep 2012 17:43:48 +0000 (10:43 -0700)]
Revert "cpu.x86.bootstrap: Rice the jit compiler -- SHR SHL -> AND."

This reverts commit f43e2b1ba76988c3ce38083252dbe039c70520b0.

11 years agocpu.x86.bootstrap: Rice the jit compiler -- SHR SHL -> AND.
Doug Coleman [Fri, 21 Sep 2012 17:17:43 +0000 (10:17 -0700)]
cpu.x86.bootstrap: Rice the jit compiler -- SHR SHL -> AND.

11 years agomath.integers: fix docs for fixnum comparisons.
John Benediktsson [Fri, 21 Sep 2012 17:04:23 +0000 (10:04 -0700)]
math.integers: fix docs for fixnum comparisons.

11 years agowindows.uniscribe: Render image lazily. Speeds up panes benchmark.
Doug Coleman [Fri, 21 Sep 2012 15:51:02 +0000 (08:51 -0700)]
windows.uniscribe: Render image lazily. Speeds up panes benchmark.

11 years agoui.text.pango: lazy render images like core-text backend.
John Benediktsson [Fri, 21 Sep 2012 15:16:13 +0000 (08:16 -0700)]
ui.text.pango: lazy render images like core-text backend.

11 years agocore-text: delay rendered line calculation until needed.
John Benediktsson [Fri, 21 Sep 2012 02:31:36 +0000 (19:31 -0700)]
core-text: delay rendered line calculation until needed.

11 years agoalien: Clarify alien-assembly docs.
Doug Coleman [Fri, 21 Sep 2012 01:25:28 +0000 (18:25 -0700)]
alien: Clarify alien-assembly docs.

11 years agoui.gadgets.tables: i think this is clearer.
John Benediktsson [Fri, 21 Sep 2012 00:57:43 +0000 (17:57 -0700)]
ui.gadgets.tables: i think this is clearer.

11 years agoui.gadgets.tables: fix stack effect names.
John Benediktsson [Fri, 21 Sep 2012 00:54:01 +0000 (17:54 -0700)]
ui.gadgets.tables: fix stack effect names.

11 years agoui.gadgets.tables: cache table rows only on model-changed.
John Benediktsson [Fri, 21 Sep 2012 00:52:54 +0000 (17:52 -0700)]
ui.gadgets.tables: cache table rows only on model-changed.