summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-08-21* eval.c (rb_thread_cleanup): should not modify the globalmatz
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-13ole_invoke: retry when calling by reference is fail.suke
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-08-10* win32ole.c(WIN32OLE#ole_methods): list up all methods.suke
2002-08-09* ext/Win32API/extconf.rb: check existence of <windows.h>.eban
2002-08-06* ext/racc/cparse/cparse.c: reduce goto.aamine
2002-08-06typonobu
2002-08-06* ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban
2002-08-05* MANIFEST: add lib/racc/parser.rb.aamine
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-08-04* ext/curses/curses.c: follow allocation framework.nobu
2002-08-02* ext/strscan/strscan.c: follow allocation framework.aamine
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-30Get rid of "return".ttate
2002-07-30* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban
2002-07-29* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.eban
2002-07-26* ext/extmk.rb.in (create_makefile): use Regexp in gsub.eban
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-07-11* ext/stringio/stringio.c (strio_gets_internal): fixed for recordnobu
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-06-27Add Importable::symbol.ttate
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-20* ext/readline/readline.c (readline_readline): get rid ofnobu
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-13ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz
2002-06-12avoid some warningssuke
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