summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rdoc update.akr2009-01-171-1/+3
* * ext/socket: split files for each class.akr2009-01-1718-4207/+4579
* * cont.c (cont_restore_0): padding size doesn't need to be largenobu2009-01-172-4/+17
* * vm_dump.c (vm_stack_dump_each): initialized at declarations.nobu2009-01-173-9/+10
* * ext/socket/socket.c: move addrinfo code.akr2009-01-162-1026/+1034
* * win32/Makefile.sub (up): tell nmake that need to run command viausa2009-01-162-1/+6
* * tool/make-snapshot (package): includes all rules and expandnobu2009-01-162-2/+14
* * include/ruby/ruby.h (VALUE): use unsigned long or long longnobu2009-01-161-3/+6
* * include/ruby/ruby.h (VALUE): use unsigned long or long longnobu2009-01-161-2/+5
* * configure.in (Makefile): set VCS and VCSUP to support `git svn'nobu2009-01-161-1/+2
* * configure.in (Makefile): set VCS and VCSUP.nobu2009-01-165-6/+40
* Commit miss at r21521, poited out by Yugui.duerst2009-01-161-0/+11
* * thread.c (thread_start_func_2): call ruby_cleanup() if thread isko12009-01-162-1/+6
* * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa2009-01-162-26/+20
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa2009-01-163-1/+13
* * symbian/pre-build (COMSPEC): should not overridden.nobu2009-01-163-117/+120
* * parse.y (rb_parse_in_main): fixed typo.nobu2009-01-162-1/+5
* * configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixednobu2009-01-163-14/+67
* * thread.c (rb_thread_execute_interrupts): if signal is alreadymame2009-01-152-2/+15
* sorry, revert a mistakekazu2009-01-151-1/+1
* fix typos and cleanup some spaceskazu2009-01-151-9/+9
* * 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