index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* marshal.c (w_float): append least mantissa bits to get rid
nobu
2003-04-20
1
-6
/
+62
*
* struct.c (rb_struct_eql): should compare values with "eql?".
matz
2003-04-18
1
-4
/
+4
*
* marshal.c (w_object): preserve extended module on struct.
nobu
2003-04-09
1
-17
/
+15
*
* eval.c (Init_Proc): make Method and UnboundMethod independent.
matz
2003-04-08
1
-2
/
+5
*
* marshal.c (w_nbyte): should output always via rb_io_write().
matz
2003-03-03
1
-58
/
+26
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-4
/
+4
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* configure.in (ARCHFILE): set even unless --enable-shared on
nobu
2003-01-15
1
-2
/
+2
*
* st.h, st.c: Introduce new conventional typedef's, st_data_t,
knu
2003-01-06
1
-2
/
+2
*
* io.c (rb_io_fwrite): separated from io_write().
nobu
2002-12-20
1
-1
/
+2
*
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-19
1
-1
/
+1
*
* marshal.c (r_object0): singleton class instance can't be loaded. (ruby-bug...
nobu
2002-12-12
1
-0
/
+3
*
* marshal.c (w_byten): added; write n bytes from s to arg.
nobu
2002-10-17
1
-30
/
+75
*
* dir.c (glob_helper): must not closedir() when exception raised
nobu
2002-09-25
1
-1
/
+0
*
* eval.c (rb_mod_nesting): load wrapping module should appear in
matz
2002-09-17
1
-7
/
+7
*
* gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent
matz
2002-09-06
1
-1
/
+1
*
* variable.c (rb_path2class): should not use rb_eval_string().
matz
2002-09-05
1
-40
/
+78
*
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
matz
2002-09-04
1
-48
/
+27
*
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-29
1
-8
/
+17
*
* marshal.c (r_object): yield loaded objects, not intermediates.
nobu
2002-08-28
1
-8
/
+16
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-31
/
+35
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-3
/
+3
[next]