| Commit message (Expand) | Author | Age | Files | Lines |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -9/+15 |
* | * compile.c (make_name_for_block): use PRIsVALUE in format string | charliesome | 2013-06-24 | 1 | -1/+1 |
* | * include/ruby/ruby.h, gc.c: rename macros and functions: | ko1 | 2013-06-22 | 1 | -1/+1 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -1/+1 |
* | hash.c: refine error message | nobu | 2013-06-21 | 1 | -9/+6 |
* | * hash.c: `st_update()' also has same issue of last fix. | ko1 | 2013-06-18 | 1 | -36/+68 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -31/+7 |
* | * bignum.c (validate_integer_pack_format): Don't require a word order | akr | 2013-06-11 | 1 | -1/+1 |
* | * bignum.c (rb_integer_pack): Returns sign instead of words. | akr | 2013-06-10 | 1 | -1/+1 |
* | * bignum.c (rb_integer_pack): numwords_allocated argument removed. | akr | 2013-06-09 | 1 | -1/+1 |
* | * hash.c (rb_hash): Use rb_integer_pack to obtain least significant | akr | 2013-06-08 | 1 | -1/+10 |
* | fill rdocs | nobu | 2013-06-02 | 1 | -0/+1 |
* | * hash.c: fix WB bug. | ko1 | 2013-05-29 | 1 | -5/+32 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -0/+6 |
* | * hash.c, include/ruby/ruby.h: support WB protected hash. | ko1 | 2013-05-26 | 1 | -40/+79 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -2/+2 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -17/+17 |
* | * hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301] | zzak | 2013-05-13 | 1 | -5/+8 |
* | * benchmark/bm_hash_shift.rb: add benchmark for Hash#shift | charliesome | 2013-04-25 | 1 | -17/+9 |
* | fix ENV.to_a rdoc example by @benolee [fix GH-288] | hsbt | 2013-04-16 | 1 | -1/+1 |
* | * array.c: Fix rdoc for flatten! | marcandre | 2013-02-23 | 1 | -1/+1 |
* | * hash.c (env_reject_bang): hide keys array from ObjectSpace | charliesome | 2013-02-06 | 1 | -0/+2 |
* | * hash.c (rb_env_size): Restored documentation for ENV.size | drbrain | 2013-01-26 | 1 | -9/+9 |
* | * hash.c (rb_hash_update): Revert documentation from r38672 | zzak | 2013-01-01 | 1 | -13/+0 |
* | * hash.c (rb_hash_update): Documentation for Hash#merge and shallow | zzak | 2013-01-01 | 1 | -5/+18 |
* | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
* | * configure.in: check for the whether crt_externs.h is present when compiling | charliesome | 2012-12-28 | 1 | -1/+5 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -1/+12 |
* | hash.c: warn for wrong elements | nobu | 2012-11-11 | 1 | -0/+8 |
* | hash.c: refine error messages | nobu | 2012-11-11 | 1 | -2/+6 |
* | * hash.c: Support for enumerators created by ENV: | marcandre | 2012-11-06 | 1 | -8/+26 |
* | * hash.c: Support for enumerators created by Hash: | marcandre | 2012-11-06 | 1 | -8/+10 |
* | Index $LOADED_FEATURES so that require isn't so slow | shirosaki | 2012-11-05 | 1 | -1/+1 |
* | * hash.c (rb_hash_delete): Correct grammar | zzak | 2012-11-03 | 1 | -2/+2 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -4/+6 |
* | * hash.c (initialize_copy): unset the default proc if there isn't one | tenderlove | 2012-10-19 | 1 | -0/+6 |
* | * hash.c (initialize_copy): duping should rehash the hash. | tenderlove | 2012-10-18 | 1 | -1/+4 |
* | * hash.c (initialize_copy): copy the underlying st_table on dup, | tenderlove | 2012-10-16 | 1 | -1/+16 |
* | hash.c: raise on invalid input | nobu | 2012-07-14 | 1 | -1/+6 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods. | nobu | 2012-04-24 | 1 | -1/+28 |
* | Revert r35339-35343 because of no tests. | naruse | 2012-04-18 | 1 | -28/+1 |
* | * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276] | marcandre | 2012-04-16 | 1 | -1/+3 |
* | * hash.c: Add Hash#to_h [Feature #6276] | marcandre | 2012-04-16 | 1 | -0/+25 |
* | * hash.c (no_new_key): moved test to raise outside. | nobu | 2012-04-13 | 1 | -6/+5 |
* | * hash.c (inspect_i): keep string's coderange. | naruse | 2012-04-13 | 1 | -2/+2 |
* | * hash.c (rb_hash_aset, rb_hash_update, rb_hash_update_by): use | nobu | 2012-04-13 | 1 | -21/+84 |
* | * hash.c: use RHASH_ITER_LEV(), not iter_leve directly. | nobu | 2012-04-12 | 1 | -10/+8 |
* | * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paint | marcandre | 2012-04-09 | 1 | -2/+7 |