aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-264-0/+1218
* * tool/transcode-tb (ActionMap#each_firstbyte):naruse2009-04-262-1/+14
* * transcode.c (ASIS): added for multi byte direct map.naruse2009-04-263-2/+18
* * tool/transcode-tb (ActionMap#generate_node):naruse2009-04-262-1/+7
* * .gitignore: added.naruse2009-04-262-0/+60
* * lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-263-5/+11
* * time.c (time_arg): unused variable removed.akr2009-04-262-1/+4
* * io.c: fixed types.nobu2009-04-261-61/+85
* * bootstraptest/test_io.rb: test for [ruby-dev:38131].nobu2009-04-261-0/+6
* * io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu2009-04-262-2/+6
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-264-1/+16
* * 2009-04-26svn2009-04-261-2/+2
* * ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai2009-04-261-0/+10