index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marshal.c
Age
Commit message (
Expand
)
Author
2007-08-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12949 b2dd03c...
shyouhei
2007-01-31
* removed svn:keywords for compatibility.
shugo
2005-12-14
* marshal.c (r_object0): fix a GC problem for reading a bignum on
akr
2005-02-28
* exception error messages updated. [ruby-core:04497]
matz
2004-10-18
* marshal.c (r_object0): check inheritance by the internal function.
nobu
2004-10-06
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-02
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-05-27
* marshal.c (w_class): should not dump singleton class.
matz
2003-12-27
RDoc comments added by Elliott Hughes
dave
2003-12-22
* configure.in (ac_cv_func_setitimer): moved from defines.h
nobu
2003-11-22
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-10-20
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
matz
2003-10-15
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-09
* marshal.c (r_object0): remove unnecessary iv restoration for
matz
2003-10-09
* pack.c (uv_to_utf8): change message to "out of range", since
matz
2003-10-06
* marshal.c (w_object): wrong method name in the message.
nobu
2003-10-06
* marshal.c (w_object): should pass "weak" value to next level.
matz
2003-10-04
* marshal.c (w_object): instance variable dump do not cause error
matz
2003-10-02
* time.c (time_load): restore instance variables (if any) before
matz
2003-08-16
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-09
* marshal.c (w_object): do not dump generic instance variable when
matz
2003-08-08
* marshal.c (w_object): should set `c_arg' at first.
matz
2003-08-06
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
matz
2003-08-04
* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.
matz
2003-07-31
* numeric.c (rb_num_coerce_relop): export function.
matz
2003-07-30
* marshal.c (w_object): marshal_dump should not take any
matz
2003-07-29
* marshal.c (w_object): if object responds to 'marshal_dump',
matz
2003-06-06
* eval.c (ruby_cleanup): $SAFE is turned off in the finalization.
matz
2003-05-30
* io.c (rb_f_syscall): type dispatch should be based on
matz
2003-05-22
* gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.
matz
2003-04-22
* marshal.c (save_mantissa, load_mantissa): for interoperability
nobu
2003-04-21
* marshal.c: one more digit for decimal point. [ruby-talk:69808]
nobu
2003-04-20
* marshal.c (w_float): append least mantissa bits to get rid
nobu
2003-04-18
* struct.c (rb_struct_eql): should compare values with "eql?".
matz
2003-04-09
* marshal.c (w_object): preserve extended module on struct.
nobu
2003-04-08
* eval.c (Init_Proc): make Method and UnboundMethod independent.
matz
2003-03-03
* marshal.c (w_nbyte): should output always via rb_io_write().
matz
2003-01-31
* variable.c (rb_obj_classname): new function.
matz
2003-01-16
Updated Copyrights of Matz to 2003.
michal
2003-01-15
* configure.in (ARCHFILE): set even unless --enable-shared on
nobu
2003-01-06
* st.h, st.c: Introduce new conventional typedef's, st_data_t,
knu
2002-12-20
* io.c (rb_io_fwrite): separated from io_write().
nobu
2002-12-19
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-12
* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...
nobu
2002-10-17
* marshal.c (w_byten): added; write n bytes from s to arg.
nobu
2002-09-25
* dir.c (glob_helper): must not closedir() when exception raised
nobu
2002-09-17
* eval.c (rb_mod_nesting): load wrapping module should appear in
matz
2002-09-06
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
matz
2002-09-05
* variable.c (rb_path2class): should not use rb_eval_string().
matz
2002-09-04
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
matz
[next]