aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2009-04-25svn2009-04-251-2/+2
* mention Time.{utc,gm,local,mktime} as incompatibility.akr2009-04-251-0/+4
* * 2009-04-24svn2009-04-231-2/+2
* update rdoc.akr2009-04-231-1/+1
* Trivial change in comment.knu2009-04-221-1/+1
* * 2009-04-23svn2009-04-221-2/+2
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-225-1/+73
* * ChangeLog: commit miss.nobu2009-04-221-0/+4
* * time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu2009-04-222-3/+11
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-222-16/+7
* * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa2009-04-222-3/+9
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-223-2/+10
* * time.c (localtime_with_gmtoff): fixed cross function jump.nobu2009-04-223-14/+22
* update rdoc.akr2009-04-211-0/+4
* updated.akr2009-04-211-2/+2
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-213-3/+22