aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (glob_func_caller): add prototype to get rid of warning.nobu2002-09-131-2/+6
* * eval.c (rb_eval): avoid uninitialized global/class variablenobu2002-09-131-0/+7
* * lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban2002-09-131-0/+4
* * bcc32/setup.mak : Control of a message.H_Konishi2002-09-121-0/+6
* * dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu2002-09-121-1/+3
* * dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu2002-09-121-0/+4
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-121-0/+20
* * eval.c (rb_trap_eval): preserve thread status and so on.nobu2002-09-111-0/+5
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-111-0/+5
* * eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu2002-09-111-0/+4
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-111-0/+5
* * string.c (get_pat): Add an extra argument "quote".knu2002-09-111-0/+7
* * bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa2002-09-111-0/+11
* retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu2002-09-111-0/+21
* * win32/Makefile.sub (ext): make directory `ext' on compile dir.usa2002-09-111-0/+5
* * eval.c (rb_mod_define_method): initialize orig_func too.nobu2002-09-101-0/+5
* * parse.y (nextc): restore line number after here documents.nobu2002-09-101-0/+7
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-0/+7
* * ChangeLog: specify the source.usa2002-09-101-3/+4
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-101-0/+12
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-091-0/+4
* * ext/stringio/stringio.c (strio_set_string): reinitializenobu2002-09-091-0/+11
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-0/+7
* * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoidusa2002-09-081-0/+3
* * time.c: prototype; time_free() to avoid VC++ warnings.usa2002-09-081-0/+9
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-081-0/+8
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+27
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-081-0/+7
* * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexpnobu2002-09-071-0/+11
* * lib/set.rb: Disallow Set.new(false). Add even more tests.knu2002-09-071-0/+5
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-071-0/+17
* * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine2002-09-061-0/+4
* * lib/mkmf.rb ($CC): command to compile C source.nobu2002-09-061-0/+19
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-0/+5
* * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.aamine2002-09-061-2/+7
* * parse.y (rb_gc_mark_parser): should mark parse.y global variables.aamine2002-09-061-0/+5
* * io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine2002-09-061-0/+4
* * parse.y: should not use non-NODE VALUEs in the semantic stack.aamine2002-09-061-0/+4
* * file.c (rb_path_check): nothing to check under DOSISH.nobu2002-09-051-0/+5
* modify function name.aamine2002-09-051-1/+1
* * gc.c (gc_sweep): should mark parser.aamine2002-09-051-0/+8
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-051-0/+11
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-051-0/+5
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-051-0/+5
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-3/+16
* refined.arai2002-09-041-2/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-0/+14
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-0/+7
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-0/+41
* * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu2002-09-021-0/+5