aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * string.c (rb_str_substr): copy encoding although empty string.naruse2008-02-222-1/+8
* commit miss. orzusa2008-02-221-3/+3
* sorry, typo.usa2008-02-221-1/+1
* * test/ruby/test_m17n.rb: add tests.usa2008-02-221-1/+13
* * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu2008-02-224-6/+10
* * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse2008-02-213-7/+20
* Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-02-213-6/+45
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-213-6/+12
* * array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880]nobu2008-02-212-4/+8
* * io.c (argf_set_encoding): uses current_file after check if nextnobu2008-02-212-4/+4
* * io.c (argf_set_encoding): uses current_file after check for nextnobu2008-02-214-5/+13