aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* describe more conversion functions between integer and VALUE.akr2009-05-092-12/+22
* * variable.c (rb_autoload_load): suppress a warning.nobu2009-05-091-1/+1
* * thread.c: fixed types.nobu2009-05-091-6/+6
* * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu2009-05-092-30/+53
* * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu2009-05-093-3/+8
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-082-2/+18
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-082-4/+13
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-085-21/+54
* * array.c (rb_ary_flatten_bang): clears temporary array.nobu2009-05-082-2/+19
* * 2009-05-08svn2009-05-071-2/+2
* * lib/set.rb (SortedSet#add): Do not require each newly addedknu2009-05-072-4/+9
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-072-0/+16
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-073-1/+9
* * ChangeLog: fixed typo.nobu2009-05-071-2/+2
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-073-0/+8
* * string.c, include/ruby/encoding.h: fixed types.nobu2009-05-073-23/+30
* * range.c (r_le): fixed types.nobu2009-05-072-5/+7
* * range.c (range_eql): fixed rdoc.nobu2009-05-072-3/+7
* * io.c (pipe_open): should be rb_pid_t.nobu2009-05-073-3/+7
* update rdoc.akr2009-05-061-0/+22
* * math.c (math_gamma): use a table for positive small integers.akr2009-05-062-11/+49
* * README.ja: code for THINK_C does not exist already. [Bug #1435]nobu2009-05-062-9/+12
* * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu2009-05-053-6/+10
* * svn:ignore, .gitignore: merged.nobu2009-05-051-8/+29
* Fix: raised error on tool/ifchange.naruse2009-05-052-1/+7
* Update to JSON 1.1.4.naruse2009-05-0513-833/+343
* * 2009-05-05svn2009-05-051-2/+2
* Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse2009-05-055-22/+32
* * lib/set.rb (SortedSet): Fix document. [Bug #1429]knu2009-05-022-2/+6
* * enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse2009-05-023-955/+955
* * array.c (Init_Array): made #to_s an alias to #inspect to reducenobu2009-05-022-1/+7
* * array.c: fixed types.nobu2009-05-022-6/+6
* * lib/set.rb (Set#merge): Only directly use the passed objectsknu2009-05-012-2/+8
* * lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu2009-05-012-4/+43
* * eval_intern.h (_longjmp): never return. see [ruby-core:23241]nobu2009-05-012-1/+10
* fix typos.akr2009-04-301-6/+6
* * 2009-05-01svn2009-04-301-3/+3
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-305-5/+15
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-3011-15/+37
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-302-1/+5
* * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu2009-04-302-2/+7
* * encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse2009-04-303-3/+8
* Add new transcoder: CP51932 <-> CP50221.naruse2009-04-293-0/+207
* * file.c (rb_file_join): recursive array has no meaning as pathnobu2009-04-293-4/+12
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu2009-04-282-1/+18
* * lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu2009-04-273-3/+8
* * configure.in (ruby_version): uses sed instead of grep if thenobu2009-04-272-1/+6
* * ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu2009-04-263-5/+40
* * 2009-04-27svn2009-04-261-2/+2
* update rdoc.akr2009-04-261-1/+5