]> gitweb.factorcode.org Git - factor.git/log
factor.git
9 years agoRevert "version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects...
Doug Coleman [Tue, 11 Nov 2014 08:16:00 +0000 (00:16 -0800)]
Revert "version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this too."

This reverts commit 599c2cdba265004cad444e1f4e6651e19b143661.

XXX: Mac fails with this error:

c++ -Wall -DFACTOR_VERSION="0.98-git" -DFACTOR_GIT_LABEL="heads/master-0-g599c2cd" -fomit-frame-pointer -mmacosx-version-min=10.5 -m64 -O3 -g -dynamiclib -single_module -current_version 0.98-git -compatibility_version 0.98-git -fvisibility=hidden -lm -framework Cocoa -framework AppKit -o libfactor.dylib vm/os-unix.o vm/os-macosx.o vm/mach_signal.o vm/mvm-unix.o vm/cpu-x86.o vm/aging_collector.o vm/alien.o vm/arrays.o vm/bignum.o vm/byte_arrays.o vm/callbacks.o vm/callstack.o vm/code_blocks.o vm/code_heap.o vm/compaction.o vm/contexts.o vm/data_heap.o vm/data_heap_checker.o vm/debug.o vm/dispatch.o vm/entry_points.o vm/errors.o vm/factor.o vm/free_list.o vm/full_collector.o vm/gc.o vm/gc_info.o vm/image.o vm/inline_cache.o vm/instruction_operands.o vm/io.o vm/jit.o vm/math.o vm/mvm.o vm/nursery_collector.o vm/object_start_map.o vm/objects.o vm/primitives.o vm/quotations.o vm/run.o vm/safepoints.o vm/sampling_profiler.o vm/strings.o vm/to_tenured_collector.o vm/tuples.o vm/utilities.o vm/vm.o vm/words.o
ld: malformed 32-bit x.y.z version number: 0.98-git
clang: error: linker command failed with exit code 1 (use -v to see invocation)

9 years agoversion number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this...
Doug Coleman [Tue, 11 Nov 2014 08:13:23 +0000 (00:13 -0800)]
version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this too.

9 years agoGNUmakefile: Remove LIBPATH from the build system since nothing needs it. Fixes ...
Doug Coleman [Tue, 11 Nov 2014 08:05:52 +0000 (00:05 -0800)]
GNUmakefile: Remove LIBPATH from the build system since nothing needs it. Fixes #1192.

9 years agosystem: dont let any errors interfere with the shutdown process and just
Björn Lindqvist [Fri, 19 Sep 2014 14:31:14 +0000 (16:31 +0200)]
system: dont let any errors interfere with the shutdown process and just
ignore them

Conflicts:
core/system/system.factor

9 years agoVM: debug code which memsets the resetted space
Björn Lindqvist [Wed, 6 Aug 2014 22:30:15 +0000 (00:30 +0200)]
VM: debug code which memsets the resetted space

9 years agoffi: test functions for bug #1021
Björn Lindqvist [Wed, 6 Aug 2014 22:27:25 +0000 (00:27 +0200)]
ffi: test functions for bug #1021

Conflicts:
vm/ffi_test.c
vm/ffi_test.h

Note: Let's add tests in basis/compiler/tests/alien.factor for this.

9 years agoGNUmakefile, factor.cmd: Update versions to 0.98
Doug Coleman [Tue, 11 Nov 2014 07:08:49 +0000 (23:08 -0800)]
GNUmakefile, factor.cmd: Update versions to 0.98

9 years agoVM: using make vocab instead of consecutive appends
Björn Lindqvist [Sun, 25 Aug 2013 15:41:39 +0000 (17:41 +0200)]
VM: using make vocab instead of consecutive appends

9 years agoVM: renamed version and git-label to vm-version and vm-git-label.
Björn Lindqvist [Sun, 25 Aug 2013 15:26:06 +0000 (17:26 +0200)]
VM: renamed version and git-label to vm-version and vm-git-label.

