Commit Graph

9607 Commits (86923107db5be84f429df84fc6b0da8246ef7987)

Author SHA1 Message Date
Slava Pestov d58555d6f5 Merge branch 'cleanup' of git://github.com/mrjbq7/factor 2011-05-06 20:27:59 -07:00
Slava Pestov 29d37737bc Merge branch 'sorting' of git://github.com/mrjbq7/factor 2011-05-06 20:27:52 -07:00
John Benediktsson 68681ee8a3 Merge branch 'master' into highlight 2011-05-03 20:52:16 -07:00
John Benediktsson ef98730827 Merge branch 'master' into sorting 2011-05-03 20:51:53 -07:00
John Benediktsson 1778757fa2 Update references to "1 tail" to use "rest". 2011-05-03 20:50:23 -07:00
John Benediktsson 013097e617 io.launcher: fix launcher examples. 2011-04-17 18:12:23 -07:00
Slava Pestov d1666854e8 ui.backend.cocoa: simplify system-alert implementation now that callbacks bug has been fixed 2011-04-16 19:12:08 -07:00
Slava Pestov cbbdd712fc core-foundation.run-loop bug fix for Doug's bug fix 2011-04-16 19:11:43 -07:00
Doug Coleman a744e3a370 Bugfix: Only reset-timer on mac if sleep-time returns an integer. If it returns f, don't divide by 1000 and error. 2011-04-15 00:11:15 -05:00
Slava Pestov c36d73e242 Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
John Benediktsson eb6c986cd6 Merge branch 'master' into sorting
Conflicts:
	basis/heaps/heaps-tests.factor
2011-04-12 18:09:36 -07:00
John Benediktsson 4d18029ae9 xmode.highlight: a syntax highlighting tool. 2011-04-12 18:05:13 -07:00
Doug Coleman 9b97f22b92 Make print-topic print a newline and adjust usages elsewhere. Reported by mrjbq7. 2011-04-10 14:18:35 -05:00
Doug Coleman 250d96d7b1 Clean up heaps implementation, test max-heaps. 2011-04-10 12:57:39 -05:00
Doug Coleman 7aa7b08d42 Change how sequence>assoc and friends work. Now they take two quotations, the first of which prepares the key/value pair and the second insert it into the assoc. mrjbq7's group-by, formerly collect-values, is now called collect-by. 2011-04-09 23:51:14 -05:00
John Benediktsson d58bc08aa0 Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
Slava Pestov 3e2f74b834 Merge branch 'cleanup' of git://github.com/keitahaga/factor 2011-04-06 18:15:59 -04:00
Slava Pestov 7e1b7f70a5 ui.backend.gtk.io.unix: add platforms.txt so that we don't load it on Windows 2011-04-06 17:54:22 -04:00
Slava Pestov 2cbd31d34d Merge commit 'otoburb/master' into merge-otoburb
Conflicts:

	basis/ui/backend/gtk/gtk.factor
