aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2009-01-06svn2009-01-051-2/+2
* * io.c (rb_close_before_exec): more heuristics to detect maximum fd.akr2009-01-052-1/+10
* don't get a name for anonymous Unix socket.akr2009-01-051-10/+14
* * vm.c (rb_iseq_eval): fixed indent.nobu2009-01-051-2/+2
* * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.nobu2009-01-052-3/+5
* * configure.in (cygwin): needs properly implemented nl_langinfo().nobu2009-01-053-1/+138
* * encoding.c (rb_locale_charmap): use GetConsoleCP() instead ofusa2009-01-052-2/+10
* fix typos and cleanup spaceskazu2009-01-051-47/+47
* * encoding.c (rb_filesystem_encoding): use ANSI codepage for filenobu2009-01-052-10/+18
* * ext/curses/curses.c (free_window): use xfree instead of free.kazu2009-01-052-1/+6
* rdoc update.kazu2009-01-051-1/+1
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast.kazu2009-01-052-1/+5
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-052-7/+29
* * file.c (rb_file_s_stat): need type check for non string values.matz2009-01-042-9/+28
* * range.c (range_step): should not add up errors on loops.matz2009-01-042-3/+11
* * random.c (rb_f_srand): update RDoc. [ruby-core:21113]matz2009-01-042-1/+5
* * 2009-01-05svn2009-01-041-2/+2
* * range.c (range_max): max value from ... not defined for nonmatz2009-01-042-3/+11
* * ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL.akr2009-01-042-11/+91
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-044-1/+21932
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-043-1/+60
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-044-1/+13796
* * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu2009-01-044-34/+26
* * encoding.c (rb_filesystem_encoding, rb_locale_charmap): usesnobu2009-01-043-5/+19
* properties.nobu2009-01-040-0/+0
* * numeric.c (ruby_float_step): extracted from num_step().nobu2009-01-043-21/+41
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-043-6/+14
* * ext/socket/socket.c (constant_arg): constified.nobu2009-01-043-1/+14
* * ext/socket/socket.c: redundant #ifdef removed.akr2009-01-032-2/+4
* * io.c (maygvl_copy_stream_wait_read): renamed to add prefix toakr2009-01-032-17/+28
* * 2009-01-04svn2009-01-031-2/+2
* merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki2009-01-033-135/+223
* change encoding name.naruse2009-01-031-2/+2
* * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macrousa2009-01-034-6/+15
* * enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345.naruse2009-01-036-0/+30337
* * enc/trans/euc-cn.c: renemed from gb2312.c because GB2312 isnaruse2009-01-031-0/+5
* * 2009-01-03svn2009-01-021-2/+2
* * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc,usa2009-01-024-8/+59
* * test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.mame2009-01-022-0/+7
* * ext/socket/socket.c: don't apply socktype hack [ruby-core:184] forakr2009-01-022-4/+13
* * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa2009-01-023-6/+10
* * lib/singleton.rb: fix documentation. [ruby-core:21038]matz2009-01-022-2/+6
* * process.c: use sigaction instead of sigset. [ruby-core:21021]mame2009-01-022-6/+6
* * bootstraptest/test_proc.rb: suppress error message.mame2009-01-022-0/+7
* * test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame2009-01-022-1/+6
* * ext/socket/mkconstants.rb: rename family_to_str to intern_family.akr2009-01-023-13/+21
* * ext/socket/mkconstants.rb: use ID in the values ofakr2009-01-023-17/+29
* * ext/socket/mkconstants.rb: refactored to gather stringizerakr2009-01-022-10/+42
* * ext/socket/mkconstants.rb: make common prefix optional.akr2009-01-023-16/+46
* * ext/socket/mkconstants.rb: use hash for family_to_str to avoidakr2009-01-023-18/+32