| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * hash.c (hash_default_value): extract from rb_hash_aref(), to be | nobu | 2012-03-31 | 1 | -13/+16 |
* | * hash.c: do not allocate st_table when it is not necessary. | nobu | 2012-03-31 | 1 | -18/+22 |
* | * hash.c: remove unnecessary checks for Qundef in hash iterations. | nobu | 2012-03-31 | 1 | -34/+9 |
* | * st.c (st_foreach_check): remove the entry by replacing with never | nobu | 2012-03-30 | 1 | -1/+1 |
* | * hash.c (st_foreach_safe): since table is not for VALUE, Qundef is | nobu | 2012-03-30 | 1 | -1/+1 |
* | * hash.c: Qundef cannot be passed from st_foreach_check(). | nobu | 2012-03-30 | 1 | -8/+5 |
* | * hash.c, marshal.c, object.c, variable.c: fix callback argument types | nobu | 2012-03-30 | 1 | -2/+3 |
* | * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc() | usa | 2012-03-15 | 1 | -3/+3 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to | usa | 2012-03-15 | 1 | -0/+14 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -3/+1 |
* | * st.c: add st_foreach_check for fixing iteration over packed table | nobu | 2012-03-10 | 1 | -3/+2 |
* | * hash.c: remove trailing spaces. | ktsj | 2012-03-04 | 1 | -2/+2 |
* | * hash.c (Init_Hash): Add section on how objects are used as Hash keys | drbrain | 2012-02-23 | 1 | -0/+45 |
* | * hash.c (rb_any_hash): treat Qundef like as other special constants. | nobu | 2012-02-21 | 1 | -13/+7 |
* | * hash.c (hash_foreach_iter): fix signature. | nobu | 2012-02-21 | 1 | -1/+2 |
* | * whitespace cleanup. | nobu | 2011-11-04 | 1 | -13/+13 |
* | * complex.c: use "__sun" instead of "__sun__" to detect SunOS. | akr | 2011-10-24 | 1 | -2/+2 |
* | * hash.c (identhash): share with type_numhash. | nobu | 2011-10-18 | 1 | -4/+2 |
* | * hash.c (Init_Hash): Improve Hash documentation. Patch by Alvaro | drbrain | 2011-10-04 | 1 | -6/+62 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -2/+2 |
* | * hash.c (recursive_hash): hash value of emptied hash should be | nobu | 2011-08-02 | 1 | -0/+1 |
* | * hash.c: Document ENV | drbrain | 2011-06-30 | 1 | -1/+267 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -0/+14 |
* | * hash.c (rb_hash_reject): add documentation that Hash#reject | naruse | 2011-06-26 | 1 | -0/+1 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+0 |
* | * hash.c (key_i): Change rdoc from "the first occurence" to "an | drbrain | 2011-05-31 | 1 | -1/+1 |
* | * hash.c: Improve documentation of Hash#key. Patch by Utkarsh | drbrain | 2011-05-22 | 1 | -2/+4 |
* | * hash.c (ruby_setenv): check env process block size with OS ver. | arton | 2011-03-19 | 1 | -9/+13 |
* | * hash.c: refactoring prior patch (getenvsize win32 specfic function). | arton | 2011-03-19 | 1 | -7/+3 |
* | * hash.c (ruby_setenv): calculate total env block size for win32. | arton | 2011-03-19 | 1 | -1/+15 |
* | * hash.c (ruby_setenv): checking with max process environment block size fow ... | arton | 2011-03-19 | 1 | -1/+6 |
* | * hash.c (ruby_setenv): MSDN says that Windows XP or earlier limits | usa | 2011-03-08 | 1 | -0/+1 |
* | * hash.c (inspect_i): copy the encoding of the first key as | naruse | 2011-02-15 | 1 | -1/+5 |
* | * hash.c (rb_hash_fetch_m): use useful message for longer key, not a | nobu | 2011-01-30 | 1 | -1/+2 |
* | * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediate | kosaki | 2011-01-27 | 1 | -1/+1 |
* | * hash.c (hash_i): return different values for inverse hash. | nobu | 2011-01-11 | 1 | -2/+6 |
* | * hash.c: parenthesize macro arguments. | akr | 2010-12-14 | 1 | -5/+5 |
* | * hash.c (rb_hash_update_by): new API for Hash#update. | nobu | 2010-12-04 | 1 | -0/+37 |