summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-05-29Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-20Get rid of a function.ttate
2002-05-20Get rid of a few functions.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-20Get rid of the declaration of rb_str_cat2().ttate
2002-05-15Add DL::DLSTACK.ttate
2002-05-12cast 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-11enable 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 exceptionsnobu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-05-01Catch the exception SystemExit in extconf.rb.ttate
2002-05-01L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate
2002-04-26ext/dl/ptr.c: missing break in switch statements.ttate
2002-04-23* ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-20Add 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-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-18copied from ext/etc.nobu
2002-04-17* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-14Correct.ttate
2002-04-14Edit the documentation.ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-11Add DL::Importable::Internal::Struct#alloc.ttate
2002-04-11Add dl.txt instead of README.ttate
2002-04-11remove README and README.htmlttate
2002-04-11Support "unsigned short".ttate
2002-04-11Add "unsigned short".ttate
2002-04-11define alias "struct" and "union" in the module Importable.ttate
2002-04-10Add/Fix types.ttate
2002-04-10Implement the substitution for structure members.ttate
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-09* ext/stringio/stringio.c (check_modifiable): performancenobu
2002-04-05improve the prototype parser.ttate
2002-04-05"extern" and "[]" of the module Importable returns a symbol.ttate
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)ttate
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Add ext/dl/lib/dl/types.rb.ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-04-02Add entries to each Setup.* and remove Changes files.ttate