Adding name to authors of coroutines
parent
e149088f2f
commit
8cc2f8264c
|
|
@ -1,2 +1,3 @@
|
||||||
Chris Double
|
Chris Double
|
||||||
Clemens F. Hofreither
|
Clemens F. Hofreither
|
||||||
|
James Cash
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
|
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
|
||||||
USING: help.markup help.syntax ;
|
USING: help.markup help.syntax ;
|
||||||
IN: coroutines
|
IN: coroutines
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
|
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
IN: coroutines.tests
|
IN: coroutines.tests
|
||||||
USING: coroutines kernel sequences prettyprint tools.test math ;
|
USING: coroutines kernel sequences prettyprint tools.test math ;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither.
|
! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel hashtables namespaces make continuations quotations
|
USING: kernel hashtables namespaces make continuations quotations
|
||||||
accessors ;
|
accessors ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue