aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * process.c (proc_setegid): define only if needed.nobu2009-04-251-1/+2
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-251-2/+2
* * process.c (proc_seteuid): define only if needed.nobu2009-04-251-1/+2
* * process.c: fixed types.nobu2009-04-251-16/+14
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-253-2/+26
* * time.c (month_arg): extracted from time_arg.akr2009-04-252-30/+49
* * time.c (TIME_COPY_GMT): new macro.akr2009-04-252-2/+10
* * time.c (time_mload): use TIME_SET_UTC.akr2009-04-252-2/+6
* * time.c (time_get_tm): take time_object instead of gmt.akr2009-04-252-4/+8
* * time.c (time_succ): refactored to avoid gmt variable.akr2009-04-252-7/+12
* * time.c (TIME_UTC_P): new macro..akr2009-04-252-63/+75