]> gitweb.factorcode.org Git - factor.git/commit
core: callstack is a builtin type and a class name. rename the *stack words that...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 17:11:59 +0000 (10:11 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 13 Aug 2015 17:11:59 +0000 (10:11 -0700)
commitc21a1540564b66ec0574f4e91d7e2d2661f0745e
tree918d427590f1edcdd959598b452ef9363be65814
parent0e1169ceaba99c47f96aba4ba2cbf81ef32fcc91
core: callstack is a builtin type and a class name. rename the *stack words that grab the current stack get-foostack to avoid the callstack builtin conflict and for better symmetry with set-foostack.
18 files changed:
basis/compiler/tests/simple.factor
basis/inspector/inspector.factor
basis/prettyprint/prettyprint.factor
basis/stack-checker/known-words/known-words.factor
basis/threads/threads.factor
basis/tools/continuations/continuations.factor
core/bootstrap/primitives.factor
core/combinators/combinators-tests.factor
core/combinators/combinators.factor
core/continuations/continuations-docs.factor
core/continuations/continuations-tests.factor
core/continuations/continuations.factor
core/generic/standard/standard.factor
core/kernel/kernel-docs.factor
core/kernel/kernel-tests.factor
core/kernel/kernel.factor
core/namespaces/namespaces-docs.factor
core/namespaces/namespaces.factor