ruby-cvs:15813
From: (ocean) <ocean ruby-lang.org>
Date: Sat, 22 Oct 2005 14:26:45 +0900
Subject: [ruby-cvs:15813] ruby: * util.[hc] (ruby_add_suffix): constified.
ocean Sat, 22 Oct 2005 14:26:45 +0900
Modified files:
ruby:
ChangeLog util.c util.h
Log:
* util.[hc] (ruby_add_suffix): constified.
* util.[hc] (ruby_scan_{oct,hex}): fixed typo. (renamed from
scan_{oct,hex})
* util.c: almostly ANSI styled. (except for functions depending on
macro and K&R tecknique)
Revision Changes Path
1.4710 +10 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4709&r2=1.4710
1.49 +14 -26 ruby/util.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/util.c?cvsroot=src&r1=1.48&r2=1.49
1.19 +5 -5 ruby/util.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/util.h?cvsroot=src&r1=1.18&r2=1.19