index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
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
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 of
matz
2004-01-21
* parse.y (newline_node): do not use NODE_NEWLINE node anymore,
matz
2003-12-22
Add RDoc comments
dave
2003-12-20
dln.c: remove last second typo.
matz
2003-12-13
* eval.c (thread_timer): use timer by sub-thread and nanosleep.
matz
2003-12-10
* io.c (read_all): should return given string even if data read is
matz
2003-11-28
* gc.c (gc_mark): explicitly check mark recursion levels, instead
matz
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
* configure.in: always check existence of the pthread library
nagai
2003-10-20
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
matz
2003-10-06
* parse.y (stmt): rhs of multiple assignment should not be
matz
2003-10-04
* gc.c (Init_stack): the type of space is changed to unsigned int
eban
2003-10-01
* gc.c (heaps): manage slots and limits together. [ruby-dev:21453]
nobu
2003-08-22
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-14
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
* gc.c (rb_data_object_alloc): check type of 1st argument.
usa
2003-08-06
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
matz
2003-08-06
* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
knu
2003-08-02
* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
matz
2003-08-01
* gc.c (rb_gc_mark_locations): no need to swap arguments.
nobu
2003-08-01
* gc.c (rb_gc): typo.
matz
2003-08-01
* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare
matz
2003-07-31
* gc.c (Init_stack): wrong magic number.
matz
2003-07-31
* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less than
matz
2003-07-25
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-24
* gcc -Wall clean-up.
matz
2003-07-24
* gc.c (run_final): backout unnecessary modifies.
matz
2003-07-24
* eval.c (thgroup_add): no warning for terminated threads.
matz
2003-07-17
* eval.c (rb_clear_cache_by_class): check both klass and origin.
matz
2003-07-17
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-07
* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.
matz
[next]