Age | Commit message (Expand) | Author |
2005-12-15 | * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain at | matz |
2005-12-12 | indent "if" body. | akr |
2005-12-12 | precedes registering global VALUE variables before initializing it. | akr |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-12-06 | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz |
2005-10-25 | * gc.c (garbage_collect): sorry, previous commit was incorrect. | ocean |
2005-10-25 | * gc.c (garbage_collect): return now whether there're rooms for new | ocean |
2005-10-18 | * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c: | nobu |
2005-10-08 | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu |
2005-10-05 | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz |
2005-09-17 | * gc.c (garbage_collect): return false if no GC run. | nobu |
2005-09-16 | * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): just | nobu |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-08-12 | * parse.y (f_larglist): allow optional arguments even when | matz |
2005-07-27 | * gc.c (obj_free): make message formant consistent with one from | matz |
2005-07-27 | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz |
2005-06-19 | * gc.c (define_final): document fix: finalizers never get called | nobu |
2005-06-19 | * gc.c (run_final): commit miss to add new variable. | nobu |
2005-06-19 | * gc.c (run_final): reduce unnecessary object allocation during | nobu |
2005-06-09 | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr |
2005-06-09 | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr |
2005-04-30 | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-02-17 | remove GNU regex API | kosako |
2005-01-07 | * gc.c (mark_locations_array): avoid core dump with -O3. | akr |
2004-12-20 | gcc noinline attribute is available since gcc-3.1. | akr |
2004-12-13 | * gc.c (set_stack_end): new function to obtain stack end address. | akr |
2004-11-10 | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz |
2004-11-04 | * gc.c (gc_mark): enable GC stack checking. | matz |
2004-10-30 | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz |
2004-10-27 | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz |
2004-10-06 | * io.c (rb_io_mode_flags): preserve append mode flag. | matz |
2004-10-01 | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz |
2004-09-27 | * eval.c (rb_call0): invoke finalizers periodically. | nobu |
2004-09-24 | * parse.y (rb_parser_append_print): should handle prelude. | matz |
2004-09-21 | * enum.c (enum_sort_by): do not use qsort directly. use | matz |
2004-07-28 | * env.h: remove argv from ruby_frame. | matz |
2004-07-23 | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz |
2004-07-08 | * configure.in (rb_cv_stack_end_address): detect stack end address | nobu |
2004-06-29 | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu |
2004-06-25 | bring back _stklen for DJGPP [ruby-core:3084] | michal |
2004-06-23 | Fix indentation in time.c | michal |
2004-06-16 | * gc.c (stack_grow_direction): memoize the direction. | nobu |
2004-05-07 | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz |
2004-04-12 | * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774] | nobu |
2004-04-07 | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-03-10 | * struct.c (rb_struct_s_def): Struct::new executes block with | matz |