| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (rb_check_id_cstr): new function to check if ID is | nobu | 2012-04-11 | 1 | -0/+1 |
* | * error.c (rb_enc_raise): new function to raise an exception with | nobu | 2012-04-10 | 1 | -0/+2 |
* | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki | 2012-04-07 | 1 | -0/+1 |
* | * st.c (st_update): pass pointer to key to the callback function. | nobu | 2012-03-29 | 1 | -1/+1 |
* | * st.c (st_update): add existing parameter to the callback function. | nobu | 2012-03-29 | 1 | -1/+2 |
* | * bignum.c (rb_str_to_inum): must be ASCII compatible encoding as | nobu | 2012-03-23 | 1 | -0/+1 |
* | * include/ruby/win32.h (fstati64): fix macro conflicts. | nobu | 2012-03-22 | 1 | -3/+2 |
* | * win32/win32.c (rb_w32_fstat, rb_w32_fstati64): convert FILETIME | nobu | 2012-03-22 | 1 | -2/+2 |
* | * enum.c (rb_enum_values_pack): rename from enum_values_pack, and | shugo | 2012-03-15 | 1 | -0/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | usa | 2012-03-15 | 1 | -0/+1 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -0/+6 |
* | * vm_insnhelper.c: improve number of arguments error in case of | marcandre | 2012-03-14 | 1 | -0/+1 |
* | * encoding.c (rb_find_encoding): new function find encoding from | nobu | 2012-03-12 | 1 | -0/+1 |
* | * st.c: add st_foreach_check for fixing iteration over packed table | nobu | 2012-03-10 | 1 | -0/+1 |
* | * st.c: fix packed num_entries on delete_safe. patched by Sokolov | nobu | 2012-03-10 | 1 | -1/+4 |
* | rb_load_fail | nobu | 2012-03-07 | 1 | -1/+0 |
* | * error.c (rb_loaderror_with_path): Adding the missing file as an | tenderlove | 2012-03-06 | 1 | -0/+1 |
* | * st.c (unpack_entries): use union instead of casted pointer. | nobu | 2012-03-05 | 1 | -2/+7 |
* | * internal.h (rb_file_const, rb_file_load_ok): moved functions for | nobu | 2012-03-01 | 1 | -2/+0 |
* | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu | 2012-02-27 | 1 | -0/+1 |
* | * error.c: new functions to deal exceptions with string instances. | nobu | 2012-02-24 | 1 | -0/+5 |
* | * configure.in (__builtin_unreachable): check for clang. | nobu | 2012-02-24 | 1 | -0/+3 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -29/+61 |
* | * include/ruby/ruby.h (rb_event_hook_func_t): add argument names. | nobu | 2012-02-12 | 1 | -1/+1 |
* | * string.c (rb_str_modify_expand): fix memory leak. | nobu | 2012-02-08 | 1 | -0/+1 |
* | * file.c (rb_enc_path_next, rb_enc_path_skip_prefix) | nobu | 2012-01-25 | 2 | -6/+6 |
* | * vm.c (rb_iter_break_value): new function to break a block with | nobu | 2012-01-24 | 1 | -0/+1 |
* | * object.c (rb_Hash): add Kernel#Hash conversion method like | matz | 2012-01-24 | 1 | -0/+1 |
* | * include/ruby/ruby.h (FIXNUM_P): simple flag should be int. | nobu | 2012-01-21 | 1 | -1/+1 |
* | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari | 2012-01-07 | 1 | -2/+2 |
* | * include/ruby/version.h: RUBY_API_VERSION 2.0.0 | ayumin | 2012-01-06 | 1 | -3/+3 |
* | * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported. | nagachika | 2011-12-28 | 2 | -2/+2 |
* | * st.c (st_update): new function to lookup the given key and | nobu | 2011-12-27 | 1 | -0/+1 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function. | usa | 2011-12-14 | 1 | -0/+1 |
* | * object.c (rb_check_to_int): new function to convert a VALUE to | nobu | 2011-12-11 | 1 | -0/+1 |
* | Silence stat redefinition warnings under win32 | luislavena | 2011-12-08 | 1 | -0/+1 |
* | * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revert | usa | 2011-12-05 | 2 | -93/+92 |
* | Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor... | luislavena | 2011-12-04 | 1 | -1/+1 |
* | * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict. | nobu | 2011-12-01 | 1 | -30/+30 |
* | * include/ruby/subst.h: removed arguments lists so that function | nobu | 2011-12-01 | 1 | -30/+30 |
* | * win32/win32.c (rb_w32_inet_ntop): constified. | nobu | 2011-11-29 | 1 | -1/+1 |
* | * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API. | nagachika | 2011-11-28 | 1 | -1/+0 |
* | * include/ruby/subst.h: typo of r33876. | usa | 2011-11-28 | 1 | -1/+1 |
* | * include/ruby/subst.h: moved Windows specific substitions from | nobu | 2011-11-28 | 2 | -92/+92 |
* | * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL, | kosaki | 2011-11-15 | 1 | -12/+24 |
* | * fix ANSI C compliance of r33757 | ngoto | 2011-11-15 | 1 | -1/+1 |
* | * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code | ngoto | 2011-11-15 | 1 | -15/+2 |
* | * include/ruby/ruby.h: get rid of gcc specific rb_long2int(), | kosaki | 2011-11-15 | 1 | -68/+45 |
* | * include/ruby/ruby.h: add #ifdef comment. | kosaki | 2011-11-14 | 1 | -2/+2 |
* | * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros. | kosaki | 2011-11-14 | 1 | -0/+19 |