9 years agoVM: Three new special objects added to keep track of the builds version number, git...
Björn Lindqvist [Mon, 19 Aug 2013 15:34:29 +0000 (17:34 +0200)]
VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup.

Conflicts:
Nmakefile
basis/ui/tools/listener/listener.factor
core/alien/strings/strings.factor

9 years agovm: Fail with out_of_memory() if mprotect returns ENOMEM.
Doug Coleman [Tue, 11 Nov 2014 06:23:38 +0000 (06:23 +0000)]
vm: Fail with out_of_memory() if mprotect returns ENOMEM.
Add a message to out_of_memory(msg) calls so we know which call caused the OOM.
Fixes #664.

9 years agoforestdb: Fix platforms.txt
Doug Coleman [Tue, 11 Nov 2014 04:32:48 +0000 (20:32 -0800)]
forestdb: Fix platforms.txt

9 years agoforestdb.lib: Fix resource usage and cleanup. Reenable some snapshot tests but they...
Doug Coleman [Tue, 11 Nov 2014 03:03:50 +0000 (19:03 -0800)]
forestdb.lib: Fix resource usage and cleanup. Reenable some snapshot tests but they expose bugs in forestdb, I think.

9 years agoforestdb.utils: Move utility words for tests into own vocab.
Doug Coleman [Tue, 11 Nov 2014 03:03:29 +0000 (19:03 -0800)]
forestdb.utils: Move utility words for tests into own vocab.

9 years agoforestdb.lib: Remove concept of handle pair.
Doug Coleman [Tue, 11 Nov 2014 01:59:50 +0000 (17:59 -0800)]
forestdb.lib: Remove concept of handle pair.

9 years agoforestdb.lib: Add byseq mapper and unit test some deletion.
Doug Coleman [Tue, 11 Nov 2014 00:56:41 +0000 (16:56 -0800)]
forestdb.lib: Add byseq mapper and unit test some deletion.

9 years agoforestdb.lib: Adding code to do compaction.
Doug Coleman [Mon, 10 Nov 2014 23:22:15 +0000 (15:22 -0800)]
forestdb.lib: Adding code to do compaction.

9 years agoforestdb.paths: Add words for messing around with forestdb paths.
Doug Coleman [Mon, 10 Nov 2014 23:21:20 +0000 (15:21 -0800)]
forestdb.paths: Add words for messing around with forestdb paths.

9 years agoffi_test: Can actually test 62 and 63 on windows.
Doug Coleman [Mon, 10 Nov 2014 18:30:35 +0000 (10:30 -0800)]
ffi_test: Can actually test 62 and 63 on windows.

9 years agocompiler.tests.alien: Don't test ffi calls 61-63 on Windows.
Doug Coleman [Sun, 9 Nov 2014 18:52:16 +0000 (10:52 -0800)]
compiler.tests.alien: Don't test ffi calls 61-63 on Windows.

9 years agoffi_test: Fix compilation on Windows.
Doug Coleman [Sun, 9 Nov 2014 18:39:50 +0000 (10:39 -0800)]
ffi_test: Fix compilation on Windows.

9 years agotools.gc-decode: Dumb fix for zip change.
Doug Coleman [Sun, 9 Nov 2014 06:32:50 +0000 (22:32 -0800)]
tools.gc-decode: Dumb fix for zip change.

9 years agochecksums.interleave: Dumb fix for zip change.
Doug Coleman [Sun, 9 Nov 2014 06:32:36 +0000 (22:32 -0800)]
checksums.interleave: Dumb fix for zip change.

9 years agoassocs: Fix up some stack effects.
Doug Coleman [Sun, 9 Nov 2014 06:30:07 +0000 (22:30 -0800)]
assocs: Fix up some stack effects.

9 years agotr: zip had a string as input. call { } zip-as instead.
Doug Coleman [Sun, 9 Nov 2014 02:41:51 +0000 (18:41 -0800)]
tr: zip had a string as input. call { } zip-as instead.

9 years agoassocs: Make the output from zip, zip-index, and map-index the same type as the first...
Doug Coleman [Sun, 9 Nov 2014 02:26:21 +0000 (18:26 -0800)]
assocs: Make the output from zip, zip-index, and map-index the same type as the first seq/assoc argument. Add tests.

