summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-06* io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine
2002-09-06* parse.y: should not use non-NODE VALUEs in the semantic stack.aamine
2002-09-05* file.c (rb_path_check): nothing to check under DOSISH.nobu
2002-09-05modify function name.aamine
2002-09-05* gc.c (gc_sweep): should mark parser.aamine
2002-09-05* variable.c (rb_path2class): should not use rb_eval_string().matz
2002-09-05fix mem leaks (ruby-core:405, ruby-core:407)michal
2002-09-052002-09-05nobu
2002-09-05* eval.c (rb_eval): overriding false constant with class/modulenobu
2002-09-05* lib/mkmf.rb (xsystem): mkmf.log.eban
2002-09-05= should be ==matz
2002-09-04* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban
2002-09-04refined.arai
2002-09-04Opt for Array in rb_gc_mark_children() (ruby-core:410)michal
2002-09-04Fix rb_digest_base_become (ruby-core:428)michal
2002-09-04- ==(o) should be aware of all the Set variant instances, not justknu
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-03rb_check_frozen has been added (ruby-core:412)michal
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-02* re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu
2002-09-02* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine
2002-09-022002-09-02eban
2002-09-02read_all ftello (instead ftell) (ruby-core:392)michal
2002-09-02fix mem leak in rb_file_s_readlink() (ruby-core:394)michal
2002-09-01win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke
2002-09-01* config.guess: fixed for Linux/PPC.eban
2002-08-30ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban
2002-08-30Add set.rb.knu
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi
2002-08-302002-08-30nobu
2002-08-30* variable.c (rb_const_assign): st_delete() takes pointer to key.nobu
2002-08-30commit miss.nobu
2002-08-30* ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu
2002-08-30re.c: match_become based on (ruby-core:382, :386, :389)michal
2002-08-29* bcc32/MakeFile.sub (sitearch): add.H_Konishi
2002-08-29Merged Nakada's patch [ruby-dev:18097].ttate
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-29* io.c (read_all): should use off_t instead of long.eban
2002-08-28(ruby-bugs-ja:PR#296)nobu
2002-08-28* marshal.c (r_object): yield loaded objects, not intermediates.nobu
2002-08-28variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal
2002-08-28* io.c (appendline): data was lost when raw mode.nobu
2002-08-28* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu
2002-08-28adjust indetnobu
2002-08-28file.c: fix mem leak in rb_stat_initmichal
2002-08-28* win32/win32.c (kill): negate pid under Win9x.nobu
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-28* configure.in (ar): don't check twice for ar.eban
2002-08-28* string.c (rb_str_delete_bang): should check if str->ptr is 0.matz