index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2002-06-04
* tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.
nagai
2002-06-03
* ext/socket/getaddrinfo.c (gai_strerror): make literals const.
nobu
2002-06-03
* ext/socket/addrinfo.h: typo.
nobu
2002-06-03
change PLATFORM with RUBY_PLATFORM.
suke
2002-06-01
merge win32ole from rough
suke
2002-05-29
Wed May 29 18:55:47 2002 KONISHI Hiromasa <
[email protected]
>
H_Konishi
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-23
* ruby.c (proc_options): removed "-*-" support for #! line.
matz
2002-05-20
Get rid of a function.
ttate
2002-05-20
Get rid of a few functions.
ttate
2002-05-20
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
Get rid of the declaration of rb_str_cat2().
ttate
2002-05-15
Add DL::DLSTACK.
ttate
2002-05-12
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-11
* ext/dl: enable dl's stack emulation for constructing function call.
ttate
2002-05-11
enable dl's stack emulation for constructing function call.
ttate
2002-05-07
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
* ext/iconv/iconv.c (iconv_try): should initialize exceptions
nobu
2002-05-02
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-05-01
Catch the exception SystemExit in extconf.rb.
ttate
2002-05-01
L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).
ttate
2002-04-26
ext/dl/ptr.c: missing break in switch statements.
ttate
2002-04-23
* ext/stringio/stringio.c (strio_mark): must check if ptr is NULL
nobu
2002-04-23
* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead
usa
2002-04-20
Add a sample which shows how to deal with C++ libraries.
ttate
2002-04-19
* configure.in: cleanup for autoconf 2.5x.
eban
2002-04-19
* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.
eban
2002-04-19
ext/dl/ptr.c: remove rb_dlptr_cast().
ttate
2002-04-18
copied from ext/etc.
nobu
2002-04-17
* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in
knu
2002-04-15
* pack.c (pack_unpack): should treat 'U' in character unit, not in
matz
2002-04-14
Correct.
ttate
2002-04-14
Edit the documentation.
ttate
2002-04-11
raise() -> rb_raise(). (Thanks Tetsuya Watanabe)
ttate
2002-04-11
Add DL::Importable::Internal::Struct#alloc.
ttate
2002-04-11
Add dl.txt instead of README.
ttate
2002-04-11
remove README and README.html
ttate
2002-04-11
Support "unsigned short".
ttate
2002-04-11
Add "unsigned short".
ttate
2002-04-11
define alias "struct" and "union" in the module Importable.
ttate
2002-04-10
Add/Fix types.
ttate
2002-04-10
Implement the substitution for structure members.
ttate
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-09
* ext/stringio/stringio.c (check_modifiable): performance
nobu
2002-04-05
improve the prototype parser.
ttate
2002-04-05
"extern" and "[]" of the module Importable returns a symbol.
ttate
2002-04-05
Add dl/struct.rb.
ttate
2002-04-04
Get rid of ineffective encoding/decoding procedures.
ttate
2002-04-04
DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)
ttate
2002-04-04
bugfix (a few bugs seems to be remaining yet.)
ttate
[next]