aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-251-0/+4
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-0/+39
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-0/+15
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-231-0/+7
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-0/+12
* commit missnobu2002-09-211-4/+0
* * eval.c (rb_thread_raise): no need to save dead thread context.nobu2002-09-211-0/+8
* * parse.y (block_append): eliminate unused literal nodes.nobu2002-09-201-0/+6
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-201-0/+4
* * eval.c (rb_thread_die): put thread dead state.nobu2002-09-171-0/+6
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-0/+7
* * io.c: add parameter prototype.aamine2002-09-161-2/+8
* * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi2002-09-151-0/+5
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-0/+16
* * error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi2002-09-141-0/+4
* * 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