aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-233-2/+12
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-233-13/+18
* * parse.y: remove dyna_check_gen() prototype.matz2007-02-232-2/+4
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-2313-160/+25
* ignore *.dylib (shared library on Mac OS X)aamine2007-02-230-0/+0
* * thread_pthread.ci (native_mutex_lock): do not callshugo2007-02-232-7/+7
* * dln.c: use dlopen on Mac OS X 10.3 or later.aamine2007-02-232-5/+18
* * string.c (rb_str_ord): need not to check string length; ordmatz2007-02-233-8/+8
* * numeric.c (fix_equal): A bit more optimization.knu2007-02-212-3/+6
* * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggestedmatz2007-02-212-17/+15
* * eval_load.c (rb_require_safe): should restore safe level.nobu2007-02-213-3/+15
* * ext/win32ole/win32ole.c (installed_code_page_proc, suke2007-02-202-5/+11
* fixknu2007-02-201-0/+2
* Update the distribution information.knu2007-02-202-13/+17
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-204-8/+12
* * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko12007-02-202-0/+7
* * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko12007-02-203-7/+13
* just a minor changetadf2007-02-191-1/+1
* just a minor changetadf2007-02-191-4/+4
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-193-36/+49
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-191-0/+9
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-193-4/+10
* * ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu2007-02-182-1/+5
* * 2007-02-18eban2007-02-181-3/+3
* updated based on date2 4.0.3.tadf2007-02-182-9/+14
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-185-29/+16
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-185-147/+218
* * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko12007-02-163-5/+12
* * intern.h: add a prototype of rb_sym_to_s().ko12007-02-162-0/+5
* * math.c (math_log): update document to mention second optionalmatz2007-02-162-0/+8
* * parse.y (mrhs): need to append by arg_append().matz2007-02-163-4/+9
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain2007-02-163-6/+15
* * win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1usa2007-02-153-2/+59
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-152-6/+13
* * vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko12007-02-145-7/+9
* * test/fileutils/test_fileutils.rb (check_singleton): fix to useko12007-02-144-3/+10
* * lib/delegate.rb: catch up with class local variable (@_v) spec.ko12007-02-144-23/+29
* * ext/win32ole/win32ole.c (ole_variant2val): VC++6 does not suke2007-02-142-14/+9
* * configure.in: change stack limit to 2MB from 32MB.ko12007-02-143-2/+8
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-142-8/+16
* * thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko12007-02-142-2/+4
* * thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko12007-02-142-2/+11
* * lib/date/format.rb (Date::Format::Bag::method_missing): need notmatz2007-02-142-10/+15
* * re.c (reg_operand): allow symbols to be operands for regularmatz2007-02-144-11/+42
* * thread.c (do_select): fix to iterate select().ko12007-02-142-95/+89
* * thread.c (set_unblock_function): fix function interface.ko12007-02-142-10/+9
* * eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead ofko12007-02-144-10/+26
* * compile.c (defined_expr): no longer distinguish ordinary localmatz2007-02-142-3/+6
* * parse.y (struct local_vars): no need to warn out-of-scopematz2007-02-132-25/+5
* * parse.y: RVarmap no longer used as yytype; removed.matz2007-02-132-20/+30