index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge revision(s) 17396:
shyouhei
2008-07-03
1
-11
/
+11
*
Merge changes from ruby_1_8 to reduce warnings and potentially improve
knu
2008-06-06
1
-5
/
+5
*
Merge from ruby_1_8.
knu
2008-05-31
1
-3
/
+3
*
Merge from ruby_1_8.
knu
2008-05-28
1
-13
/
+14
*
Merge from ruby_1_8.
knu
2008-05-26
1
-2
/
+2
*
Merge from ruby_1_8.
knu
2008-05-25
1
-2
/
+2
*
Merge from ruby_1_8.
knu
2008-05-24
1
-4
/
+33
*
* marshal.c (w_object): add volatile to avoid potential GC bug. a
matz
2008-04-10
1
-1
/
+1
*
* marshal.c (r_bytes0): refined length check. [ruby-dev:32059]
nobu
2007-10-15
1
-1
/
+1
*
* marshal.c (r_bytes0): commit miss.
nobu
2007-10-15
1
-1
/
+1
*
* marshal.c (r_bytes0): check if source has enough data.
nobu
2007-10-15
1
-2
/
+2
*
* struct.c (rb_struct_s_members): should raise TypeError instead
matz
2007-09-08
1
-3
/
+0
*
* marshal.c (w_extended): erroneous check condition when dump
matz
2007-03-20
1
-3
/
+3
*
* marshal.c (r_object0): fix a GC problem for reading a bignum on
akr
2005-12-14
1
-1
/
+1
*
* exception error messages updated. [ruby-core:04497]
matz
2005-02-28
1
-2
/
+2
*
* marshal.c (r_object0): check inheritance by the internal function.
nobu
2004-10-18
1
-1
/
+1
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-28
/
+29
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-2
/
+2
*
* marshal.c (w_class): should not dump singleton class.
matz
2004-05-27
1
-12
/
+22
*
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
[next]