| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -1/+1 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -1/+1 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -1/+1 |
* | * hash.c (rb_hash_aref): skip calling "default" method | ko1 | 2010-10-15 | 1 | -1/+8 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -9/+15 |
* | * hash.c (ruby_setenv): workaround for old Windows. a patch from | usa | 2010-09-30 | 1 | -1/+2 |
* | * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable | nobu | 2010-09-11 | 1 | -15/+14 |
* | * hash.c (rb_check_hash_type): added. | nobu | 2010-08-03 | 1 | -1/+7 |
* | * hash.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -43/+43 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -3/+24 |
* | * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexError | marcandre | 2010-05-08 | 1 | -1/+5 |
* | * hash.c (ruby_setenv): putenv on msvcrt.dll can't remove empty value. | wanabe | 2010-04-25 | 1 | -0/+1 |
* | * hash.c (rb_hash_aset): allow recursive key. [ruby-core:24648] | nobu | 2010-03-17 | 1 | -3/+0 |
* | * hash.c (Hash#merge doc): Added explanation for form with block. | marcandre | 2010-03-06 | 1 | -3/+7 |
* | * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash. | matz | 2010-03-03 | 1 | -0/+86 |
* | * hash.c (hash_update): always raise an exception when adding a new | mame | 2010-02-16 | 1 | -0/+11 |
* | * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset), | nobu | 2010-02-10 | 1 | -0/+1 |
* | * configure.in: test unsetenv returns a value. | akr | 2010-01-26 | 1 | -0/+4 |
* | * hash.c: need to include errno.h for EINVAL. | usa | 2010-01-12 | 1 | -1/+2 |
* | * hash.c (ruby_setenv): Improve the emulatation of setenv(3) on | knu | 2010-01-11 | 1 | -2/+16 |
* | * hash.c (ruby_setenv): ENV.[]= should raise an error if setenv(3) | knu | 2010-01-11 | 1 | -5/+9 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10. | nobu | 2009-11-14 | 1 | -1/+27 |
* | * hash.c (ruby_setenv): use ruby_strdup(). | nobu | 2009-11-11 | 1 | -1/+1 |
* | * hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010] | usa | 2009-11-11 | 1 | -18/+18 |
* | * hash.c: use RHASH_IFNONE but not ifnone directly. | nobu | 2009-11-08 | 1 | -14/+15 |
* | * hash.c (default_proc_arity_check): new support function. | matz | 2009-10-26 | 1 | -7/+15 |
* | * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc | matz | 2009-10-24 | 1 | -0/+6 |
* | * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstr | naruse | 2009-09-28 | 1 | -2/+2 |
* | * hash.c (rb_f_getenv, env_fetch): env string may be overwritten. | nobu | 2009-09-28 | 1 | -3/+14 |
* | * hash.c (Hash#each): Fix documentation to reflect insertion order. A patch b... | marcandre | 2009-09-24 | 1 | -3/+2 |