9 years agoassocs: Make map-index-as support seq or assoc exemplars and move map-index, map...
Doug Coleman [Sun, 9 Nov 2014 02:14:50 +0000 (18:14 -0800)]
assocs: Make map-index-as support seq or assoc exemplars and move map-index, map-index-as to assocs because they need to use new-assoc. Make zip-index-as support assoc exemplars. Fix up docs and tests.
assocs.extras: Remove zip-as and move tests to assocs.

9 years agocompiler.tests.alien: Add structs with uint and ulonglong pairs and return them from...
Doug Coleman [Sat, 8 Nov 2014 21:39:47 +0000 (13:39 -0800)]
compiler.tests.alien: Add structs with uint and ulonglong pairs and return them from an FFI call. macosx32 seems to be working, hopefully this will break it or confirm that it's working. Linux32 is broken, hopefully this will show how.

9 years agobasis, extra: Use zip-index.
Doug Coleman [Sat, 8 Nov 2014 08:46:30 +0000 (00:46 -0800)]
basis, extra: Use zip-index.

9 years agotools.scaffold: Add type for exemplar in docs.
Doug Coleman [Sat, 8 Nov 2014 08:40:13 +0000 (00:40 -0800)]
tools.scaffold: Add type for exemplar in docs.

9 years agoassocs: Add zip-index, zip-index-as and docs/tests.
Doug Coleman [Sat, 8 Nov 2014 08:39:38 +0000 (00:39 -0800)]
assocs: Add zip-index, zip-index-as and docs/tests.
sequences: Add map-index-as for symmetry and docs/tests.

9 years agocpu.x86.64: 64-bit register is RDX not EDX. Fixes #1191.
Doug Coleman [Sat, 8 Nov 2014 06:03:12 +0000 (22:03 -0800)]
cpu.x86.64: 64-bit register is RDX not EDX. Fixes #1191.

9 years agovm: Oops, test doesn't take a long long.
Doug Coleman [Fri, 7 Nov 2014 23:42:25 +0000 (15:42 -0800)]
vm: Oops, test doesn't take a long long.

9 years agocompiler.tests.alien: Check in a failing unit test. Structure is getting returned...
Doug Coleman [Fri, 7 Nov 2014 23:34:10 +0000 (15:34 -0800)]
compiler.tests.alien: Check in a failing unit test. Structure is getting returned improperly.

9 years agoforestdb.ffi: Fix up api.
Doug Coleman [Fri, 7 Nov 2014 23:33:48 +0000 (15:33 -0800)]
forestdb.ffi: Fix up api.

9 years agoforestdb: Update for new api changes. Fix some unit tests, they look better now.
Doug Coleman [Fri, 7 Nov 2014 21:06:53 +0000 (13:06 -0800)]
forestdb: Update for new api changes. Fix some unit tests, they look better now.

9 years agoforestdb.lib: Must close with WAL commit or else data gets lost on next open.
Doug Coleman [Fri, 7 Nov 2014 20:34:07 +0000 (12:34 -0800)]
forestdb.lib: Must close with WAL commit or else data gets lost on next open.

9 years agoforestdb.lib: iterator needs to call free on docs.
Doug Coleman [Fri, 7 Nov 2014 10:23:19 +0000 (02:23 -0800)]
forestdb.lib: iterator needs to call free on docs.

9 years agoforestdb.lib: fdb_doc has to be malloc'd. Iterators have to fdb_doc_free docs. Add...
Doug Coleman [Fri, 7 Nov 2014 09:56:37 +0000 (01:56 -0800)]
forestdb.lib: fdb_doc has to be malloc'd. Iterators have to fdb_doc_free docs. Add with-doc and with-create-doc combinators. Unit testing fdb-get etc.

9 years agoforestdb.lib: Relax our expectations of ALIEN: slots and save other slots to doc...
Doug Coleman [Fri, 7 Nov 2014 04:20:39 +0000 (20:20 -0800)]
forestdb.lib: Relax our expectations of ALIEN: slots and save other slots to doc tuple.

