| Commit message (Expand) | Author | Age | Files | Lines |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -0/+44 |
* | * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908] | matz | 2004-11-18 | 1 | -14/+41 |
* | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 1 | -3/+6 |
* | rdoc | nobu | 2004-10-20 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -2/+0 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -49/+87 |
* | * hash.c: iterator functions for hash_foreach() should return enum | nobu | 2004-09-24 | 1 | -16/+16 |
* | * hash.c (rb_hash_rehash): replace st_foreach() by its deep | matz | 2004-09-23 | 1 | -37/+38 |
* | * hash.c (hash_alloc): was using tbl pointer without | matz | 2004-09-22 | 1 | -4/+2 |
* | * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] | matz | 2004-09-22 | 1 | -31/+58 |
* | * parse.y: remove global variables ruby_eval_tree and | matz | 2004-09-22 | 1 | -1/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -1/+5 |
* | * array.c: remove #indexes, #indices. | matz | 2004-06-11 | 1 | -67/+5 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -18/+45 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -4/+0 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -3/+3 |
* | * eval.c (localjump_destination): lambda should not interfere | matz | 2004-02-26 | 1 | -5/+6 |
* | RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya... | dave | 2003-12-23 | 1 | -0/+583 |
* | * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of | matz | 2003-12-22 | 1 | -7/+7 |
* | dln.c: remove last second typo. | matz | 2003-12-20 | 1 | -12/+6 |
* | * misc/ruby-mode.el (ruby-calculate-indent): proper indentation | matz | 2003-12-19 | 1 | -6/+12 |
* | * hash.c (env_has_value, env_index): must match exactly. | nobu | 2003-11-28 | 1 | -2/+4 |
* | * defines.h (ENV_IGNORECASE): should define when DOSISH without | usa | 2003-11-25 | 1 | -8/+0 |
* | * hash.c: remove unnecessary update. | matz | 2003-11-15 | 1 | -9/+0 |
* | * eval.c (rb_method_node): new API to retrieve method body. | matz | 2003-11-14 | 1 | -0/+9 |
* | * eval.c (rb_load): allow interrupt during loaded program | matz | 2003-11-06 | 1 | -12/+12 |
* | * class.c, hash.c, string.c: remove #include "version.h". | eban | 2003-11-04 | 1 | -1/+0 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -10/+0 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -4/+41 |
* | * class.c (rb_obj_singleton_methods): should not go up to | matz | 2003-08-01 | 1 | -29/+25 |
* | * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter, | matz | 2003-08-01 | 1 | -25/+13 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -2/+2 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -2/+1 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -2/+3 |
* | * dir.c (find_dirsep): get rid of warnings. | nobu | 2003-06-23 | 1 | -4/+4 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -8/+6 |
* | * defines.h (PATH_ENV): name of PATH environment. [new]. | usa | 2003-06-20 | 1 | -14/+26 |
* | * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive to | usa | 2003-06-19 | 1 | -6/+6 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -1/+1 |
* | * gc.c (define_final): eliminate rb_f_lambda() call. | matz | 2003-06-06 | 1 | -1/+1 |
* | * eval.c (ruby_cleanup): $SAFE is turned off in the finalization. | matz | 2003-06-06 | 1 | -20/+43 |
* | * eval.c (Init_Proc): Block/Proc separation. [huge change] | matz | 2003-05-26 | 1 | -4/+4 |
* | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 1 | -16/+13 |
* | * class.c: add #include "version.h". | aamine | 2003-05-19 | 1 | -0/+1 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -1/+1 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -1/+3 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -34/+61 |
* | * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. | matz | 2003-04-03 | 1 | -1/+0 |
* | * hash.c (env_reject_bang): untaint key string. | matz | 2003-03-31 | 1 | -2/+5 |
* | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz | 2003-03-04 | 1 | -3/+3 |