| Commit message (Expand) | Author | Age | Files | Lines |
* | * marshal.c (must_not_be_anonymous): fixed silly miss. | nobu | 2009-08-09 | 1 | -3/+5 |
* | * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass): | nobu | 2009-08-09 | 1 | -33/+39 |
* | * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix for | nobu | 2009-08-07 | 1 | -17/+66 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -18/+18 |
* | * marshal.c (r_object0): should return real object. | naruse | 2009-07-13 | 1 | -1/+1 |
* | * marshal.c (r_object0): should not shadow outer variable not to | nobu | 2009-07-13 | 1 | -1/+1 |
* | * marshal.c (r_object0): copy instance variables to new regexp. | naruse | 2009-07-13 | 1 | -2/+3 |
* | * marshal.c (r_object0): set encoding only if the encoding is not US-ASCII. | naruse | 2009-07-10 | 1 | -1/+2 |
* | Remove debug print. | naruse | 2009-07-09 | 1 | -1/+0 |
* | * marshal.c (r_object0): replace \u by u when the regexp is | naruse | 2009-07-09 | 1 | -1/+12 |
* | * marshal.c (w_encoding): encodings need extra depth. | nobu | 2009-06-30 | 1 | -3/+3 |
* | * marshal.c (r_ivar): should not set internal encoding ivar as an | nobu | 2009-06-13 | 1 | -3/+3 |
* | * marshal.c (w_encoding): more compact encoding information for | matz | 2009-05-27 | 1 | -0/+19 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -21/+10 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -5/+5 |
* | * marshal.c (div0), numeric.c (infinite_value): new functions to | nobu | 2009-03-12 | 1 | -4/+18 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -1/+1 |
* | Fix grammos regarding the verb "refer". | knu | 2009-02-10 | 1 | -3/+3 |
* | * marshal.c (marshal_dump): fixed for check_dump_arg. | nobu | 2008-10-01 | 1 | -19/+22 |
* | * marshal.c (marshal_dump): initializes dump_arg before any funcall. | nobu | 2008-10-01 | 1 | -10/+12 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -1/+1 |
* | * marshal.c (struct load_arg): data is now st_table. | nobu | 2008-09-02 | 1 | -17/+27 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * marshal.c (marshal_load): set arg.untrust properly. | shugo | 2008-08-13 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -0/+14 |
* | * marshal.c (dump_ensure), process.c (run_exec_dup2), | nobu | 2008-08-04 | 1 | -0/+1 |
* | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu | 2008-07-12 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -4/+7 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-06-18 | 1 | -11/+11 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * marshal.c (w_object): add a check for modification of array during | mame | 2008-06-02 | 1 | -5/+6 |
* | * rational.c (string_to_r_internal): use rb_isdigit. | naruse | 2008-06-01 | 1 | -1/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-05-28 | 1 | -13/+14 |
* | * marshal.c (check_dump_arg, check_load_arg): check if reentered. | nobu | 2008-05-22 | 1 | -0/+31 |
* | * marshal.c (w_object): add volatile to avoid potential GC bug. a | matz | 2008-04-10 | 1 | -1/+1 |
* | * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first. | akr | 2008-04-10 | 1 | -15/+18 |
* | fix doc. | akr | 2008-03-09 | 1 | -3/+3 |
* | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr | 2008-02-25 | 1 | -2/+2 |
* | * marshal.c (r_object0): no need to call r_entry for immediate values. | usa | 2008-01-31 | 1 | -5/+0 |
* | * marshal.c (r_object0): call r_entry/r_leave to call proc when TYPE_FIXNUM, | naruse | 2008-01-31 | 1 | -0/+10 |
* | * marshal.c (w_object): dump string encoding in USERDEF. | akr | 2008-01-26 | 1 | -1/+1 |
* | * marshal.c (r_byte): use getbyte instead of getc. | akr | 2008-01-25 | 1 | -4/+4 |
* | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as | nobu | 2008-01-04 | 1 | -1/+1 |
* | * insnhelper.ci (vm_search_normal_superclass): rename function. | matz | 2007-11-22 | 1 | -2/+2 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -2/+7 |
* | * marshal.c (mark_dump_arg): it may be called after dump_ensure. | akr | 2007-11-18 | 1 | -0/+2 |