aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-242-2/+2
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+3
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+6
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-1/+1
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-2/+2
* avoid some warningssuke2002-06-122-11/+10
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Check the length of proto.ttate2002-06-111-0/+2
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-113-5/+7
* bugfix. (Thanks U.Nakamura)ttate2002-06-112-4/+4
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-22/+28
* new platform [bccwin32] merged.H_Konishi2002-06-1110-40/+160
* bugfix.ttate2002-06-103-1/+19
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
* dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate2002-06-101-4/+4
* Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate2002-06-091-2/+0
* * ext/dl: change the callback mechanism.ttate2002-06-097-243/+213
* * tcltklib.c:nagai2002-06-051-26/+42
* * ext/Win32API/extconf.rb: refactoring.eban2002-06-041-5/+6
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-041-3/+4
* * ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.eban2002-06-041-6/+7
* * ext/tk/lib/tkentry.rb: typo fix(!! -> ||).eban2002-06-041-1/+1
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-042-4/+5
* * tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.nagai2002-06-0410-171/+721
* * ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu2002-06-031-1/+1
* * ext/socket/addrinfo.h: typo.nobu2002-06-033-51/+122
* change PLATFORM with RUBY_PLATFORM.suke2002-06-032-2/+2
* merge win32ole from roughsuke2002-06-0130-0/+14144
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-291-2/+2
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-18/+68
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-0/+45
* Get rid of a function.ttate2002-05-201-1/+0
* Get rid of a few functions.ttate2002-05-201-7/+2
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-205-20/+23
* Get rid of the declaration of rb_str_cat2().ttate2002-05-204-48/+37
* Add DL::DLSTACK.ttate2002-05-154-60/+69
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-122-7/+6
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-111-3/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-113-38/+122
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-071-1/+1
* * ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu2002-05-071-7/+10
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* Catch the exception SystemExit in extconf.rb.ttate2002-05-011-0/+6
* L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate2002-05-011-1/+1
* ext/dl/ptr.c: missing break in switch statements.ttate2002-04-262-14/+32
* * ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu2002-04-231-2/+3
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+1
* Add a sample which shows how to deal with C++ libraries.ttate2002-04-203-0/+97
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-1/+1
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-191-9/+19