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
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-7
/
+5
*
* eval.c (catch_timer): check rb_thread_crtical in main native
nobu
2003-12-15
1
-33
/
+17
*
* eval.c (thread_timer): use timer by sub-thread and nanosleep.
matz
2003-12-13
1
-15
/
+67
*
* eval.c (proc_alloc): cache the created object at first time.
nobu
2003-12-13
1
-0
/
+1
*
* configure.in: check ucontext.h.
nobu
2003-12-13
1
-22
/
+35
*
* eval.c (proc_invoke): fix class name in warning message for
nobu
2003-12-11
1
-1
/
+3
*
* eval.c (rb_exec_end_proc): maintain tmp_end_procs.
matz
2003-12-05
1
-3
/
+2
*
* eval.c (rb_exec_end_proc): should not clear end_procs and
matz
2003-12-05
1
-8
/
+15
*
* dln.c (aix_loaderror): should not use member named 'errno' which
matz
2003-12-04
1
-4
/
+4
*
* eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]
nobu
2003-11-27
1
-1
/
+1
*
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but
nobu
2003-11-27
1
-2
/
+2
*
* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as
nobu
2003-11-27
1
-3
/
+13
*
* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a
knu
2003-11-27
1
-0
/
+8
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-3
/
+7
*
* check existence of "pthread.h"
nagai
2003-11-20
1
-6
/
+1
*
* ruby.h: define is_ruby_native_thread() for no native thread environment
nagai
2003-11-20
1
-1
/
+6
*
* configure.in: always check existence of the pthread library
nagai
2003-11-20
1
-42
/
+16
*
* eval.c (rb_eval): iterator should return value from next inside
nobu
2003-11-16
1
-1
/
+8
*
* eval.c (eval): prepend error position in evaluating string to
matz
2003-11-16
1
-4
/
+6
*
* eval.c (eval): do not re-raise exception to avoid unnecessary
matz
2003-11-15
1
-50
/
+68
*
* eval.c (rb_method_node): new API to retrieve method body.
matz
2003-11-14
1
-0
/
+10
*
* eval.c (rb_load): save and restore rb_prohibit_interrupt.
matz
2003-11-06
1
-0
/
+2
*
* eval.c (rb_load): allow interrupt during loaded program
matz
2003-11-06
1
-18
/
+1
*
configure.in, eval.c, signal.c: : add '--with-pthread-ext' option
nagai
2003-11-05
1
-0
/
+42
*
* io.c (read_all): fptr->f may be NULL, if IO is closed in the
matz
2003-11-04
1
-1
/
+0
*
031031
matz
2003-10-30
1
-0
/
+1
*
* io.c (READ_DATA_BUFFERED): new macro to detect whether stdio
matz
2003-10-30
1
-0
/
+36
*
* parse.y (logop): left may be NULL. [ruby-talk:84539]
matz
2003-10-30
1
-41
/
+3
*
* eval.c (proc_invoke): single array value to normal Proc#call
matz
2003-10-29
1
-2
/
+6
*
* eval.c (rb_longjmp): must not disturb original jump.
matz
2003-10-29
1
-1
/
+1
*
* eval.c (Init_Proc): taint preallocated exception object
matz
2003-10-29
1
-0
/
+1
*
* eval.c (rb_longjmp): ignore reentering error while warning.
nobu
2003-10-27
1
-1
/
+4
*
* eval.c (rb_method_missing): protect exception from within
matz
2003-10-25
1
-5
/
+8
*
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-23
1
-1
/
+2
*
typo in comment.
nobu
2003-10-23
1
-1
/
+1
*
* eval.c (ruby_cleanup): should not ignore exit_value in END
matz
2003-10-21
1
-2
/
+1
*
* eval.c (ruby_cleanup): call finalizers and exit procs before
matz
2003-10-21
1
-11
/
+22
*
* eval.c (rb_eval): set current node after arguments evaluation.
nobu
2003-10-20
1
-5
/
+9
*
* eval.c (rb_thread_cleanup): keep thread group for main thread.
nobu
2003-10-20
1
-2
/
+2
*
* eval.c (rb_catch): backout.
nobu
2003-10-20
1
-13
/
+1
*
* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()
matz
2003-10-20
1
-12
/
+14
*
* eval.c (ruby_run): just return FAILURE instead of parse error
nobu
2003-10-15
1
-1
/
+1
*
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-15
1
-1
/
+1
*
* eval.c (ruby_finalize_0): return the given exit status unless
nobu
2003-10-14
1
-3
/
+3
*
commit miss.
nobu
2003-10-13
1
-2
/
+1
*
* eval.c (rb_require_safe): segfault after loading .so.
nobu
2003-10-13
1
-5
/
+4
*
* eval.c (rb_feature_p): match by classified suffix.
nobu
2003-10-13
1
-148
/
+164
*
* string.c (str_new4): should not preserve FL_TAINT status in the
matz
2003-10-13
1
-23
/
+27
*
* eval.c (is_defined): inheritance line adjustment as like as
nobu
2003-10-09
1
-34
/
+46
*
* eval.c (rb_thread_start_0): prevent thread from GC.
nobu
2003-10-09
1
-1
/
+2
[prev]
[next]