mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/bm_so_nsieve_bits.rb: add an encoding pragma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5821c75148
commit
c13f83471a
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 21 16:13:37 2012 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/bm_so_nsieve_bits.rb: add an encoding pragma.
|
||||
|
||||
Wed Nov 21 00:57:43 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* file.c (Init_File): null device definition uses rb_define_const
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
#coding: us-ascii
|
||||
#
|
||||
# The Great Computer Language Shootout
|
||||
# http://shootout.alioth.debian.org/
|
||||
|
|
Loading…
Reference in a new issue