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
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* signal.c (Init_signal): revert C++ style comment.
matz
2005-12-15
1
-2
/
+2
*
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-12
1
-2
/
+2
*
* signal.c (sigexit): call rb_thread_signal_exit() instead of
matz
2005-06-12
1
-1
/
+2
*
* exception error messages updated. [ruby-core:04497]
matz
2005-02-28
1
-1
/
+1
*
* eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.
nobu
2004-06-29
1
-12
/
+16
*
* eval.c (rb_yield_0): should not re-submit TAG_BREAK if this
matz
2004-03-15
1
-1
/
+1
*
Finish documenting internal stuff. See Changelog for other details
dave
2004-01-02
1
-0
/
+24
*
RDoc comments added by Elliott Hughes
dave
2003-12-27
1
-0
/
+74
*
* configure.in (ac_cv_func_setitimer): moved from defines.h
nobu
2003-12-22
1
-1
/
+1
*
configure.in, eval.c, signal.c: : add '--with-pthread-ext' option
nagai
2003-11-05
1
-0
/
+50
*
* signal.c (ruby_signal_name): adjust to the prototype.
nobu
2003-10-01
1
-1
/
+1
*
* eval.c (rb_thread_atfork): wrong format specifier.
matz
2003-09-29
1
-0
/
+7
*
* eval.c (proc_alloc): re-unification of Block and Proc. Block
matz
2003-06-16
1
-1
/
+1
*
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-06-06
1
-1
/
+1
*
* array.c (get_inspect_tbl): check whether inspect_tbl value is a
matz
2003-05-19
1
-1
/
+1
*
* signal.c (trap): return "DEFAULT" and "IGNORE" respectively for
matz
2003-03-25
1
-6
/
+10
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-1
/
+1
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-19
1
-1
/
+1
*
* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,
uema2
2002-12-15
1
-6
/
+6
*
WinCE patch merged
matz
2002-12-02
1
-6
/
+6
*
variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)
michal
2002-08-28
1
-2
/
+0
*
* io.c (NOFILE): define NOFILE as 64 if not defined.
eban
2002-08-16
1
-0
/
+4
*
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
H_Konishi
2002-05-29
1
-1
/
+1
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-1
/
+1
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-46
/
+46
*
* marshal.c (w_object): module inclusion using extend() should
matz
2002-03-11
1
-16
/
+23
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-1
/
+1
*
* signal.c (ruby_signal): must define sighandler_t unless
nobu
2002-01-21
1
-1
/
+1
*
* eval.c (ruby_stop): should not trace error handler.
matz
2002-01-21
1
-22
/
+45
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-1
/
+6
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-2
/
+2
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-2
/
+5
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-2
/
+19
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-1
/
+1
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-0
/
+3
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-1
/
+1
*
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
1
-1
/
+1
*
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-21
1
-1
/
+1
*
* configure.in: add check for negative time_t for gmtime(3).
matz
2001-02-20
1
-1
/
+1
*
* eval.c (secure_visibility): visibility check for untainted modules.
matz
2001-02-19
1
-2
/
+12
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-1
/
+1
*
matz
matz
2000-11-27
1
-1
/
+4
*
matz
matz
2000-11-14
1
-14
/
+11
*
matz
matz
2000-09-27
1
-0
/
+9
*
000919
matz
2000-09-19
1
-1
/
+1
*
matz
matz
2000-08-07
1
-3
/
+8
*
support mingw32.
eban
2000-05-13
1
-3
/
+3
*
2000-05-09
matz
2000-05-09
1
-3
/
+3
*
2000-05-01
matz
2000-05-01
1
-0
/
+4
[next]