| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] | usa | 2008-06-06 | 1 | -0/+1 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -0/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 2 | -3/+3 |
* | * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and | nobu | 2008-05-31 | 2 | -0/+38 |
* | * include/ruby/ruby.h: renamed include guard. | nobu | 2008-05-31 | 1 | -5/+7 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 2 | -14/+14 |
* | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa | 2008-05-22 | 2 | -14/+14 |
* | * encoding.c, include/ruby/encoding.h | naruse | 2008-05-20 | 1 | -2/+2 |
* | * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII. | naruse | 2008-05-20 | 1 | -0/+1 |
* | * transcode.c, include/ruby/encodng.h (rb_str_transcode): | naruse | 2008-05-20 | 1 | -0/+2 |
* | * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE. | nobu | 2008-05-20 | 1 | -0/+12 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -6/+21 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -10/+0 |
* | * file.c (file_expand_path): support for alternative data stream | nobu | 2008-05-15 | 1 | -0/+8 |
* | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa | 2008-05-12 | 1 | -0/+1 |
* | * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649] | akr | 2008-05-12 | 1 | -0/+1 |
* | * include/ruby/ruby.h (SIZET2NUM): new macro. | akr | 2008-05-11 | 1 | -0/+14 |
* | * thread.c (thread_cleanup_func_before_exec): extracted from | akr | 2008-05-11 | 1 | -0/+1 |
* | * process.c (check_exec_redirect_fd): prohibit duplex IO. | akr | 2008-04-30 | 1 | -1/+1 |
* | * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of | akr | 2008-04-28 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_exec_arg_init): declared. | akr | 2008-04-28 | 1 | -3/+3 |
* | * include/ruby/intern.h (rb_hash_dup): declared. | akr | 2008-04-26 | 1 | -0/+1 |
* | * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h: | nobu | 2008-04-26 | 1 | -1/+1 |
* | * include/ruby/ruby.h, gc.c: remove T_BLOCK. | ko1 | 2008-04-26 | 1 | -34/+32 |
* | * include/ruby/win32.h: define mode_t for umask. | usa | 2008-04-25 | 1 | -0/+3 |
* | * include/ruby/intern.h (rb_env_clear): declared. | akr | 2008-04-24 | 1 | -2/+9 |
* | * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator. | knu | 2008-04-20 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_argv): replaced with rb_get_argv(). | nobu | 2008-04-15 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_argv): removed. [ ruby-Bugs-19514 ] | nobu | 2008-04-15 | 1 | -1/+0 |
* | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu | 2008-04-14 | 1 | -4/+2 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -1/+0 |
* | * include/ruby/node.h: add new constants for rb_call()'s scope. | matz | 2008-04-01 | 1 | -0/+5 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 2 | -1/+1 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 2 | -0/+41 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * include/ruby/missing.h (cbrt): add declaration. | akr | 2008-03-06 | 1 | -0/+4 |
* | * include/ruby/encoding.h (rb_str_coderange_scan_restartable): added | nobu | 2008-02-28 | 1 | -0/+1 |
* | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr | 2008-02-25 | 1 | -6/+6 |
* | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu | 2008-02-23 | 1 | -0/+2 |
* | * follow type. | naruse | 2008-02-23 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is not | naruse | 2008-02-21 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_map_errno): exported. | nobu | 2008-02-20 | 1 | -0/+1 |
* | * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE | matz | 2008-02-18 | 1 | -2/+2 |
* | * encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826] | naruse | 2008-02-17 | 1 | -7/+6 |
* | * encoding.c (ENC_CODERANGE_AND): added. | naruse | 2008-02-17 | 1 | -0/+7 |
* | * include/ruby/re.h (struct rmatch_offset): new struct for character | akr | 2008-02-16 | 1 | -1/+15 |
* | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr | 2008-02-13 | 1 | -0/+5 |
* | * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for | matz | 2008-02-12 | 1 | -0/+1 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -3/+3 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+8 |