[Ruby logo]
Ruby commits

RevisionAuthorDateDescription
21364nobu07 Jan 2009 03:14:08

* instruby.rb: use installed libraries. [ruby-core:21006]

21363nobu07 Jan 2009 03:13:07

* instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):
use version invariant configuration.

21362svn07 Jan 2009 03:06:32

* 2009-01-07

21361nobu07 Jan 2009 03:06:29

* ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):
constified.

* ext/socket/socket.c (ruby_getnameinfo__aix): protoized.

21356nobu06 Jan 2009 05:18:44

* ext/socket/socket.c (io_call_close, io_close, pair_yield):
unused unless socketpair exists.

* ext/socket/getnameinfo.c (getnameinfo): moved conditinally used
variable.

21355nobu06 Jan 2009 05:09:54

* cont.c (cont_restore_0): streamlined to ensure O(1) time. based on
a patch by Brent Roman .

21348svn05 Jan 2009 10:35:25

* 2009-01-06

21347akr05 Jan 2009 10:35:21

* io.c (rb_close_before_exec): more heuristics to detect maximum fd.

21346akr05 Jan 2009 08:40:42

don't get a name for anonymous Unix socket.

21345nobu05 Jan 2009 04:54:47

* vm.c (rb_iseq_eval): fixed indent.

21344nobu05 Jan 2009 03:59:46

* missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.

21343nobu05 Jan 2009 03:51:44

* configure.in (cygwin): needs properly implemented nl_langinfo().
[ruby-core:21110]

* missing/langinfo.c: added as suggested at [ruby-core:21015], from
http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.

21342usa05 Jan 2009 03:44:10

* encoding.c (rb_locale_charmap): use GetConsoleCP() instead of
GetACP() because external encoding should be console's one.

* encoding.c (rb_filesystem_encoding): use GetOEMCP() instead of
GetACP() because VFAT/FAT32 uses OEM CP.