| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 17827,17846:17848: | shyouhei | 2008-07-07 | 1 | -0/+1 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 1 | -0/+1 |
* | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu | 2008-06-06 | 1 | -1/+1 |
* | Merge from ruby_1_8. | knu | 2008-05-31 | 1 | -1/+1 |
* | Merge r16206 and r16239 from ruby_1_8. | knu | 2008-05-18 | 1 | -0/+2 |
* | Merge from ruby_1_8. | knu | 2008-04-22 | 1 | -1/+0 |
* | Merge from ruby_1_8. | knu | 2008-04-21 | 1 | -1/+2 |
* | Merge everything from ruby_1_8. | knu | 2008-04-19 | 1 | -0/+2 |
* | * random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export. | knu | 2008-04-14 | 1 | -0/+4 |
* | * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h, | knu | 2008-04-09 | 1 | -0/+8 |
* | * eval.c (rb_obj_method, rb_proc_call), intern.h: Export. | knu | 2008-04-09 | 1 | -0/+2 |
* | * object.c (rb_check_to_integer): backported for range_step. | nobu | 2008-04-05 | 1 | -0/+1 |
* | * intern.h, string.c (rb_str_set_len): added for upgrading path from | nobu | 2007-12-27 | 1 | -0/+1 |
* | * eval.c, intern.h, ext/thread/thread.c: should not free queue while | nobu | 2007-09-20 | 1 | -0/+2 |
* | * intern.h (is_ruby_native_thread): removed since declared as an int | nobu | 2007-07-22 | 1 | -1/+0 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu | 2007-07-22 | 1 | -0/+1 |
* | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | nobu | 2007-07-19 | 1 | -0/+1 |
* | * eval.c (error_handle): no message when exiting by signal. | nobu | 2007-03-11 | 1 | -1/+2 |
* | * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bring | knu | 2007-02-15 | 1 | -0/+1 |
* | * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat... | aamine | 2007-01-10 | 1 | -0/+2 |
* | * sprintf.c (rb_str_format): should preserve leading zero | matz | 2006-10-30 | 1 | -0/+1 |
* | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz | 2006-09-14 | 1 | -0/+1 |
* | * re.c (rb_reg_initialize): should not modify untainted objects in | matz | 2006-05-16 | 1 | -3/+3 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -1/+0 |
* | * intern.h, file.c: failed to compile on windows. | ocean | 2005-11-23 | 1 | -0/+1 |
* | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu | 2005-10-22 | 1 | -0/+1 |
* | * eval.c (rb_obj_respond_to): check if obj responds to the given | nobu | 2005-10-11 | 1 | -0/+1 |
* | * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when | nobu | 2005-09-28 | 1 | -1/+1 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -0/+1 |
* | * st.h: fix prototypes. | nobu | 2004-12-03 | 1 | -2/+2 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -0/+1 |
* | * string.c (rb_str_locktmp): lock string temporarily. | matz | 2004-10-30 | 1 | -0/+2 |
* | * string.c (str_gsub): reentrant check. [ruby-dev:24432] | matz | 2004-10-20 | 1 | -0/+1 |
* | * intern.h, object.c (rb_class_inherited_p): export. | nobu | 2004-10-18 | 1 | -0/+1 |
* | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz | 2004-10-06 | 1 | -0/+2 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -0/+2 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -4/+4 |
* | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean | 2004-07-15 | 1 | -0/+1 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -1/+1 |
* | * eval.c (eval): warning during eval should not cause deadlock. | matz | 2004-05-14 | 1 | -1/+1 |
* | * intern.h: provide proper prototypes. [ruby-core:02724] | nobu | 2004-03-31 | 1 | -3/+3 |
* | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu | 2003-12-21 | 1 | -0/+1 |
* | * dir.c (check_dirname): check string safety and remove extraneous | nobu | 2003-12-15 | 1 | -0/+4 |
* | * intern.h (ruby_stop): never return. | nobu | 2003-10-14 | 1 | -1/+1 |
* | * eval.c (rb_feature_p): match by classified suffix. | nobu | 2003-10-13 | 1 | -0/+1 |
* | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz | 2003-10-01 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -0/+1 |
* | * intern.h (rb_disable_super, rb_enable_super): replace with dummy | nobu | 2003-09-12 | 1 | -2/+2 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -2/+2 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -2/+3 |