9 years agoforestdb: Add iteration by seq-num. Add tests for iteration by seq-num.
Doug Coleman [Fri, 7 Nov 2014 03:02:29 +0000 (19:02 -0800)]
forestdb: Add iteration by seq-num. Add tests for iteration by seq-num.
Document potential bugs.

9 years agoforestdb.ffi: Make fdb_iterator_opt_t its own type and remove comment.
Doug Coleman [Fri, 7 Nov 2014 02:24:25 +0000 (18:24 -0800)]
forestdb.ffi: Make fdb_iterator_opt_t its own type and remove comment.
forestdb.lib: Implement iterators and some related stuff.
Document possible bugs for now.
forestdb.lib-tests: Test iterators.

9 years agoforestdb: Support snapshots and rollbacks, change how with-forestdb works. Unit test...
Doug Coleman [Fri, 7 Nov 2014 01:01:58 +0000 (17:01 -0800)]
forestdb: Support snapshots and rollbacks, change how with-forestdb works. Unit test things.

9 years agoRemove executable bit from tons of files that aren't
Benjamin Pollack [Wed, 5 Nov 2014 21:22:15 +0000 (16:22 -0500)]
Remove executable bit from tons of files that aren't

9 years agoRevert "gtk.ffi: Find the right gtk library in a startup-hook. Necessary because...
Doug Coleman [Wed, 5 Nov 2014 20:03:05 +0000 (12:03 -0800)]
Revert "gtk.ffi: Find the right gtk library in a startup-hook. Necessary because gtk is not in the same place on varius distros, so just find it on demand. Fixes #1185."

This reverts commit 0ef942e400951bdce9924446f621bf4c0049fc40.

9 years agogtk.ffi: Find the right gtk library in a startup-hook. Necessary because gtk is not...
Doug Coleman [Wed, 5 Nov 2014 18:00:27 +0000 (10:00 -0800)]
gtk.ffi: Find the right gtk library in a startup-hook. Necessary because gtk is not in the same place on varius distros, so just find it on demand. Fixes #1185.

9 years agoforestdb: Support more api calls.
Doug Coleman [Wed, 5 Nov 2014 18:03:52 +0000 (10:03 -0800)]
forestdb: Support more api calls.

9 years agoLink to the Python binding documentation from the Python vocabulary
Benjamin Pollack [Tue, 4 Nov 2014 23:38:10 +0000 (18:38 -0500)]
Link to the Python binding documentation from the Python vocabulary

9 years agoextra: Update usages of CONSTRUCTOR: for new parameter.
Doug Coleman [Tue, 4 Nov 2014 23:59:13 +0000 (15:59 -0800)]
extra: Update usages of CONSTRUCTOR: for new parameter.

9 years agoconstructors: Unify C:, CONSTRUCTOR:, NAMED-CONSTRUCTOR:, and DEFAULT-CONSTRUCTOR...
Doug Coleman [Tue, 4 Nov 2014 23:56:23 +0000 (15:56 -0800)]
constructors: Unify C:, CONSTRUCTOR:, NAMED-CONSTRUCTOR:, and DEFAULT-CONSTRUCTOR: by requiring the class name after the constructor word name.

example: CONSTRUCTOR: <foo> foo ( stack effect -- obj ) ;

The benefit is that we can now search for <foo> by name and it's not auto-generated--less magic. Also, there are fewer kinds of constructors.

Rename CONSTRUCTOR-SYNTAX: to SLOT-CONSTRUCTOR: since it's more descriptive.

9 years agofuel: get-vocabs word is redundant
Björn Lindqvist [Mon, 3 Nov 2014 18:50:25 +0000 (19:50 +0100)]
fuel: get-vocabs word is redundant

9 years agoFUEL: when browsing vocab documentation, use the fuel-help--buffer-link variable...
Björn Lindqvist [Sat, 1 Nov 2014 22:10:45 +0000 (23:10 +0100)]
FUEL: when browsing vocab documentation, use the fuel-help--buffer-link variable to determine what vocabulary we are "in"

