| Commit message (Expand) | Author | Age | Files | Lines |
* | cancel subversion backfire. sorry | matz | 2011-03-07 | 1 | -2/+2 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -2/+2 |
* | * class.c: fix camelCase to snake_case in documentation code examples. | naruse | 2011-03-05 | 1 | -2/+2 |
* | Fix typo of rdoc. [ruby-core:35016] | naruse | 2011-02-15 | 1 | -1/+1 |
* | * marshal.c: parenthesize macro arguments. | akr | 2010-12-19 | 1 | -4/+4 |
* | * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf format | nobu | 2010-10-12 | 1 | -1/+1 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -2/+2 |
* | * marshal.c (w_float): should not append a dot if no fractal part | nobu | 2010-08-05 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -2/+2 |
* | * marshal.c (w_object): suppress empty instance variable entry on | nobu | 2010-06-30 | 1 | -3/+7 |
* | * marshal.c (w_object, r_bytes0, marshal_load): suppress warnings. | nobu | 2010-06-27 | 1 | -4/+4 |
* | * marshal.c (struct dump_arg, struct load_arg): merge taint and | nobu | 2010-06-23 | 1 | -32/+17 |
* | document marshal_dump and marshal_load | drbrain | 2010-05-26 | 1 | -9/+74 |
* | * marshal.c (w_float): use dtoa directly instead of stripping | nobu | 2010-05-21 | 1 | -4/+32 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -3/+3 |
* | * marshal.c (w_float): strip ".0" from end for rubyspec. | nobu | 2010-05-13 | 1 | -1/+4 |
* | * marshal.c (w_float): use minimal representation. | nobu | 2010-05-13 | 1 | -43/+9 |
* | * marshal.c (r_object0): should prepare placeholder before | matz | 2010-02-24 | 1 | -5/+5 |
* | * marshal.c (r_object0): removed duplicated entry for regexp. | nobu | 2010-02-14 | 1 | -1/+1 |
* | * marshal.c (r_object0): register regexp object before encoding | nobu | 2010-02-13 | 1 | -1/+2 |
* | * marshal.c (id2encidx): duplicated entry for encoding name. | matz | 2010-02-13 | 1 | -1/+0 |
* | * marshal.c (r_object0): replace non-1.8 escapes directly. | nobu | 2010-02-11 | 1 | -7/+17 |
* | * marshal.c (r_object0): read sequentially since marshal source | nobu | 2010-02-11 | 1 | -34/+11 |
* | * marshal.c (w_symbol): dump no encoding for 7bit only coderange | nobu | 2010-01-08 | 1 | -2/+3 |
* | Add Float::INFINITY and Float::NAN. | naruse | 2009-12-29 | 1 | -5/+3 |
* | * marshal.c (w_object): reverted r26007. [ruby-dev:39845] | nobu | 2009-12-07 | 1 | -10/+1 |
* | * marshal.c (w_object): dump instance variables when using | nobu | 2009-12-05 | 1 | -1/+10 |
* | * marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735] | wanabe | 2009-11-25 | 1 | -0/+1 |
* | * marshal.c (marshal_dump): use normal object as the buffer so | nobu | 2009-11-21 | 1 | -2/+1 |
* | * marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnone | nobu | 2009-11-11 | 1 | -4/+4 |
* | Add rdoc about objects can't Marshal#dump. [ruby-core:23314] | naruse | 2009-11-04 | 1 | -0/+6 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * marshal.c (w_symbol, r_symreal): fixed the order of symbol and | nobu | 2009-10-20 | 1 | -2/+4 |
* | * marshal.c (id2encidx): register encoding name. | nobu | 2009-10-17 | 1 | -18/+29 |
* | * marshal.c (r_object0): suppressed a warning. | nobu | 2009-10-12 | 1 | -2/+2 |
* | * marshal.c (has_encoding): added for check the regexp | naruse | 2009-10-11 | 1 | -14/+39 |
* | * marshal.c (marshal_dump, marshal_load): prevent from GC. | nobu | 2009-10-10 | 1 | -2/+3 |
* | * marshal.c (mark_dump_arg, mark_load_arg): ignore already cleaned | nobu | 2009-10-07 | 1 | -2/+6 |
* | * marshal.c (struct {dump,load}_arg): manage with dfree, instead | nobu | 2009-10-04 | 1 | -76/+100 |
* | * marshal.c (r_object0): entry regexp object before its encoding | nobu | 2009-09-18 | 1 | -4/+6 |
* | * 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 |