aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (garbage_collect): return false if no GC run.nobu2005-09-171-1/+1
* * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): justnobu2005-09-161-9/+15
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-2/+2
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-5/+5
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-122/+64
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-121-1/+1
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-3/+3
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-7/+15
* * gc.c (define_final): document fix: finalizers never get callednobu2005-06-191-37/+37
* * gc.c (run_final): commit miss to add new variable.nobu2005-06-191-1/+1
* * gc.c (run_final): reduce unnecessary object allocation duringnobu2005-06-191-2/+7
* * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc.akr2005-06-091-8/+0
* * configure.in, eval.c, gc.c: use libunwind only on HP-UX.akr2005-06-091-3/+3
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-301-6/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* remove GNU regex APIkosako2005-02-171-3/+2
* * gc.c (mark_locations_array): avoid core dump with -O3.akr2005-01-071-2/+4
* gcc noinline attribute is available since gcc-3.1.akr2004-12-201-0/+2
* * gc.c (set_stack_end): new function to obtain stack end address.akr2004-12-131-10/+11
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-1/+1
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-3/+3
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-3/+3
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-1/+10
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-3/+1
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-7/+7
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-42/+65
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-15/+1
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-4/+17
* * env.h: remove argv from ruby_frame.matz2004-07-281-3/+2
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-231-6/+4
* * configure.in (rb_cv_stack_end_address): detect stack end addressnobu2004-07-081-3/+14
* * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level.nobu2004-06-291-3/+10
* bring back _stklen for DJGPP [ruby-core:3084]michal2004-06-251-0/+5
* Fix indentation in time.cmichal2004-06-231-7/+3
* * gc.c (stack_grow_direction): memoize the direction.nobu2004-06-161-4/+7
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-071-3/+1
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-121-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+1
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-5/+7
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-3/+3
* * gc.c (obj_free), io.c (rb_io_fptr_finalize), rubyio.h (OpenFile):nobu2004-02-251-1/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-0/+1
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-2/+1
* Add RDoc commentsdave2003-12-221-0/+150
* dln.c: remove last second typo.matz2003-12-201-0/+10
* * eval.c (thread_timer): use timer by sub-thread and nanosleep.matz2003-12-131-5/+2
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-2/+0
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-40/+69
* * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu2003-11-271-0/+8
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+3