summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-09-05= should be ==matz
2002-09-04* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban
2002-09-04Fix rb_digest_base_become (ruby-core:428)michal
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-03* extmk.rb: require mkmf.rb. remove duplicate methods.eban
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-09-01win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke
2002-08-30ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu
2002-08-29Merged Nakada's patch [ruby-dev:18097].ttate
2002-08-28* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu
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