| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | * eval.c (ruby_native_thread_kill): call pthread_kill() to send a | nagai | 2005-03-02 | 1 | -8/+31 |
* | * signal.c (ruby_signal, ruby_nativethread_signal): must be valid as | nobu | 2005-02-22 | 1 | -2/+12 |
* | * signal.c: Standard signal handlers ignore signals on non-Ruby native | nagai | 2005-02-21 | 1 | -4/+84 |
* | * signal.c (sighandler): call handler immediately only for default | matz | 2004-11-30 | 1 | -1/+1 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -12/+16 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -1/+1 |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -0/+24 |
* | RDoc comments added by Elliott Hughes | dave | 2003-12-27 | 1 | -0/+74 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -1/+1 |
* | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai | 2003-11-05 | 1 | -0/+50 |
* | * signal.c (ruby_signal_name): adjust to the prototype. | nobu | 2003-10-01 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -0/+7 |
* | * 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 |
* | * array.c (get_inspect_tbl): check whether inspect_tbl value is a | matz | 2003-05-19 | 1 | -1/+1 |
* | * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for | matz | 2003-03-25 | 1 | -6/+10 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -1/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -6/+6 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -6/+6 |
* | variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381) | michal | 2002-08-28 | 1 | -2/+0 |
* | * io.c (NOFILE): define NOFILE as 64 if not defined. | eban | 2002-08-16 | 1 | -0/+4 |
* | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi | 2002-05-29 | 1 | -1/+1 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -46/+46 |
* | * marshal.c (w_object): module inclusion using extend() should | matz | 2002-03-11 | 1 | -16/+23 |
* | * eval.c (cvar_cbase): utility function to find innermost non | matz | 2002-03-08 | 1 | -1/+1 |
* | * signal.c (ruby_signal): must define sighandler_t unless | nobu | 2002-01-21 | 1 | -1/+1 |
* | * eval.c (ruby_stop): should not trace error handler. | matz | 2002-01-21 | 1 | -22/+45 |
* | * parse.y (str_extend): should check nesting parentheses in #{}. | matz | 2001-11-21 | 1 | -1/+6 |
* | * parse.y (parse_regx): should raise error on untermitated | matz | 2001-11-19 | 1 | -2/+2 |
* | * signal.c (sighandle): should not re-register sighandler if | matz | 2001-11-13 | 1 | -2/+5 |
* | * eval.c (is_defined): should not dump core for "defined?(())". | matz | 2001-08-23 | 1 | -2/+19 |
* | * string.c (rb_str_lstrip_bang): new method. | matz | 2001-08-06 | 1 | -1/+1 |
* | * array.c (rb_ary_and): should not push frozen key string. | matz | 2001-05-16 | 1 | -0/+3 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -1/+1 |
* | * object.c (rb_str2cstr): warn if string contains \0 and length | matz | 2001-03-28 | 1 | -1/+1 |
* | * gc.c (id2ref): sometimes confused symbol and reference. | matz | 2001-03-21 | 1 | -1/+1 |
* | * configure.in: add check for negative time_t for gmtime(3). | matz | 2001-02-20 | 1 | -1/+1 |
* | * eval.c (secure_visibility): visibility check for untainted modules. | matz | 2001-02-19 | 1 | -2/+12 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | matz | matz | 2000-11-27 | 1 | -1/+4 |
* | matz | matz | 2000-11-14 | 1 | -14/+11 |
* | matz | matz | 2000-09-27 | 1 | -0/+9 |
* | 000919 | matz | 2000-09-19 | 1 | -1/+1 |
* | matz | matz | 2000-08-07 | 1 | -3/+8 |
* | support mingw32. | eban | 2000-05-13 | 1 | -3/+3 |
* | 2000-05-09 | matz | 2000-05-09 | 1 | -3/+3 |