9 years agoFUEL: unit tests for fuel, only 2 so far but the number is expected to grow
Björn Lindqvist [Sat, 1 Nov 2014 21:11:48 +0000 (22:11 +0100)]
FUEL: unit tests for fuel, only 2 so far but the number is expected to grow

9 years agoFUEL: fix markup of stack effects of quotations nested in stack effects
Björn Lindqvist [Sat, 1 Nov 2014 21:08:04 +0000 (22:08 +0100)]
FUEL: fix markup of stack effects of quotations nested in stack effects

9 years agoforestdb.lib: use returned length since strings dont seem to be null terminated.
Doug Coleman [Tue, 4 Nov 2014 08:39:05 +0000 (00:39 -0800)]
forestdb.lib: use returned length since strings dont seem to be null terminated.

9 years agoforestdb.lib: Fix file name for test db.
Doug Coleman [Tue, 4 Nov 2014 08:19:25 +0000 (00:19 -0800)]
forestdb.lib: Fix file name for test db.

9 years agofurnace.utilities: fix docs for resolve-word-path.
John Benediktsson [Tue, 4 Nov 2014 06:26:22 +0000 (22:26 -0800)]
furnace.utilities: fix docs for resolve-word-path.

9 years agofurnace.utilities: refactor to not use make
Björn Lindqvist [Mon, 3 Nov 2014 21:05:17 +0000 (22:05 +0100)]
furnace.utilities: refactor to not use make

9 years agofurnace.utilities: use a method based on where instead of vocab-path to find dir...
Björn Lindqvist [Mon, 3 Nov 2014 17:47:22 +0000 (18:47 +0100)]
furnace.utilities: use a method based on where instead of vocab-path to find dir of vocab

9 years agoforestdb: Fix platforms.txt
Doug Coleman [Tue, 4 Nov 2014 02:10:17 +0000 (18:10 -0800)]
forestdb: Fix platforms.txt

9 years agoforestdb: Make an ffi binding and a basic lib wrapper that can save a key/document...
Doug Coleman [Mon, 3 Nov 2014 19:37:57 +0000 (11:37 -0800)]
forestdb: Make an ffi binding and a basic lib wrapper that can save a key/document and retrieve it by key.

9 years agovocabs.parser: need this wrapper.
John Benediktsson [Mon, 3 Nov 2014 14:45:53 +0000 (06:45 -0800)]
vocabs.parser: need this wrapper.

9 years agocore: get rid of some unnecessary wrappers.
John Benediktsson [Mon, 3 Nov 2014 04:16:22 +0000 (20:16 -0800)]
core: get rid of some unnecessary wrappers.

9 years agoFactor.app: update to 0.98 and update copyright years.
John Benediktsson [Mon, 3 Nov 2014 00:57:04 +0000 (16:57 -0800)]
Factor.app: update to 0.98 and update copyright years.

9 years agotar: cleanup stack effects, make read-data-blocks recursive. 0.97
John Benediktsson [Sun, 2 Nov 2014 19:38:49 +0000 (11:38 -0800)]
tar: cleanup stack effects, make read-data-blocks recursive.

9 years agotar: cleanup stack effects, minor things.
John Benediktsson [Sun, 2 Nov 2014 18:32:35 +0000 (10:32 -0800)]
tar: cleanup stack effects, minor things.

9 years agotar: Fix comment, just trim tail.
Doug Coleman [Sun, 2 Nov 2014 17:54:01 +0000 (09:54 -0800)]
tar: Fix comment, just trim tail.

9 years agosequences: Add examples for some words.
Doug Coleman [Sun, 2 Nov 2014 17:44:03 +0000 (09:44 -0800)]
sequences: Add examples for some words.

9 years agotar: Couple of optimizations.
Doug Coleman [Sun, 2 Nov 2014 06:11:35 +0000 (23:11 -0700)]
tar: Couple of optimizations.

