Skip to content

Commit

Permalink
Merge pull request MacRuby#64 from ferrous26/master
Browse files Browse the repository at this point in the history
Begin a new era for MacRuby
  • Loading branch information
ferrous26 committed Apr 24, 2012
2 parents 9539a53 + 9e52cc3 commit d1da136
Show file tree
Hide file tree
Showing 110 changed files with 223 additions and 114 deletions.
3 changes: 2 additions & 1 deletion MacRuby.m
@@ -1,8 +1,9 @@
/*
* MacRuby Objective-C API.
*
*
* This file is covered by the Ruby license. See COPYING for more details.
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2009-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion MacRubyDebuggerConnector.h
Expand Up @@ -7,7 +7,8 @@
* enabled.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion MacRubyDebuggerConnector.m
Expand Up @@ -2,7 +2,8 @@
* MacRuby Debugger Connector.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion NSArray.m
@@ -1,8 +1,9 @@
/*
* MacRuby extensions to NSArray.
*
*
* This file is covered by the Ruby license. See COPYING for more details.
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion NSDictionary.m
@@ -1,8 +1,9 @@
/*
* MacRuby extensions to NSDictionary.
*
*
* This file is covered by the Ruby license. See COPYING for more details.
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion NSString.m
@@ -1,8 +1,9 @@
/*
* MacRuby extensions to NSString.
*
*
* This file is covered by the Ruby license. See COPYING for more details.
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
5 changes: 3 additions & 2 deletions array.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9's array.c.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion array.h
Expand Up @@ -2,7 +2,8 @@
* MacRuby Array.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion bignum.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
*/
Expand Down
1 change: 1 addition & 0 deletions bin/rb_nibtool
Expand Up @@ -4,6 +4,7 @@
#
# This file is covered by the Ruby license.
#
# Copyright (C) 2012, The MacRuby Team
# Copyright (C) 2008-2010, Apple Inc

require 'optparse'
Expand Down
1 change: 1 addition & 0 deletions bin/ruby_deploy
Expand Up @@ -3,6 +3,7 @@
#
# This file is covered by the Ruby license.
#
# Copyright (C) 2012, The MacRuby Team
# Copyright (C) 2009-2011, Apple Inc

require 'optparse'
Expand Down
1 change: 1 addition & 0 deletions bin/ruby_select
Expand Up @@ -2,6 +2,7 @@
#
# This file is covered by the Ruby license.
#
# Copyright (C) 2012, The MacRuby Team
# Copyright (C) 2009-2011, Apple Inc

MACRUBY_FRAMEWORK = '/Library/Frameworks/MacRuby.framework'
Expand Down
1 change: 1 addition & 0 deletions bin/rubyc
Expand Up @@ -3,6 +3,7 @@
#
# This file is covered by the Ruby license.
#
# Copyright (C) 2012, The MacRuby Team
# Copyright (C) 2009-2011, Apple Inc

require 'optparse'
Expand Down
1 change: 1 addition & 0 deletions bin/rubyd
Expand Up @@ -3,6 +3,7 @@
#
# This file is covered by the Ruby license.
#
# Copyright (C) 2012, The MacRuby Team
# Copyright (C) 2010-2011, Apple Inc

require 'readline'
Expand Down
1 change: 1 addition & 0 deletions bridgesupport.cpp
Expand Up @@ -3,6 +3,7 @@
*
* This file is covered by the Ruby license. See COPYING for more details.
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion bridgesupport.h
Expand Up @@ -2,7 +2,8 @@
* MacRuby BridgeSupport implementation.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion bs.c
@@ -1,4 +1,5 @@
/*
/*
* Copyright (c) 2012, The MacRuby Team. All rights reserved.
* Copyright (c) 2008-2011, Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion bs.h
@@ -1,4 +1,5 @@
/*
/*
* Copyright (c) 2012, The MacRuby Team. All rights reserved.
* Copyright (c) 2008-2011, Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 3 additions & 2 deletions class.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9's class.c.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion class.h
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion compar.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
*/
Expand Down
3 changes: 2 additions & 1 deletion compiler.cpp
Expand Up @@ -2,7 +2,8 @@
* MacRuby Compiler.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2008-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion compiler.h
Expand Up @@ -2,7 +2,8 @@
* MacRuby Compiler.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2008-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion complex.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2009-2011, Apple Inc. All rights reserved.
* Copyright (C) 2008-2009, Tadayoshi Funaba
*/
Expand Down
3 changes: 2 additions & 1 deletion debugger.cpp
Expand Up @@ -2,7 +2,8 @@
* MacRuby debugger.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion debugger.h
Expand Up @@ -2,7 +2,8 @@
* MacRuby debugger.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2010-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion dir.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion dispatcher.cpp
Expand Up @@ -2,7 +2,8 @@
* MacRuby Dispatcher.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2008-2011, Apple Inc. All rights reserved.
*/

Expand Down
3 changes: 2 additions & 1 deletion dln.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
*/
Expand Down
5 changes: 3 additions & 2 deletions encoding.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9 String.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
5 changes: 3 additions & 2 deletions encoding.h
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9 String.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
5 changes: 3 additions & 2 deletions encoding_ucnv.h
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9 String.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion enum.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
*/
Expand Down
3 changes: 2 additions & 1 deletion enumerator.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 2001-2003 Akinori MUSHA
*/
Expand Down
5 changes: 3 additions & 2 deletions env.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of ENV.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion error.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
*/
Expand Down
5 changes: 3 additions & 2 deletions eval.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby implementation of Ruby 1.9's eval.c.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion eval_error.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion eval_jump.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
3 changes: 2 additions & 1 deletion eval_safe.c
@@ -1,6 +1,7 @@
/*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2007-2011, Apple Inc. All rights reserved.
* Copyright (C) 1993-2007 Yukihiro Matsumoto
* Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
Expand Down
5 changes: 3 additions & 2 deletions ext/libyaml/rubyext.c
@@ -1,8 +1,9 @@
/*
/*
* MacRuby libYAML API.
*
* This file is covered by the Ruby license. See COPYING for more details.
*
*
* Copyright (C) 2012, The MacRuby Team. All rights reserved.
* Copyright (C) 2009-2010, Apple Inc. All rights reserved.
*/

Expand Down

0 comments on commit d1da136

Please sign in to comment.