| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * lib/net/smtp.rb (Net::SMTP::send0): add taint check. | matz | 2003-07-29 | 1 | -0/+1 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -1/+1 |
* | * variable.c (rb_mod_const_missing): new method. [ruby-core:00441] | matz | 2003-07-22 | 1 | -1/+1 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -0/+1 |
* | * eval.c (rb_call_super): k->super maybe NULL if klass is Kernel. | matz | 2003-07-07 | 1 | -0/+1 |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -0/+1 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -1/+3 |
* | * 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 | -0/+1 |
* | * eval.c (ev_const_defined, ev_const_get), variable.c | nobu | 2003-05-29 | 1 | -4/+3 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -1/+1 |
* | * eval.c (error_pos): use $deferr for output instead of stderr | matz | 2003-05-13 | 1 | -0/+2 |
* | * compar.c (rb_cmperr): raise comparison failure. | nobu | 2003-05-08 | 1 | -0/+1 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -0/+1 |
* | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz | 2003-03-07 | 1 | -0/+1 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 1 | -11/+11 |
* | * eval.c (rb_call0): should not report uninitialized warning by | matz | 2003-02-18 | 1 | -1/+1 |
* | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS): | nobu | 2003-02-09 | 1 | -2/+2 |
* | * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make | knu | 2003-02-07 | 1 | -0/+2 |
* | * intern.h, re.c (rb_memsearch): returns long. | nobu | 2003-02-07 | 1 | -1/+1 |
* | * re.c (rb_memsearch): algolithm body of String#index. | matz | 2003-02-03 | 1 | -0/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * eval.c: remove ruby_last_node and assignments seems to be | matz | 2003-01-08 | 1 | -1/+1 |
* | * intern.h (rb_check_array_type): Declare rb_check_array_type(). | knu | 2003-01-06 | 1 | -0/+1 |
* | * class.c (ins_methods_i): should not show ID_ALLOCATOR. | matz | 2002-12-24 | 1 | -1/+1 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -0/+4 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -0/+3 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -0/+2 |
* | * object.c (copy_object): copy finalizers as well if any. | matz | 2002-12-04 | 1 | -0/+1 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -1/+2 |
* | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 1 | -0/+1 |
* | * eval.c (error_print, rb_longjmp, rb_thread_schedule): flush | nobu | 2002-10-29 | 1 | -0/+2 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -0/+3 |
* | * eval.c (rb_call0): must not clear ruby_current_node, or | nobu | 2002-09-23 | 1 | -1/+1 |
* | * gc.c (gc_sweep): should mark parser. | aamine | 2002-09-05 | 1 | -0/+1 |
* | rb_check_frozen has been added (ruby-core:412) | michal | 2002-09-03 | 1 | -1/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -1/+0 |
* | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine | 2002-09-02 | 1 | -0/+1 |
* | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -0/+1 |
* | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu | 2002-08-15 | 1 | -0/+2 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -1/+1 |