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
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
2002-08-29
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-28
* marshal.c (r_object): yield loaded objects, not intermediates.
nobu
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-21
*.c: Int vs Long cleanup
michal
2002-08-16
* io.c (rb_io_fread): renamed from io_fread and made extern.
nobu
2002-08-11
* eval.c (rb_eval): set line number from all nodes.
nobu
2002-05-14
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-04-24
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-18
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-10
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-03-11
* marshal.c (w_object): module inclusion using extend() should
matz
2002-02-28
* eval.c (rb_mod_include): load modules in argument order.
matz
2002-02-27
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.
matz
2002-02-26
* eval.c (rb_eval): call trace_func for if/while conditions.
matz
2002-02-19
* file.c (path_check_1): should check directory sticky bits.
matz
2002-01-23
* array.c (Init_Array): remove Array#filter.
matz
2001-11-27
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-19
* parse.y (parse_regx): should raise error on untermitated
matz
2001-10-22
* class.c (rb_mod_clone): should not copy class name, since clone
matz
2001-10-19
* marshal.c (w_uclass): cloned class is not user
nobu
2001-10-05
* marshal.c (w_unique): should not dump anonymous class.
matz
2001-10-03
* marshal.c (r_object): better allocation type check for
matz
2001-10-01
* marshal.c (r_object): TYPE_UCLASS check should be inversed.
nobu
2001-08-29
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-23
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-20
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-13
* bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.
knu
2001-07-31
* marshal.c (Init_marshal): fix typos.
usa
2001-07-31
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-03
credit rb_name_error() fix to Nobuyoshi Nakada.
matz
2001-06-05
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-05-30
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-11
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-03-26
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-22
* ruby.h: better inline function support.
matz
2001-03-21
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-13
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-08
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
matz
2000-12-26
matz
matz
2000-12-05
matz
matz
2000-11-21
001121
matz
2000-11-20
matz
matz
[next]