aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix doc.akr2008-03-0921-122/+114
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-094-4/+16
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-082-7/+10
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-084-38/+49
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
* code duplication removed.akr2008-03-081-223/+0
* * bignum.c: fix indent.mame2008-03-072-92/+96
* * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame2008-03-072-10/+10
* * cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu2008-03-072-1/+5
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-072-2/+125
* * 2008-03-07usa2008-03-071-3/+3
* fix rdoc.akr2008-03-071-2/+1
* update sprintf rdoc.akr2008-03-072-49/+165
* update sprintf rdoc.akr2008-03-061-30/+60
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-062-0/+7
* add a test.akr2008-03-061-0/+5
* use %ld for VALUE in rp.akr2008-03-061-8/+8
* * test_sprintf.rb (test_integer): add some cases.usa2008-03-061-0/+3
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-062-3/+2
* follow RFloat member name change.akr2008-03-061-1/+1
* add a test for [ruby-dev:34002].akr2008-03-061-0/+1
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-062-1/+7
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-063-32/+18
* * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa2008-03-063-2/+9
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-063-1/+10
* * transcode.c (rb_str_transcode_bang): set coderange.naruse2008-03-062-13/+18
* * include/ruby/missing.h (cbrt): add declaration.akr2008-03-062-5/+13
* * misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu2008-03-062-8/+38
* * sprintf.c (rb_str_format): no need of loop.nobu2008-03-062-2/+7
* * object.c (rb_mod_freeze): call rb_class_name() directly.matz2008-03-062-1/+6
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-054-14/+28
* add tests for float format.akr2008-03-051-8/+263
* * sprintf.c (rb_str_format): size_t returned from strlen() can benobu2008-03-052-1/+6
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-053-8/+10
* * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):naruse2008-03-052-35/+45
* add a test.akr2008-03-051-0/+4
* * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu2008-03-052-2/+6
* Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-053-10/+29
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-0515-54/+106
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-053-7/+22
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-043-2/+13
* * hash.c (hash_equal): two hash tables are different when internalmatz2008-03-042-0/+5
* * hash.c (rb_hash_aset): should not copy key string whenmatz2008-03-042-6/+12
* * parse.y (parser_yylex): disallow non digits '0o' expression.matz2008-03-042-1/+5
* * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse2008-03-042-3/+25
* * gc.c (add_heap): fix previous change. [ruby-dev:33988]akr2008-03-042-2/+7
* * gc.c (add_heap): use binary search to find the place to insert thenobu2008-03-042-19/+37
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-033-8/+9
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-033-2/+88
* test updated.akr2008-03-031-0/+4