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
...
*
* 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
*
* io.c (rb_io_fread): renamed from io_fread and made extern.
nobu
2002-08-16
1
-2
/
+5
*
* eval.c (rb_eval): set line number from all nodes.
nobu
2002-08-11
1
-3
/
+1
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-5
/
+1
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-0
/
+57
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-1
/
+1
*
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
1
-8
/
+0
*
* marshal.c (w_object): module inclusion using extend() should
matz
2002-03-11
1
-1
/
+2
*
* eval.c (rb_mod_include): load modules in argument order.
matz
2002-02-28
1
-0
/
+1
*
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.
matz
2002-02-27
1
-6
/
+6
*
* eval.c (rb_eval): call trace_func for if/while conditions.
matz
2002-02-26
1
-37
/
+43
*
* file.c (path_check_1): should check directory sticky bits.
matz
2002-02-19
1
-7
/
+4
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-1
/
+1
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-0
/
+4
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-3
/
+29
*
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-10-22
1
-10
/
+7
*
* marshal.c (w_uclass): cloned class is not user
nobu
2001-10-19
1
-2
/
+2
*
* marshal.c (w_unique): should not dump anonymous class.
matz
2001-10-05
1
-0
/
+3
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-0
/
+12
*
* marshal.c (r_object): TYPE_UCLASS check should be inversed.
nobu
2001-10-01
1
-1
/
+1
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
1
-20
/
+23
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-1
/
+1
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
1
-4
/
+3
*
* bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.
knu
2001-08-13
1
-1
/
+1
*
* marshal.c (Init_marshal): fix typos.
usa
2001-07-31
1
-2
/
+2
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
1
-1
/
+4
*
credit rb_name_error() fix to Nobuyoshi Nakada.
matz
2001-07-03
1
-0
/
+20
*
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-05
1
-2
/
+10
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-2
/
+2
*
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-11
1
-1
/
+5
[prev]
[next]