aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * error.c (exit_initialize): add SystemExit#initialize to setnobu2002-11-261-1/+19
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-3/+2
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-150/+24
* * error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi2002-09-141-3/+0
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-0/+7
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-2/+2
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * eval.c (ruby_current_node) : added to set sourceline on demand.nobu2002-08-151-0/+1
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+3
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-24/+24
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-0/+1
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-011-1/+1
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+1
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-4/+4
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-2/+2
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-0/+9
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-0/+4
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-1/+1
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-2/+2
* * marshal.c (r_object): better allocation type check formatz2001-10-031-4/+1
* * error.c: unbreak the build on *BSD with gcc 3.0.1 by removingknu2001-09-031-1/+1
* * error.c (rb_name_error): raise NameError instead of LoadError.shugo2001-07-031-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-6/+41
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-4/+4
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-5/+5
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-10/+33
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-0/+26
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-0/+9
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * error.c: typomatz2001-01-091-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-2/+7
* matzmatz2000-11-141-1/+3
* matzmatz2000-11-101-4/+7
* matzmatz2000-11-081-3/+16
* matzmatz2000-08-241-2/+2
* matzmatz2000-07-101-0/+1
* 2000-06-22matz2000-06-221-1/+3
* 2000-05-01matz2000-05-011-2/+10
* 2000-04-10matz2000-04-101-5/+7
* 2000-03-07matz2000-03-071-18/+6
* 2000-02-01matz2000-02-011-7/+18
* 20000105matz2000-01-051-2/+2
* 19991214matz1999-12-141-0/+3
* 19991201matz1999-12-011-0/+1