Age | Commit message (Expand) | Author |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-29 | Add RDoc for Kernel global functions, tidy array and error | dave |
2003-12-28 | RDoc Proc, Method, UnboundMethod | dave |
2003-12-28 | Thread/ThradGroup RDoc | dave |
2003-12-26 | * configure.in: check if getcontext and setcontext are available. | nobu |
2003-12-25 | * string.c (rb_str_update): call rb_str_modify(). | matz |
2003-12-24 | * configure.in: check for nanosleep, -lrt if required. | matz |
2003-12-24 | * eval.c (catch_timer): do not call rb_thread_schedule() inside to | matz |
2003-12-23 | * io.c (read_all): do not return nil at the end of file. | matz |
2003-12-22 | * eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead of | matz |
2003-12-21 | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-20 | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz |
2003-12-19 | Add boot_classes to rdoc parsing, fix a couple of bugs | dave |
2003-12-18 | * eval.c (stack_extend): ignore inline optimization on VC7. | usa |
2003-12-17 | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz |
2003-12-15 | * eval.c (catch_timer): check rb_thread_crtical in main native | nobu |
2003-12-13 | * eval.c (thread_timer): use timer by sub-thread and nanosleep. | matz |
2003-12-13 | * eval.c (proc_alloc): cache the created object at first time. | nobu |
2003-12-13 | * configure.in: check ucontext.h. | nobu |
2003-12-11 | * eval.c (proc_invoke): fix class name in warning message for | nobu |
2003-12-05 | * eval.c (rb_exec_end_proc): maintain tmp_end_procs. | matz |
2003-12-05 | * eval.c (rb_exec_end_proc): should not clear end_procs and | matz |
2003-12-04 | * dln.c (aix_loaderror): should not use member named 'errno' which | matz |
2003-11-27 | * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504] | nobu |
2003-11-27 | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but | nobu |
2003-11-27 | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu |
2003-11-27 | * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a | knu |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-11-20 | * check existence of "pthread.h" | nagai |
2003-11-20 | * ruby.h: define is_ruby_native_thread() for no native thread environment | nagai |
2003-11-20 | * configure.in: always check existence of the pthread library | nagai |
2003-11-16 | * eval.c (rb_eval): iterator should return value from next inside | nobu |
2003-11-16 | * eval.c (eval): prepend error position in evaluating string to | matz |
2003-11-15 | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz |
2003-11-14 | * eval.c (rb_method_node): new API to retrieve method body. | matz |
2003-11-06 | * eval.c (rb_load): save and restore rb_prohibit_interrupt. | matz |
2003-11-06 | * eval.c (rb_load): allow interrupt during loaded program | matz |
2003-11-05 | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-10-30 | 031031 | matz |
2003-10-30 | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz |
2003-10-30 | * parse.y (logop): left may be NULL. [ruby-talk:84539] | matz |
2003-10-29 | * eval.c (proc_invoke): single array value to normal Proc#call | matz |
2003-10-29 | * eval.c (rb_longjmp): must not disturb original jump. | matz |
2003-10-29 | * eval.c (Init_Proc): taint preallocated exception object | matz |
2003-10-27 | * eval.c (rb_longjmp): ignore reentering error while warning. | nobu |
2003-10-25 | * eval.c (rb_method_missing): protect exception from within | matz |
2003-10-23 | * eval.c (ruby_cleanup): initialize stack bottom for embedding. | nobu |