summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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 newocean
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 onnobu
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
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): justnobu
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 whenmatz
2005-07-27* gc.c (obj_free): make message formant consistent with one frommatz
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-06-19* gc.c (define_final): document fix: finalizers never get callednobu
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 duringnobu
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() bymatz
2005-02-17remove GNU regex APIkosako
2005-01-07* gc.c (mark_locations_array): avoid core dump with -O3.akr
2004-12-20gcc 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 avoidmatz
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. usematz
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 addressnobu
2004-06-29* eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu
2004-06-25bring back _stklen for DJGPP [ruby-core:3084]michal
2004-06-23Fix indentation in time.cmichal
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 avoidmatz
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 ifmatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-02-25* gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu
2004-01-22* parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2003-12-22Add RDoc commentsdave