9 years agoRevert "io.backend.unix.macosx: Trying to change instances of USE: to require if"
John Benediktsson [Sat, 1 Nov 2014 22:29:37 +0000 (15:29 -0700)]
Revert "io.backend.unix.macosx: Trying to change instances of USE: to require if"

This reverts commit 4bab33bddb08427a1dbe96fb936b1a9c01ec25ca.

9 years agozeromq: Opaque unit tests that keep failing are bad. Change to something
Doug Coleman [Sat, 1 Nov 2014 20:19:53 +0000 (13:19 -0700)]
zeromq: Opaque unit tests that keep failing are bad. Change to something
we can debug.

9 years agoio.backend.unix.macosx: Trying to change instances of USE: to require if
Doug Coleman [Sat, 1 Nov 2014 20:16:13 +0000 (13:16 -0700)]
io.backend.unix.macosx: Trying to change instances of USE: to require if
the vocab must be loaded but no symbols are directly depended upon.

9 years agoimap: Use uuids instead of random numbers.
Doug Coleman [Sat, 1 Nov 2014 18:36:43 +0000 (11:36 -0700)]
imap: Use uuids instead of random numbers.

9 years agoui.event-loop: No need to special-case ui.private now that the auto-use
Doug Coleman [Sat, 1 Nov 2014 18:35:55 +0000 (11:35 -0700)]
ui.event-loop: No need to special-case ui.private now that the auto-use
tool suggests private words.

9 years agocore: On Windows we depend on having io.strreams.byte-array for utf16
Doug Coleman [Sat, 1 Nov 2014 18:34:52 +0000 (11:34 -0700)]
core: On Windows we depend on having io.strreams.byte-array for utf16
support. Include this in the boot image instead of alien.strings.

9 years agoimap: linux-x64.64/foo existed, so we couldn't delete linux-x64.64/ for some reason.
Doug Coleman [Sat, 1 Nov 2014 05:39:16 +0000 (22:39 -0700)]
imap: linux-x64.64/foo existed, so we couldn't delete linux-x64.64/ for some reason.
Delete like crazypeople.
Memoize _my_ random number. Hopefully tests are robust now?

9 years agoalien.strings: Dependency on io.streams.byte-array. Clean this up somehow?
Doug Coleman [Sat, 1 Nov 2014 02:15:29 +0000 (19:15 -0700)]
alien.strings: Dependency on io.streams.byte-array. Clean this up somehow?

9 years agosequences: Better docs for member?
Doug Coleman [Sat, 1 Nov 2014 00:50:49 +0000 (17:50 -0700)]
sequences: Better docs for member?

9 years agosequences: Add examples for member? word.
Doug Coleman [Sat, 1 Nov 2014 00:46:36 +0000 (17:46 -0700)]
sequences: Add examples for member? word.

9 years agotools.scaffold: Make a better scaffold-examples word in hopes it will cause more...
Doug Coleman [Sat, 1 Nov 2014 00:30:30 +0000 (17:30 -0700)]
tools.scaffold: Make a better scaffold-examples word in hopes it will cause more examples to get written. Add more docs. Fix spacing bug in scaffold-undocumented.

9 years agococoa: switch back to an assoc, used by tools.deploy.shaker.strip-cocoa.
John Benediktsson [Fri, 31 Oct 2014 23:52:40 +0000 (16:52 -0700)]
cocoa: switch back to an assoc, used by tools.deploy.shaker.strip-cocoa.

9 years agopython.objects: use flags{ } for flags.
John Benediktsson [Fri, 31 Oct 2014 18:35:15 +0000 (11:35 -0700)]
python.objects: use flags{ } for flags.

9 years agococoa: fix requirement that mac deploys have high reflection.
John Benediktsson [Fri, 31 Oct 2014 18:33:19 +0000 (11:33 -0700)]
cocoa: fix requirement that mac deploys have high reflection.

9 years agopython: both METH_VARARGS METH_KEYWORDS needed in ml_flags should fix #1171
Björn Lindqvist [Fri, 31 Oct 2014 17:40:47 +0000 (18:40 +0100)]
python: both METH_VARARGS METH_KEYWORDS needed in ml_flags should fix #1171

