summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-05* 2009-05-05svn
2009-05-05Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-02* enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse
2009-05-02* array.c (Init_Array): made #to_s an alias to #inspect to reducenobu
2009-05-02* array.c: fixed types.nobu
2009-05-01* lib/set.rb (Set#merge): Only directly use the passed objectsknu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-05-01* eval_intern.h (_longjmp): never return. see [ruby-core:23241]nobu
2009-04-30fix typos.akr
2009-04-30* 2009-05-01svn
2009-04-30* ext/extmk.rb: use RbConfig instead of Config.akr
2009-04-30* runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr
2009-04-30* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz
2009-04-30* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu
2009-04-30* encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse
2009-04-29Add new transcoder: CP51932 <-> CP50221.naruse
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-04-28test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu
2009-04-27* lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu
2009-04-27* configure.in (ruby_version): uses sed instead of grep if thenobu
2009-04-26* ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu
2009-04-26* 2009-04-27svn
2009-04-26update rdoc.akr
2009-04-26* enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse
2009-04-26* tool/transcode-tb (ActionMap#each_firstbyte):naruse
2009-04-26* transcode.c (ASIS): added for multi byte direct map.naruse
2009-04-26* tool/transcode-tb (ActionMap#generate_node):naruse
2009-04-26* .gitignore: added.naruse
2009-04-26* lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr
2009-04-26* time.c (time_arg): unused variable removed.akr
2009-04-26* io.c: fixed types.nobu
2009-04-26* bootstraptest/test_io.rb: test for [ruby-dev:38131].nobu
2009-04-26* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu
2009-04-26* lib/optparse.rb (OptionParser#parse_in_order): do not make annobu
2009-04-26* 2009-04-26svn
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-04-25* process.c (proc_setegid): define only if needed.nobu
2009-04-25* configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu
2009-04-25* process.c (proc_seteuid): define only if needed.nobu
2009-04-25* process.c: fixed types.nobu
2009-04-25* configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu
2009-04-25* time.c (month_arg): extracted from time_arg.akr
2009-04-25* time.c (TIME_COPY_GMT): new macro.akr
2009-04-25* time.c (time_mload): use TIME_SET_UTC.akr
2009-04-25* time.c (time_get_tm): take time_object instead of gmt.akr
2009-04-25* time.c (time_succ): refactored to avoid gmt variable.akr
2009-04-25* time.c (TIME_UTC_P): new macro..akr
2009-04-25* 2009-04-25svn
2009-04-25mention Time.{utc,gm,local,mktime} as incompatibility.akr