aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval_error.c (error_handle): commit miss.nobu2008-02-281-2/+2
* * string.c (rb_enc_str_copy): removed.naruse2008-02-282-12/+4
* * eval.c (stack_check): made flag per threads.nobu2008-02-284-17/+33
* * file.c (rb_file_flock): immediately returns on EAGAIN ifnobu2008-02-282-2/+9
* * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu2008-02-281-1/+1
* * io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu2008-02-281-0/+4
* * string.c (rb_str_reverse_bang): removed unsed variables.nobu2008-02-282-2/+5
* * include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu2008-02-284-10/+20
* * io.c (read_all): fix if.naruse2008-02-271-2/+2
* * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai2008-02-2788-464/+844
* * string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse2008-02-274-4/+75
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-265-25/+38
* * misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz2008-02-262-1/+6
* * array.c (combi_len, rb_ary_product): check for overflow.nobu2008-02-262-2/+15
* * array.c (recursive_cmp): compare minimal length parts.nobu2008-02-262-1/+5
* * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama2008-02-267-33/+26
* * parse.y (value_expr_gen): removed inappropriate warning.nobu2008-02-262-0/+13
* * parse.y (tokadd_escape): refactored. [ruby-core:15657]akr2008-02-262-6/+8
* * array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow withnobu2008-02-262-19/+44
* * signal.c: sorry, commit miss.usa2008-02-261-1/+1
* * 2008-02-26usa2008-02-262-4/+4
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-256-38/+51
* * 2008-02-25nobu2008-02-251-3/+3
* * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama2008-02-253-124/+51
* * ChangeLog: add ML ref.usa2008-02-251-0/+1
* * bignum.c (big2str_karatsuba): initialize cache if not initialized.usa2008-02-252-2/+11
* * process.c (Init_process): share bignum objects for RLIM_INFINITY,akr2008-02-252-7/+15
* Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-02-252-3/+8
* * cygwin/GNUmakefile.in (clean-local): should be double-colon.nobu2008-02-242-1/+5
* * cygwin/GNUmakefile.in (clean-local): remove def file.nobu2008-02-242-1/+6
* * common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu2008-02-245-8/+10
* * ruby.c (enable_option, disable_option): allow all for all knownnobu2008-02-232-15/+31
* * debug.c (ruby_set_debug_option): separated ruby_each_words().nobu2008-02-235-29/+106
* * ruby.c (proc_options): check if argument for -E exists.nobu2008-02-232-13/+13
* * misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu2008-02-232-1/+6
* * debug.c (ruby_debug_print_indent): use length in fprintf.nobu2008-02-231-4/+1
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-233-12/+13
* * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa2008-02-232-0/+5
* * follow type.naruse2008-02-231-1/+1
* * string.c (str_sublen): removed.naruse2008-02-232-12/+13
* * string.c (rb_enc_cr_str_copy_for_substr): renamed fromnaruse2008-02-232-22/+44
* * ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCIIsuke2008-02-232-1/+5
* * 2008-02-23nobu2008-02-231-3/+3
* * process.c (rlimit_resource_type): new function.akr2008-02-223-25/+203
* * fix missing STR_ENC_GET.naruse2008-02-221-1/+1
* * add ascii incompatible case.naruse2008-02-221-1/+2
* * string.c (rb_enc_cr_str_copy): check string's coderange is 7bit ornaruse2008-02-222-2/+16
* * bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]nobu2008-02-222-1/+17
* * encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr2008-02-224-9/+48
* * string.c (rb_str_inspect): string of ascii incompatible encodingnaruse2008-02-222-0/+6