aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):nobu2009-01-071-0/+5
* * cont.c (cont_restore_0): streamlined to ensure O(1) time. based onnobu2009-01-061-0/+5
* * io.c (rb_close_before_exec): more heuristics to detect maximum fd.akr2009-01-051-0/+4
* * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.nobu2009-01-051-1/+3
* * configure.in (cygwin): needs properly implemented nl_langinfo().nobu2009-01-051-0/+8
* * encoding.c (rb_locale_charmap): use GetConsoleCP() instead ofusa2009-01-051-0/+8
* fix typos and cleanup spaceskazu2009-01-051-47/+47
* * encoding.c (rb_filesystem_encoding): use ANSI codepage for filenobu2009-01-051-0/+7
* * ext/curses/curses.c (free_window): use xfree instead of free.kazu2009-01-051-0/+5
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast.kazu2009-01-051-0/+4
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-051-0/+5
* * file.c (rb_file_s_stat): need type check for non string values.matz2009-01-041-0/+8
* * range.c (range_step): should not add up errors on loops.matz2009-01-041-0/+5
* * random.c (rb_f_srand): update RDoc. [ruby-core:21113]matz2009-01-041-0/+4
* * range.c (range_max): max value from ... not defined for nonmatz2009-01-041-0/+5
* * ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL.akr2009-01-041-0/+9
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-041-1/+9
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-041-0/+8
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-041-1/+8
* * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu2009-01-041-0/+12
* * encoding.c (rb_filesystem_encoding, rb_locale_charmap): usesnobu2009-01-041-0/+5
* * numeric.c (ruby_float_step): extracted from num_step().nobu2009-01-041-0/+7
* * ext/extmk.rb (extmake): does not use both of makefile.rb andnobu2009-01-041-0/+7
* * ext/socket/socket.c (constant_arg): constified.nobu2009-01-041-0/+9
* * ext/socket/socket.c: redundant #ifdef removed.akr2009-01-031-0/+4
* * io.c (maygvl_copy_stream_wait_read): renamed to add prefix toakr2009-01-031-0/+11
* merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from...seki2009-01-031-0/+7
* * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macrousa2009-01-031-1/+7
* * enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345.naruse2009-01-031-0/+6
* * enc/trans/euc-cn.c: renemed from gb2312.c because GB2312 isnaruse2009-01-031-0/+5
* * common.mk, Makefile.in, win32/Makefile.sub ($(INSNS), node_name.inc,usa2009-01-021-0/+7
* * test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.mame2009-01-021-0/+4
* * ext/socket/socket.c: don't apply socktype hack [ruby-core:184] forakr2009-01-021-0/+9
* * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa2009-01-021-0/+4
* * lib/singleton.rb: fix documentation. [ruby-core:21038]matz2009-01-021-0/+4
* * process.c: use sigaction instead of sigset. [ruby-core:21021]mame2009-01-021-0/+4
* * bootstraptest/test_proc.rb: suppress error message.mame2009-01-021-0/+4
* * test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame2009-01-021-0/+5
* * ext/socket/mkconstants.rb: rename family_to_str to intern_family.akr2009-01-021-0/+7
* * ext/socket/mkconstants.rb: use ID in the values ofakr2009-01-021-0/+7
* * ext/socket/mkconstants.rb: refactored to gather stringizerakr2009-01-021-0/+5
* * ext/socket/mkconstants.rb: make common prefix optional.akr2009-01-021-0/+4
* * ext/socket/mkconstants.rb: use hash for family_to_str to avoidakr2009-01-021-0/+8
* * ext/socket/mkconstants.rb (gen_int_to_name): don't compare constantsakr2009-01-021-0/+5
* * ext/socket/mkconstants.rb (gen_int_to_name): add lenp argument.akr2009-01-021-0/+6
* * signal.c (rb_signal_buff_size): defined for check whether signalnaruse2009-01-011-0/+8
* * ext/socket/mkconstants.rb: check duplicates.akr2009-01-011-6/+10
* * ext/socket/socket.c (optname_arg): defined.akr2009-01-011-0/+11
* * ext/socket/socket.c (constant_arg): extracted from family_arg.akr2009-01-011-0/+7
* * ext/socket/socket.c (level_arg): defined.akr2009-01-011-0/+8