aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-46/+46
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-16/+23
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-1/+1
* * signal.c (ruby_signal): must define sighandler_t unlessnobu2002-01-211-1/+1
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-22/+45
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-1/+6
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-2/+5
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-2/+19
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-1/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+3
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-1/+1
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-1/+1
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-1/+1
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-2/+12
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-11-271-1/+4
* matzmatz2000-11-141-14/+11
* matzmatz2000-09-271-0/+9
* 000919matz2000-09-191-1/+1
* matzmatz2000-08-071-3/+8
* support mingw32.eban2000-05-131-3/+3
* 2000-05-09matz2000-05-091-3/+3
* 2000-05-01matz2000-05-011-0/+4
* 2000-04-10matz2000-04-101-5/+15
* 2000-03-13matz2000-03-131-5/+5
* 2000-03-07matz2000-03-071-14/+5
* 20000105matz2000-01-051-2/+2
* *** empty log message ***matz1999-10-131-1/+1
* 19991012matz1999-10-121-10/+16
* 1.4.0matz1999-08-131-31/+100
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-52/+89
* Initial revisionv1_0_r2matz1998-01-161-0/+534