aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+19
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-19/+37
* ole_invoke: retry when calling by reference is fail.suke2002-08-131-2/+20
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-132-10/+11
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-0/+1
* * win32ole.c(WIN32OLE#ole_methods): list up all methods.suke2002-08-101-115/+172
* * ext/Win32API/extconf.rb: check existence of <windows.h>.eban2002-08-091-1/+1
* * ext/racc/cparse/cparse.c: reduce goto.aamine2002-08-061-46/+46
* typonobu2002-08-061-17/+17
* * ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban2002-08-061-1/+1
* * MANIFEST: add lib/racc/parser.rb.aamine2002-08-052-385/+443
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-23/+35
* * ext/strscan/strscan.c: follow allocation framework.aamine2002-08-021-109/+208
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-4/+9
* Get rid of "return".ttate2002-07-301-1/+1
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+6
* * ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban2002-07-291-6/+4
* * ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban2002-07-261-1/+1
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-10/+25
* * ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu2002-07-111-2/+2
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-112-2/+16
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-283-39/+39
* Add Importable::symbol.ttate2002-06-271-39/+55
* * 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