aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.akr2009-01-153-2/+37
* * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]),ko12009-01-152-2/+10
* * ruby.c (process_options): decrement parse_in_eval to recognizeko12009-01-154-3/+21
* * lib/debug.rb: as wanabe-san pointed out,ko12009-01-152-3/+9
* * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko12009-01-156-2/+42
* * common.mk: btest-ruby should receive option with OPTS.ko12009-01-152-1/+5
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-152-6/+14
* * gc.c (gc_with_gvl): suppress warnings.ko12009-01-153-3/+7
* Add rdoc.naruse2009-01-151-1/+5
* rdoc update.akr2009-01-151-10/+13
* * tool/file2lastrev.rb: RUBY_REVISION must be an integer.akr2009-01-152-1/+5
* * encoding.c (enc_set_default_encoding): should not treat US-ASCIImatz2009-01-152-6/+9
* * parse.y (command): moved return/break/next from command_call formatz2009-01-152-24/+30
* * LEGAL: Added information for missing/langinfo.cduerst2009-01-151-0/+4
* * parse.y (stmt): explicit error for "Object::Far += foo 1" justmatz2009-01-152-0/+10
* * encoding.c (rb_locale_charmap): fixed typo.nobu2009-01-151-1/+1
* * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.usa2009-01-152-1/+5
* * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu2009-01-155-6/+20
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-152-6/+11
* * io.c (pipe_open): revert a part of previous commit. it may be ausa2009-01-152-6/+8
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-157-0/+2228
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-157-9/+37
* * enc/trans/gb18030.trans: get rid of a 1.9 feature for crossnobu2009-01-144-8/+12
* * encoding.c (rb_locale_charmap): fallback to codepage if nonobu2009-01-143-28/+58
* * gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr2009-01-143-4/+10
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-147-6/+63613
* * ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz2009-01-142-1/+7
* * cont.c: fix prototype declare of register_stack_extendtakano322009-01-142-1/+5
* * win32/win32.c (rb_w32_aspawn): should not escape with carretnobu2009-01-142-2/+8
* * ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu2009-01-143-2/+26
* * io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.nobu2009-01-142-3/+5
* * io.c (appendline): reformed.nobu2009-01-142-15/+12
* * io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.nobu2009-01-143-5/+13
* * ext/socket/addrinfo.h (AI_NUMERICSERV): defined.akr2009-01-133-1/+12
* * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui2009-01-133-14/+34
* * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_listusa2009-01-132-0/+13
* * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr2009-01-133-0/+23
* * object.c (rb_obj_not_match): rdoc.yugui2009-01-132-2/+8
* * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead ofusa2009-01-132-2/+8
* * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]usa2009-01-132-0/+11
* * template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb andnobu2009-01-133-20/+18
* * enc/trans/make_transdb.rb (converters): should not depend on thenobu2009-01-132-1/+10
* Add dummy definition for fake rdoc.naruse2009-01-131-0/+1
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-135-39/+139
* * tool/file2lastrev.rb (get_revisions): fixes problem withyugui2009-01-132-3/+12
* * lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui2009-01-132-2/+8
* * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.husa2009-01-133-0/+7
* Commit miss in previous commit.duerst2009-01-131-1/+1
* ext/socket/socket.c: removed warning about unused variable 'rai'.duerst2009-01-131-0/+4
* * instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.usa2009-01-122-2/+5