9 years agoio.encodings: fix for read-until seps not containing \n.
John Benediktsson [Fri, 31 Oct 2014 16:33:59 +0000 (09:33 -0700)]
io.encodings: fix for read-until seps not containing \n.

9 years agocore: Remove trailing whitespace.
Doug Coleman [Fri, 31 Oct 2014 08:14:31 +0000 (01:14 -0700)]
core: Remove trailing whitespace.

9 years agoio.encodings: For decoders, try to gobble up the next newline if cr>> is true in...
Doug Coleman [Fri, 31 Oct 2014 07:58:53 +0000 (00:58 -0700)]
io.encodings: For decoders, try to gobble up the next newline if cr>> is true in stream-read-until. Add unit test. Fixes #1177.

9 years agobyte-vectors: dos2unix
Doug Coleman [Fri, 31 Oct 2014 07:45:51 +0000 (00:45 -0700)]
byte-vectors: dos2unix

9 years agoeditors.sublime: oops.
Doug Coleman [Fri, 31 Oct 2014 02:41:59 +0000 (19:41 -0700)]
editors.sublime: oops.

9 years agoeditors.sublime: Prefer sublime 3 over sublime 2 on mac.
Doug Coleman [Fri, 31 Oct 2014 02:16:02 +0000 (19:16 -0700)]
editors.sublime: Prefer sublime 3 over sublime 2 on mac.

9 years agoparser.notes: Remove trailing whitespace the parser noticed.
Doug Coleman [Thu, 30 Oct 2014 23:19:30 +0000 (16:19 -0700)]
parser.notes: Remove trailing whitespace the parser noticed.

9 years agographs: using conjoin.
John Benediktsson [Thu, 30 Oct 2014 18:30:21 +0000 (11:30 -0700)]
graphs: using conjoin.

9 years agoio.backend.unix.macosx: need this for deploy.
John Benediktsson [Sun, 26 Oct 2014 15:44:41 +0000 (08:44 -0700)]
io.backend.unix.macosx: need this for deploy.

9 years agoparser: Fix for empty word list. Oops.
Doug Coleman [Tue, 28 Oct 2014 02:38:32 +0000 (19:38 -0700)]
parser: Fix for empty word list. Oops.

9 years agopython.objects: fix <py-cfunction> need to malloc-struct PyMethodDef
Björn Lindqvist [Mon, 27 Oct 2014 22:12:47 +0000 (23:12 +0100)]
python.objects: fix <py-cfunction> need to malloc-struct PyMethodDef

9 years agocore/basis: Trim or reorganize a few using lists. Playing around with auto-use restar...
Doug Coleman [Mon, 27 Oct 2014 20:39:08 +0000 (13:39 -0700)]
core/basis: Trim or reorganize a few using lists. Playing around with auto-use restarts and private words.

9 years agoparser: Cleaner fix, comments. Fixes #1174.
Doug Coleman [Mon, 27 Oct 2014 19:12:23 +0000 (12:12 -0700)]
parser: Cleaner fix, comments. Fixes #1174.

9 years agoparser: Consider private words now for autocompletes, but to avoid pulling in private...
Doug Coleman [Mon, 27 Oct 2014 19:01:37 +0000 (12:01 -0700)]
parser: Consider private words now for autocompletes, but to avoid pulling in private words unexpectedly, throw a restart that confirms you really want the private word. Fixes #1174.

9 years agopython: Fix >py stack effect for docs.
Doug Coleman [Mon, 27 Oct 2014 18:33:59 +0000 (11:33 -0700)]
python: Fix >py stack effect for docs.

9 years agopython.syntax: new way to bind python functions to factor words and updated tests
Björn Lindqvist [Mon, 27 Oct 2014 12:41:03 +0000 (13:41 +0100)]
python.syntax: new way to bind python functions to factor words and updated tests

this way avoids binding literal alien values inside the words which is
just wrong. the hardcoded alien addresses goes "out of sync" when
factor is restarded and causes crashes.