summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * version.c (MKSTR): make US-ASCII. [ruby-dev:34010]nobu2008-03-102-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: fixed indent.nobu2008-03-101-120/+120
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_index): if t == s + pos, the character beginningnaruse2008-03-093-4/+9
| | | | | | from s + pos is valid. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:34008].akr2008-03-091-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain2008-03-092-7/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix doc.akr2008-03-0921-122/+114
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-094-4/+16
| | | | | | | | | | | <lstoll at lstoll.net> * lib/rdoc/generator/html.rb: Fully qualify AllReferences. Patch by Lincoln Stoll <lstoll at lstoll.net> * lib/rdoc/ri/writer.rb: Fix 1.8 backwards compatibility. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-082-7/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-084-38/+49
| | | | | | | | | | | | because VALUE can be the fastest unsigned integer type. On LLP64 unsigned long isn't the fastest. * string.c (str_strlen): ditto. * string.c (str_utf8_nth): ditto. * string.c (count_utf8_lead_bytes_with_ulong): ditto. * string.c (count_utf8_lead_bytes_with_word): renamed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* code duplication removed.akr2008-03-081-223/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c: fix indent.mame2008-03-072-92/+96
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame2008-03-072-10/+10
| | | | | | | delayed initializing power cache per base. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu2008-03-072-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-072-2/+125
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2008-03-07usa2008-03-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix rdoc.akr2008-03-071-2/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update sprintf rdoc.akr2008-03-072-49/+165
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update sprintf rdoc.akr2008-03-061-30/+60
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-062-0/+7
| | | | | | | [ruby-dev:34002] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test.akr2008-03-061-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* use %ld for VALUE in rp.akr2008-03-061-8/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test_sprintf.rb (test_integer): add some cases.usa2008-03-061-0/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-062-3/+2
| | | | | | | | | if the interger part of double is out of the range of long. (fix previous commit). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* follow RFloat member name change.akr2008-03-061-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:34002].akr2008-03-061-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-062-1/+7
| | | | | | | | if the interger part of double is out of the range of long. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-063-32/+18
| | | | | | | [ruby-dev:33994] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa2008-03-063-2/+9
| | | | | | | | | | ruby$(EXEEXT). suggested by KIMURA Koichi <kimura.koichi at canon.co.jp>. [ruby-dev:34000] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-063-1/+10
| | | | | | | | * test/ruby/test_math.rb: accept errors by functions under missing/. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (rb_str_transcode_bang): set coderange.naruse2008-03-062-13/+18
| | | | | | * transcode.c (rb_str_transcode): use rb_str_transcode_bang. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/missing.h (cbrt): add declaration.akr2008-03-062-5/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu2008-03-062-8/+38
| | | | | | | method name format. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): no need of loop.nobu2008-03-062-2/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c (rb_mod_freeze): call rb_class_name() directly.matz2008-03-062-1/+6
| | | | | | [ruby-core:15802] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-054-14/+28
| | | | | | | | [ruby-dev:33993] * string.c (str_utf8_nth) fix wrong counting. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add tests for float format.akr2008-03-051-8/+263
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sprintf.c (rb_str_format): size_t returned from strlen() can benobu2008-03-052-1/+6
| | | | | | | unsigned. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-053-8/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):naruse2008-03-052-35/+45
| | | | | | | | | | | defined for UTF-8 optimization. * string.c (str_strlen): use is_utf8_lead_byte and count_utf8_lead_bytes_with_ulong. * string.c (str_utf8_nth) ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test.akr2008-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu2008-03-052-2/+6
| | | | | | | [ruby-core:15795] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-053-10/+29
| | | | | | | | | | | | * transcode.c (transcode_loop): Adjusted detection of invalid (ill-formed) UTF-8 sequences. Fixing potential security issue, see http://www.unicode.org/versions/Unicode5.1.0/#Notable_Changes. * test/ruby/test_transcode.rb: Added two tests for above fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-0515-54/+106
| | | | | | | | | | | | | | | | | | | | | | given. * bignum.c (rb_big_to_s): ditto. * enum.c (enum_first): ditto. * eval_jump.c (rb_f_catch): ditto. * io.c (rb_obj_display): ditto. * class.c (rb_obj_singleton_methods): ditto. * object.c (rb_class_initialize): ditto. * random.c (rb_f_srand): ditto. * range.c (range_step): ditto. * re.c (rb_reg_s_last_match): ditto. * string.c (rb_str_to_i): ditto. * string.c (rb_str_each_line): ditto. * string.c (rb_str_chomp_bang): ditto. * string.c (rb_str_sum): ditto. * string.c (str_modifiable): declare inline. * string.c (str_independent): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-053-7/+22
| | | | | | | | | | | | | | | command. [ruby-dev:33992] * lib/debug.rb (Context::debug_command): remove local variable shadowing to shut up warnings. [ruby-dev:33992] * lib/debug.rb (Context::display_list): ditto. * lib/debug.rb (Context::resume): ditto. * lib/debug.rb (Context::get_thread): no longer use #index for Hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-043-2/+13
| | | | | | | | | considered as IRB bug. [ruby-dev:33991] * lib/irb/workspace.rb (IRB::WorkSpace::filter_backtrace): should filter 'irb.rb' as well for context mode 2 and 3. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (hash_equal): two hash tables are different when internalmatz2008-03-042-0/+5
| | | | | | comparison table differ. [ruby-dev:33989] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (rb_hash_aset): should not copy key string whenmatz2008-03-042-6/+12
| | | | | | compare_by_identity is set. [ruby-dev:33604] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (parser_yylex): disallow non digits '0o' expression.matz2008-03-042-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse2008-03-042-3/+25
| | | | | | [ruby-core:15763] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e