2011-04-06 17:54:00 -04:00
Slava Pestov 6b3ba0da22 Merge branch 'gtk-game-input' of git://github.com/Blei/factor 2011-04-06 17:27:31 -04:00
Slava Pestov ee99a64b54 Merge branch 'master' of git://github.com/ex-rzr/factor 2011-04-06 17:26:41 -04:00
otoburb 5744764f07 gtk.factor: Changed init behaviour so if $DISPLAY is not set, runs tty listener, otherwise UI listener. 2011-04-06 00:02:15 +00:00
otoburb b9c17fd329 Merge branch 'master' of git://github.com/slavapestov/factor 2011-04-04 13:04:00 +00:00
Slava Pestov 59a708638c alien.c-types: add summary and docs for no-c-type error 2011-04-03 22:33:51 -07:00
Keita Haga f306f71288 fry: normalize copyright header in test file 2011-04-04 11:10:58 +09:00
Philipp Brüschweiler ed62334d95 game.input.gtk: clean up confusing reset-mouse/read-mouse interaction 2011-04-01 19:53:07 +02:00
Philipp Brüschweiler fd78869f62 game.input.gtk: copy of game.input.x11 with gtk-specific way to get the dpy 2011-04-01 19:52:54 +02:00
Anton Gorenko 090254d671 ui.backend.gtk: fix a bug with endless error messages in a console after closing of UI;
io.thread: start-io-thread always starts io-thread even if it was stopped, fix line endings;
2011-04-01 22:06:07 +06:00
otoburb 8c680aa06f Checksums help article update: Added internet checksums brief description 2011-03-23 03:51:55 +00:00
Anton Gorenko 6d09bc9b07 gobject-introspection: fix incorrect resolving of current vocab's path;
clutter: remove all girs, add Cally;
2011-03-15 22:38:51 +06:00
John Benediktsson bac951a618 Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-14 22:47:02 -07:00
Slava Pestov 8c7676bd6a Merge branch 'master' of git://github.com/otoburb/factor 2011-03-14 21:56:03 -07:00
otoburb 4817ba5a93 smart-docs output>array typo fix 2011-03-14 06:07:33 +00:00
otoburb 5dab713692 basis/db/tuples: Minor doc fix for 'select-tuples' 2011-03-14 06:07:32 +00:00
otoburb 61096c1657 basis/help/apropos: Added unicode.categories. Missing from previous commit. 2011-03-14 01:21:56 +00:00
otoburb e4bf5f104e basis/help/apropos: Trimming whitespace before and after search query. Allows accidental/reflex whitespace to be corrected so results can still be returned. 2011-03-14 01:21:56 +00:00
Keita Haga 2387969da1 fry: copyright header cleanup 2011-03-10 23:29:04 +09:00
Anton Gorenko 6c6fc9fe7b gobject-introspection: add gsize and gssize standard types; 2011-03-09 15:50:14 +06:00
Anton Gorenko 1dcb49b0d4 gobject-introspection: GIR: tries to find .gir in a current vocabulary's directory, in system gir-1.0 (/usr/share/gir-1.0, /usr/local/share/gir-1.0)
or user-defined (GIR_DIRS env. variable) directories;
2011-03-09 15:37:48 +06:00
John Benediktsson 64e9e179b2 xml.writer: fix some docs. 2011-03-08 16:50:12 -08:00
John Benediktsson 47996b3215 ui.tools: adding Ctrl-Shift-F for "toggle fullscreen". 2011-03-07 15:08:26 -08:00
John Benediktsson 604f242862 db.sqlite: update word documentation. 2011-03-07 15:06:28 -08:00
John Benediktsson 8f5bd796a1 help.markup: Store $url as urls. 2011-03-07 15:03:48 -08:00
Anton Gorenko 479304d0a7 gobject-introspection: clean up; 2011-03-06 14:06:00 +06:00
Slava Pestov d06ac20dc9 Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-03-05 13:42:46 -08:00
Anton Gorenko 2704822cc7 gobject-introspection: internal strucs (*Class, *Iface or *Private) are generated in .private vocabularies; 2011-03-06 01:05:02 +06:00
Keita Haga fbed575d3e regexp: fix typo in docs 2011-03-05 23:00:52 +09:00
Anton Gorenko 952aad80ce gobject-introspection: add FOREIGN-ATOMIC-TYPE: (used in clutter.cogl.ffi);
move clutter from unmaintainded to extra;
2011-03-05 14:11:26 +06:00
Slava Pestov bb71050a23 tools.deploy: increase size limits for recently-added deploy tests that never passed 2011-03-04 18:12:36 -05:00
Slava Pestov 8c14dd65b5 tools.deploy.shaker: strip out GObject introspection info 2011-02-27 20:02:14 -06:00
Slava Pestov d6fe7f4c28 On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
Slava Pestov ebce40a4c0 Fix conflict 2011-02-27 20:01:45 -06:00
Slava Pestov 5a3c5c7749 compiler.cfg.branch-splitting was totally broken 2011-02-27 16:43:26 -08:00
Slava Pestov 609d6f9166 bootstrap.io: fix load error 2011-02-27 15:02:20 -08:00
Slava Pestov db29973ccb io.sockets: fix unit test on Windows 2011-02-27 14:38:47 -08:00
Slava Pestov e3c08f32ce bootstrap.{io, ui}: load dependencies to make deploy tool less error-prone 2011-02-27 14:38:47 -08:00
Slava Pestov 25c60b6869 tools.deploy.test.21: deploy without threads to reduce image size 2011-02-27 14:38:47 -08:00
Slava Pestov 779468f5a0 calendar: make it deploy with threads disabled 2011-02-27 14:38:47 -08:00
Doug Coleman 979e487fef Merge branch 'master' of git://factorcode.org/git/factor 2011-02-26 11:44:50 -06:00
Slava Pestov c0de0ac15f Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-02-25 22:37:39 -08:00
Slava Pestov 266c6d32e7 io.sockets: add scope-id to ipv6 addrspecs, fixing a problem with connecting to localhost on Mac OS X (and other systems) where localhost is associated with a link-local address such as fe80::1 2011-02-25 22:33:28 -08:00
Slava Pestov e9bccc0d59 tools.deploy: actually add the new test 2011-02-25 22:13:54 -08:00
Slava Pestov cd39ab0d10 tools.deploy: add test for formatting vocab 2011-02-25 21:26:11 -08:00
Slava Pestov e90fd3b942 Fix usage note in dns vocab, move tools.dns from basis to extra since dns vocab is in extra 2011-02-25 21:08:00 -08:00
Slava Pestov e5dba6b64c tools.deploy: fix a test on Windows 2011-02-25 21:06:22 -08:00
Slava Pestov 78a85d0b05 io.sockets.secure.unix: update unit test for close-notify change 2011-02-25 21:05:56 -08:00
Slava Pestov 6f7e4e32d0 compiler.cfg.ssa.construction: update unit tests for nths change 2011-02-25 21:05:38 -08:00
Keita Haga 4c864999e4 lists: fix a few typos in docs 2011-02-25 19:59:44 +09:00
Keita Haga e374d55d09 io.encodings.8-bit.latin9, io.encodings.shift-jis: fix typo in docs. offical => official 2011-02-21 02:53:35 +09:00
Keita Haga 32e3e1cfef ui.tools.listener: highlighting F1 key in tips 2011-02-20 16:04:48 +09:00
Keita Haga 7703d73230 locals: remove trailing whitespace in docs 2011-02-20 09:16:41 +09:00
Keita Haga 93b3cc0a93 io.styles: remove a nl in usage example of background 2011-02-20 06:11:31 +09:00
Keita Haga 77922f61f7 environment: add using list to usage example of os-env word 2011-02-20 04:08:45 +09:00
Keita Haga 70d06dc4c7 combinators.random: fix a couple of usage examples in casep and casep* 2011-02-20 03:51:09 +09:00
Keita Haga 5a71a0d671 math.combinatorics: fix typo in docs 2011-02-20 03:08:01 +09:00
Doug Coleman fd7e5ffee8 More efficient polyval algorithm in math.polynomials 2011-02-12 22:41:13 -06:00
Doug Coleman 02ecc45165 Don't normalize cookie names to lower-case. 2011-02-10 21:09:20 -06:00
Keita Haga 073eda332a In several documentation, remove whitespace before or after the colon or period 2011-02-10 01:51:13 +09:00
Keita Haga 2696c59aab io.sockets: fix a few typos in docs 2011-02-06 17:40:03 +09:00
Keita Haga 032c9d061a colors.hex: fix typo in docs 2011-02-06 17:05:20 +09:00
Keita Haga 90511c90af macros: clean up the usage example of MACRO: syntax 2011-02-05 00:00:37 +09:00
Keita Haga fba461fe64 help.topics: fix typo in docs 2011-02-04 22:53:05 +09:00
Slava Pestov 4270c6cce6 io.sockets.secure.unix: fix socket shutdown handling to make http.client work with https://www.google.com 2011-01-31 23:45:45 -05:00
Slava Pestov cc06c4e51f openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead 2011-01-29 23:26:29 -05:00
Slava Pestov 1a6432456d urls: derive-url resets the port if the new URL specifies a protocol. Fixes HTTP redirection on some sites, like www.amazon.com (reported by John Benediktsson) 2011-01-29 22:50:13 -05:00
Slava Pestov 09848ab420 xml.errors: split off xml.errors.debugger so that deployed apps that use XML are ~100kb smaller 2011-01-29 00:09:09 -05:00
Slava Pestov e837ebee81 xml.traversal: remove unused dependency on debugger 2011-01-29 00:07:56 -05:00
Slava Pestov d93117c60d tools.deploy: add XML deploy test 2011-01-29 00:07:22 -05:00
Slava Pestov d2b20ddb35 Merge branch 'master' of git://github.com/mrjbq7/factor 2011-01-28 21:56:18 -05:00
Keita Haga 48ec189c99 xml.data: insert a space after a comma in description of contained class 2011-01-28 11:48:07 +09:00
John Benediktsson 0b6dae0a93 compression.lzw: fix for gif89a decoding - maximum code size is 12 bits. 2011-01-26 21:06:43 -08:00
John Benediktsson 1defecf279 images.http: use the content type from the http response if provided. 2011-01-26 18:05:02 -08:00
Anton Gorenko 640b05d457 ui.backend.gtk: split off input methods support for ui.editors into .input-methods.editors (no more ui.editors with its dependencies in a deployed
image for hello-ui);
2011-01-26 21:37:26 +06:00
Anton Gorenko e9515c1a9c ui.backend.gtk: split off unix io support into ui.backend.gtk.io.unix; 2011-01-26 21:00:35 +06:00
Anton Gorenko 73a07eee31 gobject-introspection.ffi: USING: clean up; 2011-01-26 20:27:41 +06:00
Keita Haga 187710a7b7 memoize: add description of arguments and values to MEMO: syntax in docs 2011-01-26 18:53:12 +09:00
8byte-jose b3f0ff51aa fixed handling of UNC paths under windows 2011-01-25 13:32:21 +01:00
Keita Haga 629ea1163b memoize: correct documentation for MEMO: syntax 2011-01-24 04:00:17 +09:00
Keita Haga c04fbe892d stack-checker: add a sample output in the last example of inference-recursive-combinators article 2011-01-23 22:48:41 +09:00
Keita Haga 08bf39c5d1 disjoint-sets: fix typo in description of assoc>disjoint-set word 2011-01-21 16:15:34 +09:00
Keita Haga 904d85860a peg.ebnf: fix minor typo in docs 2011-01-20 23:39:30 +09:00
Anton Gorenko 4d4dccd96f gdk.ffi: fix stupid typo (the cause for incorrect mouse events on 32-bit); 2011-01-19 21:03:13 +06:00
Keita Haga 5043611252 math.polynomials: fix typo in description of pextend-conv word 2011-01-18 23:35:52 +09:00
Keita Haga cb06cba857 math.statistics: in some words, interchanging the positions of the $examples and a $description 2011-01-18 23:20:06 +09:00
Keita Haga 8b1fbbf3b7 math.statistics: fix a few typos in docs 2011-01-18 22:32:45 +09:00
Keita Haga e8ce62c64e math.intervals: fix some typos in docs 2011-01-18 21:18:35 +09:00
Keita Haga 84e5c21fa9 help.tutorial: minor fix 2011-01-18 18:35:48 +09:00
Keita Haga 6ddc56cc60 tools.scaffold: fix a few typos in description of scaffold-undocumented word 2011-01-18 07:45:06 +09:00
Keita Haga e4516aabf0 tools.time: fix typo in docs 2011-01-18 07:29:55 +09:00
Keita Haga 106428bf89 xml-rpc: fix a couple of typos in docs 2011-01-18 00:49:56 +09:00
Keita Haga 631ba5119a sequences.deep: fix typo in description of deep-find word 2011-01-17 22:35:39 +09:00
Keita Haga 6311675925 unicode.collation: fix typo in docs 2011-01-17 14:36:46 +09:00
Keita Haga 7b5c3279c1 prettyprint.sections: fix typo in docs 2011-01-17 04:23:17 +09:00
Keita Haga 79d0b1e34d html.templates: fix typo in description of template-convert word 2011-01-17 01:51:48 +09:00
Keita Haga 8d2ceda8f3 assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples 2011-01-17 00:12:28 +09:00
Keita Haga 5cad80fdc9 ui.gadgets.status-bar: fix typo in docs 2011-01-16 21:46:01 +09:00
Anton Gorenko 005f48986e ui.backend.gtk: update for alien.data changes ('<int>' -> 'int <ref>', etc.); 2011-01-16 14:50:18 +06:00
Anton Gorenko 8f297055d6 Merge branch 'master' of git://github.com/slavapestov/factor 2011-01-16 13:38:04 +06:00
Keita Haga 92b9b92f38 math.libm: add missing right parenthesis in description of fexp word 2011-01-16 10:48:06 +09:00
Keita Haga ae4859574c base64: minor fixes in docs 2011-01-15 13:36:42 +09:00
Keita Haga c12412ba29 help.tutorial: updating to 2011 2011-01-15 12:52:14 +09:00
Keita Haga dce56c8f8f db: fix a couple of typos in docs 2011-01-15 02:03:20 +09:00
Keita Haga 0048670ad7 peg.ebnf: fix a couple of typos in docs 2011-01-15 01:11:37 +09:00
Keita Haga 72d91eea8d regexp: fix typos in docs 2011-01-15 00:57:32 +09:00
Keita Haga 61881f1977 combinators.smart, multiline: few $examples turn into $codes 2011-01-15 00:22:29 +09:00
Keita Haga 2e08b85977 help: minor improvement in example usage of 'ARTICLE:' 2011-01-14 23:50:54 +09:00
Keita Haga 69353f2625 help: clean up to example usage of 'HELP:' in docs 2011-01-14 23:05:32 +09:00
Keita Haga 60481f7871 xml: fix typo in docs 2011-01-14 22:11:08 +09:00
Keita Haga ec5cb49fa7 tools.deploy: fix typo in docs 2011-01-14 19:52:12 +09:00
Keita Haga 23ec49a109 io.servers: fix a couple of typos in docs 2011-01-14 19:47:52 +09:00
Keita Haga f05448af85 ui.operations: fix typo in docs 2011-01-14 19:39:39 +09:00
Keita Haga a093c454c1 io.launcher: fix typo in docs 2011-01-08 23:10:35 +09:00
Keita Haga ca3ea7b199 ui: add missing right parenthesis in with-ui word notes 2011-01-08 22:57:06 +09:00
Keita Haga dbfc6ec386 db.tuples, timers: few $unchecked-examples turn into $codes 2011-01-08 22:31:07 +09:00
Slava Pestov 2373dc4b4f Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-01-05 20:27:55 -08:00
John Benediktsson d926a5e28a help.tutorial: updating to 2011. 2011-01-05 18:37:32 -08:00
John Benediktsson 5dcd6b36d4 Merge branches 'master' and 'cleanup' into cleanup 2011-01-05 18:35:13 -08:00
Keita Haga d5fe4fecc1 remove useless whitespace in several documentation 2011-01-05 15:55:34 +09:00
Keita Haga 3ba83001e4 http.client: fix typo in docs 2011-01-05 01:00:13 +09:00
Keita Haga d22517a585 biassocs: fix typo to '>biassoc' description and 'biassocs' article in docs 2011-01-04 22:34:46 +09:00
Keita Haga c542cf13e9 unix.users: minor fixes in 'passwd' description 2011-01-04 21:51:51 +09:00
Keita Haga 8f92ca2d47 classes.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs 2011-01-04 21:02:11 +09:00
Keita Haga 48b1f444c8 debugger: fix typo in docs 2011-01-04 18:30:34 +09:00
Slava Pestov 3c73e53db3 sets, bit-sets: cleanups 2010-12-27 20:10:37 -08:00
John Benediktsson 47faf5f6ae sets: adding cardinality word. 2010-12-27 19:22:36 -08:00
John Benediktsson 160016dab9 Merge branch 'master' of git://github.com/slavapestov/factor 2010-12-26 15:46:51 -08:00
Slava Pestov 13d6c6a698 Update code for alien.data changes 2010-12-26 02:08:57 -06:00
Slava Pestov b0732bcb22 Fix unit test failures caused by alien.data change 2010-12-25 22:34:12 -08:00
Slava Pestov 75560699ea Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
Keita Haga 7a9591674c io.directories.search: fix a couple of examples 2010-12-23 05:15:20 +09:00
Keita Haga 2dad72e4e7 multiline: fix typo in docs 2010-12-23 04:42:56 +09:00
Keita Haga 64d78c4f5c concurrency.combinators: fix typo in docs 2010-12-23 04:26:34 +09:00
Keita Haga c3189054d1 io.files.info.unix, sequences: few $examples and $unchecked-examples turn into $codes 2010-12-23 04:05:06 +09:00
Keita Haga 33c14b8bb0 ui.pixel-formats: fix using list in example 2010-12-23 03:10:54 +09:00
John Benediktsson de155315bd Merge branch 'master' of git://github.com/slavapestov/factor 2010-12-13 12:47:10 -08:00
Slava Pestov 70a2cfad37 Merge branch 'doc-fixes' of http://github.com/keitahaga/factor 2010-12-05 20:58:11 -08:00
Keita Haga 7bd8c3deba db.tuples: fix a couple of examples in tutorial article a little 2010-12-06 06:14:24 +09:00
Keita Haga f5c556a709 literals: fix formatting and example error in docs 2010-12-06 05:06:15 +09:00
Keita Haga 051a2a749b urls.encoding: fix missing vocab in docs 2010-12-05 22:17:21 +09:00
Keita Haga 7199339d89 concurrency.messaging: documentation typo fix and remove trailing whitespace 2010-12-05 06:03:15 +09:00
Keita Haga 08656749bf io.styles: add using to all examples plus fix formatting in some examples 2010-12-04 21:25:12 +09:00
Keita Haga 9f7c22be60 help, hints: remove syntax vocab in few examples 2010-12-04 01:25:14 +09:00
John Benediktsson 5b97fca7d4 Merge branch 'master' of git://github.com/slavapestov/factor 2010-12-01 08:38:05 -08:00
Slava Pestov 6f0375b3ba Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2010-12-01 03:02:38 -08:00
Slava Pestov dd0d9fbc10 alien.fortran: cleanup 2010-12-01 03:00:00 -08:00
Joe Groff 2dbfc7df33 alien.fortran: fix stack effect of SUBROUTINE: and FUNCTION: words to include out parameters 2010-12-01 07:05:32 +05:30
Keita Haga 3e7af33343 hints: fix two examples and formatting in docs 2010-11-30 04:53:11 +09:00
Keita Haga e7796b4118 tools.crossref: fix example 2010-11-29 18:41:57 +09:00
Keita Haga cca391861e help: add stack effect declaration and using to HELP: example in docs 2010-11-29 03:44:45 +09:00
Keita Haga 2dbee396fb db: fix some examples 2010-11-28 03:34:27 +09:00
John Benediktsson 48820aa57e Merge branch 'master' of git://github.com/slavapestov/factor 2010-11-26 01:33:40 -08:00
John Benediktsson 7a06cacd45 help.tutorial: minor cleanup. 2010-11-25 23:58:33 -08:00
Slava Pestov f27080498d Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float 2010-11-24 22:41:15 -08:00
Keita Haga 7c963b9dbe eval: fix cad.objects path in example 2010-11-24 05:58:15 +09:00
Slava Pestov ac0233ce7b specialized-arrays: fix stack effect of malloc-T-array in docs 2010-11-19 19:53:43 -08:00
Keita Haga 04aeadbb15 io.files.info.unix: fix IN: in docs 2010-11-18 04:29:36 +09:00
Keita Haga 08cb8a4848 io.files.info.unix: fix a couple of set-file-permissions examples 2010-11-18 03:46:02 +09:00
Keita Haga 58bac61281 help.handbook: fix typo 2010-11-16 17:45:25 +09:00
John Benediktsson 7a233aa2e7 Merge branch 'master' of git://github.com/slavapestov/factor 2010-11-15 08:47:09 -08:00
Anton Gorenko aa82d106ce gobject-introspection: remove tests (because they don't work); 2010-11-15 21:51:49 +06:00
Anton Gorenko 8baa7d3578 ui.backend.gtk: fix bugs; 2010-11-15 21:48:58 +06:00
Anton Gorenko 0f954c9fa9 gdk.ffi: fix incorrect GdkEvent* structures' definitions; 2010-11-15 21:47:36 +06:00
Anton Gorenko ed46a3d472 pango.cairo: fix incorrect USING:; 2010-11-15 21:46:54 +06:00
Slava Pestov 97a8e889c3 models.arrow: fix formatting 2010-11-14 15:33:38 -08:00
Jon Harper b207482d38 Remove unecessary slot from arrow models 2010-11-14 15:33:37 -08:00
Keita Haga ae7b44e5eb io.directories: fix typo in example 2010-11-14 17:18:56 +09:00
Keita Haga 7a5132140f concurrency.locks: fix typo in docs 2010-11-14 17:11:17 +09:00
Slava Pestov c4a83d2d0b io.servers: don't try to open SSL sockets if they're not supported on the current platform (ie, Windows) 2010-11-13 18:32:10 -06:00
Philip Searle e83cc32b14 Add palette and odd-sized PNG unit tests. Fix loading interlaced PNGs < 8x8 in size. 2010-11-13 23:52:13 +00:00
Philip Searle a22f5611de Fix support for interlaced 1/2/4/8/16-bit greyscale and interlaced 8-bit truecolour PNG files. 2010-11-13 21:45:11 +00:00
Philip Searle 0c70f74abe Correct greyscale PNG scaling factor. Non-interlaced greyscale PNG tests now pass. 2010-11-13 19:29:26 +00:00
John Benediktsson b7f5d2f85b Merge branch 'master' of git://github.com/slavapestov/factor 2010-11-03 23:07:41 -07:00
Jon Harper f60f13c675 math.primes.erato doc fixes. 2010-11-02 17:34:28 +01:00
Rupert Swarbrick cd28c7a219 math.primes.erato: Fix off-by-one error
The sieve bit vector deals with numbers in chunks of 30. Therefore,
the number 90 (say) is the 91st 'element' of the vector. Each byte
deals with some range {0,1,...,29}+30n so to have the number 90, you
need four bytes.

Rather pleasingly, I bumped into this bug and it reduced to the
incantation:
  2010 2010 sieve marked-prime?
2010-11-02 17:34:24 +01:00
John Benediktsson afb23da7fe Merge branch 'master' of git://github.com/slavapestov/factor 2010-11-01 08:16:32 -07:00
Slava Pestov c24c399b77 concurrency.count-downs: remove unused dependency on debugger vocab 2010-10-31 22:49:50 -05:00
Slava Pestov 372d2dc363 concurrency.mailboxes: break dependency on debugger vocab by creating concurrency.mailboxes.debugger 2010-10-31 22:47:34 -05:00
Slava Pestov 8be8c7f213 Merge branch 'master' of git://factorcode.org/git/factor 2010-10-31 20:26:29 -05:00
John Benediktsson fdef71d2b7 colors.hex vocab. 2010-10-28 13:34:59 -07:00
Slava Pestov 675a420717 compiler.tests: update for <ref> deref 2010-10-25 22:23:03 -07:00
Slava Pestov 68712ed84c cache: add unit tests, make clear-assoc method dispose of all values 2010-10-25 23:52:45 -05:00
Slava Pestov b03a16ef4d alien.libraries: add-library won't close and re-open the library if nothing changed. This fixes a crash on Windows when reloading the windows vocab 2010-10-25 23:39:15 -05:00
Slava Pestov e139a7a02d Clean up alien.c-types changes a little 2010-10-25 21:09:08 -07:00
Doug Coleman c7d22fe439 Fix typo in game.input.dinput 2010-10-25 22:06:25 -05:00
Doug Coleman 69487d1fd3 Fix a few tests that got broken in the <uint> *uint patches 2010-10-25 19:14:21 -05:00
Doug Coleman 67c37591ca Remove <uint> *uint and friends. Hopefully remove the last usages of these words 2010-10-25 15:54:42 -05:00
Doug Coleman 4ca9bd0bba Remove usages of <void*> and *void* 2010-10-25 13:22:50 -05:00
Doug Coleman 1f57dc326e Remove many uses of <int> and *int etc 2010-10-25 12:49:12 -05:00
Slava Pestov b10897334c io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows 2010-10-24 15:54:19 -07:00
Slava Pestov ee1520f683 math.primes.erato: fix typo in docs 2010-10-22 18:26:08 -07:00
Jon Harper ff1d7914e8 cleanup 2010-10-22 18:22:29 -07:00
Slava Pestov a400b39fa1 alien.enums: enum>number didn't work in deployed images, add a test which deploys and runs benchmark.ui-panes to catch this in the future 2010-10-17 21:02:42 -04:00
Slava Pestov 559b1ae876 alien.c-types: make behavior of int/uint/long/ulong/longlong/ulonglong struct field setters consistent across 32-bit and 64-bit when supplied with floats (reported by Anton Gorenko) 2010-10-14 22:29:48 -07:00
Doug Coleman 345447b961 Fix bootstrap on mac by adding back the PF_INET constant 2010-10-09 16:53:54 -07:00
Slava Pestov 5caae55e8d html.templates.chloe: minor doc improvements 2010-10-09 15:29:04 -07:00
Slava Pestov daae54a88a unix.ffi.bsd: fix load errors 2010-10-09 15:16:14 -07:00
Slava Pestov a84d7af2c5 unix.ffi.bsd: fix AF_INET6 constants on FreeBSD and OpenBSD 2010-10-09 15:04:49 -07:00
Slava Pestov 40e5ed8b87 ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER? 2010-10-08 18:55:37 -07:00
Slava Pestov fbbaef70c4 Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction 2010-10-08 18:55:13 -07:00
Doug Coleman 7367ff19c4 Add a method on url-addr for local ports
Remove test for code that got reverted
2010-10-08 08:42:19 -07:00
Doug Coleman a4b25443f4 Move ch-upper? from unicode.case to ascii 2010-10-08 06:34:20 -07:00
Doug Coleman d462355035 Implement and document stream-peek 2010-10-08 06:34:19 -07:00
Doug Coleman 6dcb259b73 Move the host word from dns to tools.dns 2010-10-08 06:34:18 -07:00
Doug Coleman f7af445625 Add stream-peek1 and remove it from images.gif and dns. Add sequence-peek but not stream-peek (yet?) 2010-10-08 06:34:17 -07:00
Slava Pestov 4dd1ba4ab2 furnace.recaptcha: fix stack effect declaration 2010-10-06 23:01:09 -07:00
Slava Pestov 89ae9d9638 Various cleanups for Doug's recent socket addressing change
- urls: now have a host/port slots again, add a new set-url-addr word
- http.server: fix host header parsing for IPv6 addresses
2010-10-06 23:00:38 -07:00
Doug Coleman 78cb1140f4 Add ch-upper? and ch-lower? words 2010-10-05 09:56:30 -05:00
Doug Coleman 32f447d796 Since ip4/ip6 services can run on different ports, we must include which version of ip we're using instead of just a port. Make URL objects store an inet4/i nt6/inet object with host/port slots instead of storing host/port slots separately. Stricter error checking on inet4/inet6 tuple creation. Update lots of code related to the URL change. 2010-10-05 09:56:29 -05:00
Slava Pestov 67db4d73ac logging.insomniac: fix docs 2010-10-02 19:06:45 -07:00
Slava Pestov 7fc552dd6c logging.insomniac: clean up more 2010-10-02 18:18:54 -07:00
Slava Pestov b79c801b3c logging.analysis: fix it up and make it work 2010-10-02 18:11:57 -07:00
Doug Coleman 468d1d40c9 Fix compile error in images.jpeg 2010-10-01 01:41:26 -05:00
Doug Coleman ae60761d42 Fix furnace.actions help lint 2010-10-01 01:41:25 -05:00
Doug Coleman 046efe7798 Update alien.enums docs 2010-10-01 01:41:24 -05:00
Anton Gorenko 0ad5f6bd44 Merge branch 'master' of git://factorcode.org/git/factor 2010-10-01 10:13:19 +06:00
Slava Pestov b052aa61cb compiler.cfg.linear-scan: extend lifetime intervals of base pointers correctly (reported by Anton Gorenko) 2010-09-30 20:49:03 -07:00
Doug Coleman 3ac8847a15 Fix typo ohno 2010-09-29 17:29:28 -05:00
Doug Coleman 3cdc9ba650 Use create-class-in to get redefinition errors with enums 2010-09-29 16:24:25 -05:00
Doug Coleman f981b6db3c Make a way to get DNS server ips on Windows 2010-09-29 15:36:56 -05:00
Doug Coleman 67fa5080f4 Add a basic windows registry vocabulary 2010-09-29 11:19:30 -05:00
Anton Gorenko 913362a3a2 gobject-introspection: rewrite gir files loading and code generation totally
generate girs from fresh sources
ui.backend.gtk, ui.text.pango: update a little bit
(this commit is unstable, because new GObject-introspection release (> 0.9) is much different from 0.6 and it needs more detailed annotations
(e.g. to parse out/inout parameters), which are mostly missing now)
2010-09-29 15:08:31 +06:00
Anton Gorenko f7573bf329 Merge branch 'master' of git://factorcode.org/git/factor 2010-09-29 12:22:09 +06:00
Slava Pestov 3e43dafb76 html.templates.fhtml: code cleanup 2010-09-28 21:34:16 -07:00
Slava Pestov 875e7c17ec http.server.static: look for index.fhtml when fhtml is enabled 2010-09-28 21:34:15 -07:00
Chris Double 5617546b7e Fix chloe-content docs 2010-09-29 10:41:15 +13:00
Chris Double 86b00a0e6f Add webm, ogv and oga to mime types 2010-09-29 10:41:00 +13:00
Doug Coleman 56c8d47d58 Make alien.enums create singletons so I can dispatch on them. Clean up the code a bit. 2010-09-28 15:15:55 -05:00
Anton Gorenko 4e6fc292b9 Merge branch 'master' of git://factorcode.org/git/factor 2010-09-28 18:23:36 +06:00
Slava Pestov 18d4d01e48 furnace.utilities: clean up 2010-09-27 21:45:31 -07:00
Slava Pestov 7d6475df0b New boot image location: http://downloads.factorcode.org/images/ 2010-09-27 20:29:09 -07:00