summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.aamine2002-09-062-3/+10
* * parse.y (rb_gc_mark_parser): should mark parse.y global variables.aamine2002-09-062-5/+12
* * io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine2002-09-062-1/+6
* * parse.y: should not use non-NODE VALUEs in the semantic stack.aamine2002-09-062-21/+21
* * file.c (rb_path_check): nothing to check under DOSISH.nobu2002-09-052-1/+10
* modify function name.aamine2002-09-051-1/+1
* * gc.c (gc_sweep): should mark parser.aamine2002-09-054-0/+19
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-055-49/+120
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-052-14/+25
* 2002-09-05nobu2002-09-051-2/+2
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-052-6/+5
* * lib/mkmf.rb (xsystem): mkmf.log.eban2002-09-051-1/+1
* = should be ==matz2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-043-30/+37
* refined.arai2002-09-041-2/+2
* Opt for Array in rb_gc_mark_children() (ruby-core:410)michal2002-09-041-4/+6
* Fix rb_digest_base_become (ruby-core:428)michal2002-09-041-3/+2
* - ==(o) should be aware of all the Set variant instances, not justknu2002-09-041-2/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-048-66/+68
* rb_check_frozen has been added (ruby-core:412)michal2002-09-031-1/+2
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-033-419/+126
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-0322-239/+277
* * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu2002-09-022-6/+9
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-025-3/+29
* 2002-09-02eban2002-09-021-2/+2
* read_all ftello (instead ftell) (ruby-core:392)michal2002-09-021-1/+1
* fix mem leak in rb_file_s_readlink() (ruby-core:394)michal2002-09-021-1/+4
* win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke2002-09-011-11/+28
* * config.guess: fixed for Linux/PPC.eban2002-09-012-2/+6
* ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban2002-08-301-1/+1
* Add set.rb.knu2002-08-303-0/+786
* * ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi2002-08-302-1/+5
* 2002-08-30nobu2002-08-301-2/+2
* * variable.c (rb_const_assign): st_delete() takes pointer to key.nobu2002-08-302-1/+5
* commit miss.nobu2002-08-301-5/+11
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-306-14/+22
* re.c: match_become based on (ruby-core:382, :386, :389)michal2002-08-301-36/+17
* * bcc32/MakeFile.sub (sitearch): add.H_Konishi2002-08-292-0/+5
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-2914-164/+203
* * io.c (read_all): should use off_t instead of long.eban2002-08-293-3/+7
* (ruby-bugs-ja:PR#296)nobu2002-08-281-0/+1
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-282-8/+20
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-283-7/+16
* * io.c (appendline): data was lost when raw mode.nobu2002-08-282-3/+19
* * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu2002-08-282-6/+24
* adjust indetnobu2002-08-281-1/+1
* file.c: fix mem leak in rb_stat_initmichal2002-08-282-1/+8
* * win32/win32.c (kill): negate pid under Win9x.nobu2002-08-282-9/+23
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-2813-97/+95