| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings. | usa | 2007-03-21 | 1 | -5/+5 |
* | * marshal.c (w_extended): erroneous check condition when dump | matz | 2007-03-20 | 1 | -4/+4 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -39/+4 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -10/+56 |
* | * marshal.c (r_object0): missing break. [ruby-core:09345] | matz | 2006-10-27 | 1 | -0/+1 |
* | * marshal.c (r_object0): use return value from prov given as the | matz | 2006-10-22 | 1 | -23/+26 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -7/+7 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -21/+22 |
* | * marshal.c (r_byte): IO#getc returns one byte string now. | nobu | 2006-08-16 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+2 |
* | * ruby.h (struct RStruct): embed 3 or less elements structs. | akr | 2006-02-05 | 1 | -2/+2 |
* | * marshal.c (r_object0): fix a GC problem for reading a bignum on | akr | 2005-12-14 | 1 | -1/+1 |
* | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean | 2005-10-21 | 1 | -6/+6 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -3/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -119/+43 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+2 |
* | * marshal.c (r_object0): check inheritance by the internal function. | nobu | 2004-10-18 | 1 | -1/+1 |
* | * io.c (rb_fopen): mode string copy at the lowest level. | matz | 2004-10-05 | 1 | -23/+26 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -2/+2 |
* | * intern.h, struct.c (rb_struct_s_members, rb_struct_members): public | nobu | 2004-09-27 | 1 | -5/+2 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -0/+1 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -1/+1 |
* | * marshal.c (class2path): check anonymous class/module before | nobu | 2004-01-17 | 1 | -10/+7 |
* | * marshal.c (class2path): fix typo. | nobu | 2004-01-16 | 1 | -1/+1 |
* | * marshal.c (class2path): get class path and check referable. | nobu | 2004-01-16 | 1 | -4/+17 |
* | RDoc comments added by Elliott Hughes | dave | 2003-12-27 | 1 | -0/+70 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -0/+3 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -19/+20 |
* | * gc.c (gc_sweep): loosen page free condition to avoid add_heap() | matz | 2003-10-20 | 1 | -13/+13 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -9/+21 |
* | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 1 | -33/+19 |
* | * pack.c (uv_to_utf8): change message to "out of range", since | matz | 2003-10-09 | 1 | -1/+3 |
* | * marshal.c (w_object): wrong method name in the message. | nobu | 2003-10-06 | 1 | -1/+1 |
* | * marshal.c (w_object): should pass "weak" value to next level. | matz | 2003-10-06 | 1 | -1/+1 |
* | * marshal.c (w_object): instance variable dump do not cause error | matz | 2003-10-04 | 1 | -23/+32 |
* | * time.c (time_load): restore instance variables (if any) before | matz | 2003-10-02 | 1 | -26/+47 |
* | * marshal.c (w_symbol, w_object): get rid of warnings. | nobu | 2003-08-16 | 1 | -4/+4 |
* | * marshal.c (w_object): do not dump generic instance variable when | matz | 2003-08-09 | 1 | -2/+2 |
* | * marshal.c (w_object): should set `c_arg' at first. | matz | 2003-08-08 | 1 | -4/+4 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -22/+21 |
* | * eval.c (method_proc): should specify YIELD_FUNC_SVALUE. | matz | 2003-08-04 | 1 | -1/+2 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -0/+3 |
* | * marshal.c (w_object): marshal_dump should not take any | matz | 2003-07-30 | 1 | -1/+1 |
* | * marshal.c (w_object): if object responds to 'marshal_dump', | matz | 2003-07-29 | 1 | -6/+28 |
* | * eval.c (ruby_cleanup): $SAFE is turned off in the finalization. | matz | 2003-06-06 | 1 | -2/+1 |
* | * io.c (rb_f_syscall): type dispatch should be based on | matz | 2003-05-30 | 1 | -1/+1 |
* | * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS. | matz | 2003-05-22 | 1 | -7/+7 |
* | * marshal.c (save_mantissa, load_mantissa): for interoperability | nobu | 2003-04-22 | 1 | -17/+60 |
* | * marshal.c: one more digit for decimal point. [ruby-talk:69808] | nobu | 2003-04-21 | 1 | -1/+1 |