* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2b67bb576a
commit
e45f8f9943
@ -1,3 +1,7 @@
|
|||||||
|
Sun Jul 8 20:52:02 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
|
* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().
|
||||||
|
|
||||||
Sun Jul 8 16:04:35 2001 Minero Aoki <aamine@loveruby.net>
|
Sun Jul 8 16:04:35 2001 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/net/http.rb: rename HTTP#request_by_name to send_request.
|
* lib/net/http.rb: rename HTTP#request_by_name to send_request.
|
||||||
|
2
ruby.h
2
ruby.h
@ -417,7 +417,7 @@ void xfree _((void*));
|
|||||||
#define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n))
|
#define MEMCMP(p1,p2,type,n) memcmp((p1), (p2), sizeof(type)*(n))
|
||||||
|
|
||||||
void rb_glob _((char*,void(*)(const char*,VALUE),VALUE));
|
void rb_glob _((char*,void(*)(const char*,VALUE),VALUE));
|
||||||
void rb_iglob _((char*,void(*)(const char*,VALUE),VALUE));
|
void rb_globi _((char*,void(*)(const char*,VALUE),VALUE));
|
||||||
|
|
||||||
VALUE rb_define_class _((const char*,VALUE));
|
VALUE rb_define_class _((const char*,VALUE));
|
||||||
VALUE rb_define_module _((const char*));
|
VALUE rb_define_module _((const char*));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user