]> gitweb.factorcode.org Git - factor.git/commit
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots...
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 12 Aug 2015 13:49:02 +0000 (08:49 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 12 Aug 2015 13:49:02 +0000 (08:49 -0500)
commit330c7ba15664d01727fd61713af7aa7b67c91488
tree1f12944cd28c4722fff72d11cc605b03efe90041
parent5dadf773115e477fb83412fb1a8e71e487f1fdf7
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables.
Redo many FROM: and QUALIFIED: and using lists.
88 files changed:
basis/bit-arrays/bit-arrays.factor
basis/checksums/md5/md5.factor
basis/classes/struct/struct-tests.factor
basis/classes/struct/struct.factor
basis/cocoa/cocoa-tests.factor
basis/cocoa/cocoa.factor
basis/compiler/cfg/alias-analysis/alias-analysis.factor
basis/compiler/cfg/branch-splitting/branch-splitting.factor
basis/compiler/cfg/builder/alien/alien.factor
basis/compiler/cfg/dce/dce.factor
basis/compiler/cfg/intrinsics/misc/misc.factor
basis/compiler/cfg/linear-scan/allocation/state/state.factor
basis/compiler/cfg/parallel-copy/parallel-copy.factor
basis/compiler/cfg/representations/selection/selection.factor
basis/compiler/cfg/ssa/construction/construction.factor
basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
basis/compiler/cfg/ssa/cssa/cssa.factor
basis/compiler/cfg/value-numbering/expressions/expressions.factor
basis/compiler/tests/linkage-errors.factor
basis/compiler/tests/redefine23.factor
basis/compiler/tree/def-use/def-use.factor
basis/compiler/tree/modular-arithmetic/modular-arithmetic.factor
basis/compiler/tree/propagation/branches/branches.factor
basis/core-foundation/fsevents/fsevents.factor
basis/cpu/ppc/ppc.factor
basis/cpu/x86/32/32.factor
basis/cpu/x86/64/64.factor
basis/cpu/x86/x86.factor
basis/debugger/debugger.factor
basis/disjoint-sets/disjoint-sets.factor
basis/documents/documents.factor
basis/furnace/auth/auth.factor
basis/furnace/auth/providers/couchdb/couchdb.factor
basis/furnace/scopes/scopes.factor
basis/game/input/dinput/dinput.factor
basis/game/input/input.factor
basis/game/input/iokit/iokit.factor
basis/gobject-introspection/gobject-introspection.factor
basis/hashtables/wrapped/wrapped.factor
basis/html/streams/streams.factor
basis/http/server/static/static.factor
basis/images/loader/cocoa/cocoa.factor
basis/images/loader/gdiplus/gdiplus.factor
basis/images/loader/gtk/gtk.factor
basis/io/styles/styles.factor
basis/lcs/diff2html/diff2html.factor
basis/math/combinatorics/combinatorics.factor
basis/peg/ebnf/ebnf.factor
basis/persistent/vectors/vectors.factor
basis/prettyprint/backend/backend.factor
basis/random/sfmt/sfmt.factor
basis/regexp/minimize/minimize.factor
basis/see/see-docs.factor
basis/sequences/product/product.factor
basis/sequences/unrolled/unrolled.factor
basis/stack-checker/dependencies/dependencies.factor
basis/threads/threads.factor
basis/tools/annotations/annotations.factor
basis/tools/deploy/shaker/shaker.factor
basis/tools/profiler/sampling/sampling.factor
basis/ui/backend/windows/windows.factor
basis/ui/gadgets/panes/panes.factor
basis/ui/gadgets/tables/tables.factor
basis/ui/ui.factor
basis/unicode/breaks/breaks.factor
basis/unix/types/types.factor
core/generic/single/single.factor
core/sets/sets.factor
core/slots/slots.factor
core/words/words.factor
extra/benchmark/hashtables/hashtables.factor
extra/boyer-moore/boyer-moore.factor
extra/bson/reader/reader.factor
extra/bson/writer/writer.factor
extra/bunny/model/model.factor
extra/compiler/cfg/gvn/avail/avail.factor
extra/compiler/graphviz/graphviz.factor
extra/game/worlds/worlds.factor
extra/images/viewer/prettyprint/prettyprint.factor
extra/images/viewer/viewer.factor
extra/math/splines/splines.factor
extra/pdf/layout/layout.factor
extra/poker/poker.factor
extra/project-euler/common/common.factor
extra/sequences/extras/extras.factor
extra/tools/tree/tree.factor
extra/twitter/twitter.factor
extra/wordtimer/wordtimer.factor