ruby-changes:4294
From: ko1@a...
Date: Sun, 16 Mar 2008 09:52:14 +0900 (JST)
Subject: [ruby-changes:4294] tadf - Ruby:r15784 (trunk): edited comments.
tadf 2008-03-16 09:51:11 +0900 (Sun, 16 Mar 2008)
New Revision: 15784
Modified files:
trunk/complex.c
trunk/rational.c
Log:
edited comments.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/complex.c?r1=15784&r2=15783&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/rational.c?r1=15784&r2=15783&diff_format=u
Index: complex.c
===================================================================
--- complex.c (revision 15783)
+++ complex.c (revision 15784)
@@ -1,5 +1,5 @@
/*
- nucomp_core.c: Coded by Tadayoshi Funaba 2008
+ complex.c: Coded by Tadayoshi Funaba 2008
This implementation is based on Keiju Ishitsuka's Complex library
which is written in ruby.
Index: rational.c
===================================================================
--- rational.c (revision 15783)
+++ rational.c (revision 15784)
@@ -1,5 +1,5 @@
/*
- nurat_core.c: Coded by Tadayoshi Funaba 2008
+ rational.c: Coded by Tadayoshi Funaba 2008
This implementation is based on Keiju Ishitsuka's Rational library
which is written in ruby.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/