aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-085-94/+76
* removed.eban2002-09-081-544/+0
* * configure.in: modify program_prefix only if specifiedeban2002-09-0835-60/+679
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-085-4/+11
* * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexpnobu2002-09-072-15/+48
* 2002-09-07eban2002-09-071-2/+2
* Use Enumerable#all? to optimize a bit.knu2002-09-071-5/+2
* * lib/set.rb: Disallow Set.new(false). Add even more tests.knu2002-09-072-4/+38
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-072-292/+332
* * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine2002-09-062-2/+4
* * lib/mkmf.rb ($CC): command to compile C source.nobu2002-09-062-13/+82
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-066-24/+13
* 2002-09-06eban2002-09-061-2/+2
* * 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