summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-26* error.c (exit_initialize): add SystemExit#initialize to setnobu
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-09-14* error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-15* eval.c (ruby_current_node) : added to set sourceline on demand.nobu
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-09-03* error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu
2001-07-03* error.c (rb_name_error): raise NameError instead of LoadError.shugo
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-19* string.c (rb_str_substr): "a"[1,2] should return ""; needmatz
2001-02-19* eval.c (secure_visibility): visibility check for untainted modules.matz
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-09* error.c: typomatz
2001-01-09* enum.c (enum_inject): new method.matz
2000-11-14matzmatz
2000-11-10matzmatz
2000-11-08matzmatz
2000-08-24matzmatz
2000-07-10matzmatz
2000-06-222000-06-22matz
2000-05-012000-05-01matz
2000-04-102000-04-10matz
2000-03-072000-03-07matz
2000-02-012000-02-01matz
2000-01-0520000105matz
1999-12-1419991214matz
1999-12-0119991201matz