Update some copyright headers to follow the current convention
Had to look through the history to find years for some headers. Added authors to some files as well.factor-shell
parent
7b150204b1
commit
504c9959a1
|
@ -1,4 +1,5 @@
|
|||
! (c)2009, 2010 Slava Pestov, Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010 Slava Pestov, Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.arrays alien.c-types alien.strings
|
||||
arrays byte-arrays combinators combinators.short-circuit
|
||||
cpu.architecture fry generalizations io io.streams.memory kernel
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff, Erik Charlebois bsd license
|
||||
! Copyright (C) 2010 Joe Groff, Erik Charlebois.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types arrays assocs classes.singleton
|
||||
combinators delegate fry kernel macros math parser sequences
|
||||
words ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types alien.parser alien.parser.private
|
||||
alien.syntax compiler.units continuations debugger eval fry kernel
|
||||
lexer namespaces parser sequences sets summary tools.test
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2011 Joe Groff, Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data
|
||||
alien.prettyprint arrays assocs classes classes.struct
|
||||
combinators combinators.short-circuit continuations fry kernel
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010, 2011 Joe Groff, Slava Pestov, John Benediktsson.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data alien.syntax
|
||||
assocs byte-arrays classes classes.private classes.struct
|
||||
classes.struct.prettyprint.private classes.tuple
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays classes combinators
|
||||
compiler.cfg.instructions compiler.cfg.registers
|
||||
compiler.cfg.stacks compiler.cfg.stacks.local
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs biassocs byte-arrays classes
|
||||
compiler.cfg compiler.cfg.comparisons compiler.cfg.instructions
|
||||
compiler.cfg.intrinsics.simd compiler.cfg.intrinsics.simd.backend
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs hashtables.identity kernel literals tools.test ;
|
||||
IN: hashtables.identity.tests
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs hashtables hashtables.wrapped kernel
|
||||
parser vocabs.loader ;
|
||||
IN: hashtables.identity
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data alien.enums alien.strings
|
||||
assocs byte-arrays classes.struct destructors grouping images images.loader
|
||||
io kernel libc locals math mime.types namespaces sequences specialized-arrays
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2012 Joe Groff bsd license
|
||||
! Copyright (C) 2012 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.syntax cocoa.plists cocoa.runtime
|
||||
cocoa.types core-foundation.strings io.directories io.files
|
||||
io.files.temp io.pathnames kernel sequences system ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2012 Joe Groff bsd license
|
||||
! Copyright (C) 2012 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: combinators init io.directories io.pathnames kernel
|
||||
namespaces system vocabs ;
|
||||
IN: io.files.temp
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2012 Joe Groff bsd license
|
||||
! Copyright (C) 2012 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: environment io.files.temp io.pathnames sequences system
|
||||
xdg ;
|
||||
IN: io.files.temp.unix
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2012 Joe Groff bsd license
|
||||
! Copyright (C) 2012 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.data alien.strings io.directories
|
||||
io.files.temp io.pathnames kernel math
|
||||
memoize specialized-arrays system windows.errors
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help help.markup help.syntax kernel quotations ;
|
||||
IN: math.floats.env
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.syntax arrays assocs biassocs combinators
|
||||
combinators.short-circuit continuations generalizations kernel
|
||||
literals locals math math.bitwise sequences sets system
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.accessors alien.c-types alien.data
|
||||
alien.syntax kernel math math.order ;
|
||||
FROM: math => float ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: classes help.markup help.syntax kernel quotations ;
|
||||
IN: math.vectors.conversion
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays compiler.test continuations generalizations
|
||||
kernel kernel.private locals math.vectors.conversion math.vectors.simd
|
||||
sequences stack-checker tools.test sequences.generalizations ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien arrays assocs classes combinators
|
||||
combinators.short-circuit fry kernel locals math math.vectors
|
||||
math.vectors.simd math.vectors.simd.intrinsics sequences ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Slava Pestov, Joe Groff bsd license
|
||||
! Copyright (C) 2009 Slava Pestov, Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.data combinators cpu.architecture fry
|
||||
grouping kernel libc locals math math.libm math.order math.ranges
|
||||
sequences sequences.cords sequences.generalizations sequences.private
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: opengl.capabilities tools.test ;
|
||||
IN: opengl.capabilities.tests
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax tools.continuations ;
|
||||
IN: opengl.debug
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors kernel namespaces parser sequences tools.continuations
|
||||
ui.backend ui.gadgets.worlds words ;
|
||||
IN: opengl.debug
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
! This vocab only exports forward-compatible OpenGL 3.x symbols.
|
||||
! For legacy OpenGL and extensions, use opengl.gl
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.syntax help.markup kernel sequences quotations
|
||||
math arrays combinators ;
|
||||
IN: sequences.generalizations
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: tools.test generalizations kernel math arrays sequences
|
||||
sequences.generalizations ascii fry math.parser io io.streams.string ;
|
||||
IN: sequences.generalizations.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel sequences sequences.private math
|
||||
combinators macros math.order math.ranges quotations fry effects
|
||||
memoize.private generalizations ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs help.markup help.syntax quotations sequences ;
|
||||
IN: sequences.product
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays kernel make sequences sequences.product tools.test ;
|
||||
IN: sequences.product.tests
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs kernel locals math sequences
|
||||
sequences.private ;
|
||||
IN: sequences.product
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs help.markup help.syntax kernel math quotations sequences
|
||||
sequences.private ;
|
||||
IN: sequences.unrolled
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: compiler.test compiler.tree.debugger kernel make math.parser sequences
|
||||
sequences.unrolled tools.test ;
|
||||
IN: sequences.unrolled.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: combinators combinators.short-circuit
|
||||
compiler.tree.propagation.transforms fry generalizations kernel
|
||||
locals math sequences sequences.private ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors debugger io kernel make math.parser
|
||||
prettyprint source-files.errors summary ;
|
||||
IN: source-files.errors.debugger
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.libraries io.pathnames io.pathnames.private kernel
|
||||
system vocabs ;
|
||||
IN: tools.deploy.libraries
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: io.files io.pathnames io.pathnames.private kernel
|
||||
sequences system tools.deploy.libraries ;
|
||||
IN: tools.deploy.libraries.unix
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.data alien.strings byte-arrays
|
||||
kernel specialized-arrays system tools.deploy.libraries
|
||||
windows.kernel32 windows.types ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax kernel words ;
|
||||
IN: tools.deprecation
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs combinators.short-circuit
|
||||
compiler.units debugger init io io.streams.null kernel
|
||||
namespaces prettyprint sequences sets source-files.errors
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays calendar help.markup help.syntax math quotations threads
|
||||
tools.profiler.sampling.private ;
|
||||
IN: tools.profiler.sampling
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2011 Joe Groff bsd license
|
||||
! Copyright (C) 2011 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs combinators combinators.short-circuit
|
||||
continuations formatting fry generalizations hashtables.identity
|
||||
io kernel kernel.private layouts locals math math.parser
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2011 Joe Groff bsd license
|
||||
! Copyright (C) 2011 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors fry kernel macros math namespaces sequences
|
||||
source-files.errors tools.test tools.test.fuzz
|
||||
tools.test.fuzz.private tools.test.private ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010 Joe Groff, Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: typed compiler.cfg.debugger compiler.tree.debugger
|
||||
tools.disassembler words ;
|
||||
IN: typed.debugger
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays effects help.markup help.syntax locals math quotations words ;
|
||||
IN: typed
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010, 2011 Joe Groff, Slava Pestov, Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays classes classes.tuple combinators
|
||||
combinators.short-circuit definitions effects fry generalizations
|
||||
hints math kernel kernel.private namespaces parser quotations
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax kernel ;
|
||||
IN: unix.signals
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2011 Joe Groff bsd license
|
||||
! Copyright (C) 2011 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs io.backend.unix kernel namespaces sequences
|
||||
threads ;
|
||||
IN: unix.signals
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax strings ;
|
||||
IN: vocabs.metadata.resources
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays globs sorting tools.test vocabs.metadata.resources ;
|
||||
IN: vocabs.metadata.resources.tests
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: fry globs io.directories io.directories.hierarchy io.files.info
|
||||
io.pathnames kernel regexp sequences sets vocabs.loader
|
||||
vocabs.metadata ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.c-types alien.data alien.libraries
|
||||
alien.syntax classes.struct kernel math system-info.windows
|
||||
windows.types ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.data alien.destructors alien.syntax
|
||||
classes.struct kernel math windows.com windows.com.syntax
|
||||
windows.kernel32 windows.ole32 windows.types ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2011 Joe Groff bsd license
|
||||
! Copyright (C) 2011 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.data destructors io io.streams.memory kernel libc
|
||||
tools.test ;
|
||||
IN: io.streams.memory.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien kernel ;
|
||||
IN: alien.cxx
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.cxx kernel ;
|
||||
QUALIFIED-WITH: alien.cxx.demangle.libstdcxx libstdcxx
|
||||
IN: alien.cxx.demangle
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.data alien.destructors alien.strings
|
||||
alien.syntax combinators destructors io.encodings.ascii kernel
|
||||
libc locals sequences ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.cxx.demangle assocs combinators fry io.pathnames
|
||||
kernel macho sequences ;
|
||||
IN: alien.cxx.scaffold
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010 Joe Groff, Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.data alien.data.map fry generalizations kernel locals math.vectors
|
||||
math.vectors.conversion math math.vectors.simd math.ranges sequences
|
||||
specialized-arrays tools.test ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data alien.parser arrays
|
||||
byte-arrays combinators effects.parser fry generalizations grouping kernel
|
||||
lexer locals macros make math math.ranges parser sequences
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.handles alien.syntax
|
||||
destructors kernel math tools.test ;
|
||||
IN: alien.handles.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.destructors assocs kernel math math.bitwise
|
||||
namespaces ;
|
||||
IN: alien.handles
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data audio
|
||||
audio.chunked-file classes.struct combinators
|
||||
combinators.short-circuit endian io io.binary
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien byte-arrays help.markup help.syntax kernel math
|
||||
memory ;
|
||||
IN: audio
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien arrays combinators kernel math openal ;
|
||||
IN: audio
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types combinators endian io kernel
|
||||
math sequences ;
|
||||
IN: audio.chunked-file
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien audio byte-arrays destructors help.markup
|
||||
help.syntax kernel math strings ;
|
||||
IN: audio.engine
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.data audio classes.struct fry
|
||||
calendar timers combinators combinators.short-circuit
|
||||
destructors generalizations kernel literals locals math openal
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors timers audio audio.engine audio.loader calendar
|
||||
destructors io kernel locals math math.functions math.ranges specialized-arrays
|
||||
sequences random math.vectors ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: audio help.markup help.syntax kernel quotations strings ;
|
||||
IN: audio.loader
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: ascii assocs io.pathnames kernel namespaces
|
||||
vocabs ;
|
||||
IN: audio.loader
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: audio.engine destructors help.markup help.syntax
|
||||
io.files kernel math strings ;
|
||||
IN: audio.vorbis
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2007, 2010 Chris Double, Joe Groff bsd license
|
||||
! Copyright (C) 2007, 2010 Chris Double, Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data audio.engine
|
||||
byte-arrays classes.struct combinators destructors fry io
|
||||
io.files io.encodings.binary kernel libc locals make math
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.syntax audio combinators endian
|
||||
combinators.short-circuit io io.binary io.encodings.binary
|
||||
io.files io.streams.byte-array kernel locals math
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)Joe Groff bsd license
|
||||
! Copyright (C) 2009, 2012 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors kernel math.vectors.simd terrain.generation ;
|
||||
FROM: alien.c-types => float ;
|
||||
IN: benchmark.terrain-generation
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types classes.struct classes.struct.vectored
|
||||
kernel sequences specialized-arrays tools.test vocabs compiler.units ;
|
||||
FROM: specialized-arrays.private => specialized-array-vocab ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors classes.struct classes.tuple combinators fry
|
||||
functors kernel locals macros math parser quotations sequences
|
||||
sequences.private slots specialized-arrays words ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors classes classes.tuple fry kernel sequences slots ;
|
||||
IN: classes.tuple.change-tracking
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs calendar calendar.format
|
||||
combinators combinators.short-circuit fry io io.backend
|
||||
io.directories io.directories.hierarchy io.encodings.binary
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs classes help.markup help.syntax kernel math
|
||||
quotations strings ;
|
||||
IN: combinators.tuple
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs classes.tuple generalizations kernel
|
||||
locals quotations sequences ;
|
||||
IN: combinators.tuple
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.data continuations cuda cuda.ffi
|
||||
cuda.libraries alien.destructors fry kernel namespaces ;
|
||||
IN: cuda.contexts
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: cuda.devices tools.test ;
|
||||
IN: cuda.devices.tests
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.libraries alien.syntax
|
||||
classes.struct combinators kernel system ;
|
||||
IN: cuda.ffi
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types alien.syntax cuda.ffi opengl.gl ;
|
||||
IN: cuda.gl.ffi
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data alien.destructors
|
||||
alien.enums continuations cuda cuda.contexts cuda.ffi
|
||||
cuda.gl.ffi destructors fry gpu.buffers kernel ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays combinators io io.streams.string kernel
|
||||
math math.parser roles sequences strings variants words ;
|
||||
IN: cuda.ptx
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types classes.struct kernel math ;
|
||||
FROM: alien.c-types => float ;
|
||||
IN: cuda.types
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors cursors kernel make math sequences sorting tools.test ;
|
||||
FROM: cursors => each map assoc-each assoc>map ;
|
||||
IN: cursors.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs combinators.short-circuit fry
|
||||
generalizations hash-sets hashtables kernel macros math
|
||||
math.functions math.order sequences sets ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff, see bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax ;
|
||||
IN: env
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff, see bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs environment kernel sequences ;
|
||||
IN: env
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c) 2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: euler.b-rep euler.b-rep.examples euler.b-rep.io.obj
|
||||
io.streams.string literals math.vectors.simd.cords tools.test ;
|
||||
IN: euler.b-rep.io.obj.tests
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c) 2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs combinators euler.b-rep fry
|
||||
game.models.half-edge grouping io kernel locals math
|
||||
math.parser math.vectors.simd.cords sequences splitting ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types classes.struct game.loop
|
||||
game.loop.private kernel sequences specialized-vectors
|
||||
tools.time.struct ;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: help.markup help.syntax kernel math ui.gadgets.worlds ;
|
||||
IN: game.loop
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors timers alien.c-types calendar classes.struct
|
||||
continuations destructors fry kernel math math.order memory
|
||||
namespaces sequences system ui ui.gadgets.worlds vm
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors debugger game.loop io ;
|
||||
IN: game.loop.prettyprint
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2010 Joe Groff bsd license
|
||||
! Copyright (C) 2010 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays fry kernel locals math sequences ;
|
||||
IN: game.models.half-edge
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
! Copyright (C) 2009 Joe Groff.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: audio.engine game.loop help.markup help.syntax kernel math method-chains
|
||||
ui ui.gadgets.worlds words ;
|
||||
IN: game.worlds
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue