summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-06-11Include ctype.h for isdigit().ttate
2002-06-11Check the length of proto.ttate
2002-06-11Get rid of STR2CSTR. (Thanks N.Nakada)ttate
2002-06-11bugfix. (Thanks U.Nakamura)ttate
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-10bugfix.ttate
2002-06-10Add DL::Importable::Internal::callback().ttate
2002-06-10dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate
2002-06-09Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-06-05* tcltklib.c:nagai
2002-06-04* ext/Win32API/extconf.rb: refactoring.eban
2002-06-04* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban
2002-06-04* ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.eban
2002-06-04* ext/tk/lib/tkentry.rb: typo fix(!! -> ||).eban
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
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-03change PLATFORM with RUBY_PLATFORM.suke
2002-06-01merge win32ole from roughsuke
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