aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-301-0/+22
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-0/+4
* * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu2009-04-301-0/+5
* * encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse2009-04-301-0/+5
* Add new transcoder: CP51932 <-> CP50221.naruse2009-04-291-0/+6
* * file.c (rb_file_join): recursive array has no meaning as pathnobu2009-04-291-0/+5
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu2009-04-281-0/+4
* * lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu2009-04-271-0/+5
* * configure.in (ruby_version): uses sed instead of grep if thenobu2009-04-271-0/+5
* * ext/readline/readline.c (readline_getc): use rl_getc_function ifnobu2009-04-261-0/+5
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-261-0/+8
* * tool/transcode-tb (ActionMap#each_firstbyte):naruse2009-04-261-0/+8
* * transcode.c (ASIS): added for multi byte direct map.naruse2009-04-261-0/+6
* * tool/transcode-tb (ActionMap#generate_node):naruse2009-04-261-0/+6
* * .gitignore: added.naruse2009-04-261-0/+4
* * lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-261-0/+6
* * time.c (time_arg): unused variable removed.akr2009-04-261-0/+4
* * io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu2009-04-261-0/+4
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-261-0/+5
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-251-2/+2
* * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.nobu2009-04-251-0/+7
* * time.c (month_arg): extracted from time_arg.akr2009-04-251-0/+5
* * time.c (TIME_COPY_GMT): new macro.akr2009-04-251-0/+6
* * time.c (time_mload): use TIME_SET_UTC.akr2009-04-251-1/+5
* * time.c (time_get_tm): take time_object instead of gmt.akr2009-04-251-0/+4
* * time.c (time_succ): refactored to avoid gmt variable.akr2009-04-251-0/+6
* * time.c (TIME_UTC_P): new macro..akr2009-04-251-0/+29
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-221-0/+4
* * ChangeLog: commit miss.nobu2009-04-221-0/+4
* * time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu2009-04-221-2/+3
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-221-0/+4
* * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa2009-04-221-0/+6
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-221-0/+7
* * time.c (localtime_with_gmtoff): fixed cross function jump.nobu2009-04-221-0/+4
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-0/+6
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-0/+4
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-0/+6
* * time.c (find_time_t): constified.nobu2009-04-211-0/+4
* * time.c (leap_year_v_p): removed.akr2009-04-211-0/+4
* * time.c: remove time_t restriction from Time class.akr2009-04-211-0/+12
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-211-0/+5
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-211-0/+5
* * array.c (rb_ary_push): bypass rb_ary_store().matz2009-04-201-0/+4
* * bignum.c (bigsub_int): subtraction without making internalmatz2009-04-201-0/+11
* * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav2009-04-201-0/+4
* * string.c (rb_str_split_m): faster processing on 7bit strings.matz2009-04-201-0/+6
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-0/+10
* * gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):nobu2009-04-191-0/+6
* * process.c (proc_seteuid_m): defined to use rb_f_notimplement if notakr2009-04-181-0/+6
* * process.c (proc_setuid): use rb_f_notimplement if not implemented.akr2009-04-181-0/+5