index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* io.c (read_all): should return given string even if data read is
matz
2003-12-10
1
-2
/
+0
*
* gc.c (gc_mark): explicitly check mark recursion levels, instead
matz
2003-11-28
1
-40
/
+69
*
* eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a
knu
2003-11-27
1
-0
/
+8
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
1
-0
/
+3
*
* configure.in: always check existence of the pthread library
nagai
2003-11-20
1
-0
/
+5
*
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
matz
2003-10-20
1
-3
/
+5
*
* parse.y (stmt): rhs of multiple assignment should not be
matz
2003-10-06
1
-0
/
+1
*
* gc.c (Init_stack): the type of space is changed to unsigned int
eban
2003-10-04
1
-1
/
+1
*
* gc.c (heaps): manage slots and limits together. [ruby-dev:21453]
nobu
2003-10-01
1
-26
/
+32
*
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-22
1
-2
/
+2
*
* gc.c (id2ref): recycle check should be done by klass == 0.
matz
2003-08-14
1
-1
/
+1
*
* gc.c (rb_data_object_alloc): check type of 1st argument.
usa
2003-08-14
1
-0
/
+1
*
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
matz
2003-08-06
1
-2
/
+0
*
* gc.c: FreeBSD/ia64's mcontext_t is a bit different from that of
knu
2003-08-06
1
-0
/
+4
*
* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
matz
2003-08-02
1
-0
/
+1
*
* gc.c (rb_gc_mark_locations): no need to swap arguments.
nobu
2003-08-01
1
-11
/
+6
*
* gc.c (rb_gc): typo.
matz
2003-08-01
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare
matz
2003-08-01
1
-3
/
+22
*
* gc.c (Init_stack): wrong magic number.
matz
2003-07-31
1
-1
/
+1
*
* gc.c (Init_stack): IA64 requires STACK_LEVEL_MAX to be less than
matz
2003-07-31
1
-0
/
+8
*
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-25
1
-2
/
+2
*
* gcc -Wall clean-up.
matz
2003-07-24
1
-9
/
+0
*
* gc.c (run_final): backout unnecessary modifies.
matz
2003-07-24
1
-10
/
+3
*
* eval.c (thgroup_add): no warning for terminated threads.
matz
2003-07-24
1
-3
/
+9
*
* eval.c (rb_clear_cache_by_class): check both klass and origin.
matz
2003-07-17
1
-1
/
+0
*
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-17
1
-0
/
+1
*
* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.
matz
2003-07-07
1
-0
/
+1
*
* configure.in (rb_cv_stack_grow_dir): check stack growing direction.
nobu
2003-06-28
1
-24
/
+37
*
* eval.c (proc_alloc): re-unification of Block and Proc. Block
matz
2003-06-16
1
-1
/
+1
*
* parse.y (value_expr0): class and module statements should not be
matz
2003-06-07
1
-4
/
+4
*
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-06-06
1
-20
/
+20
*
* gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.
matz
2003-05-22
1
-3
/
+4
*
* error.c (syserr_initialize): prohibit specifying errno for
matz
2003-05-21
1
-0
/
+2
*
* gc.c (rb_gc): check odd alignment stack on m68k machines.
matz
2003-05-08
1
-1
/
+1
*
* gc.c: STACK_LEVEL_MAX=65535 on mswince.
uema2
2003-04-25
1
-1
/
+1
*
* gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C
matz
2003-04-21
1
-1
/
+1
*
* gc.c (rb_gc_mark_children): introduce this function again; this
matz
2003-04-09
1
-25
/
+35
*
* bignum.c (BIGZEROP): macro to determine if x is a bignum zero.
matz
2003-04-09
1
-17
/
+27
*
* eval.c (avalue_splat): new function to do unary * (splat)
matz
2003-03-26
1
-0
/
+3
*
* gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.
nobu
2003-03-23
1
-1
/
+6
*
* string.c (str_new): need no MEMZERO().
matz
2003-02-27
1
-2
/
+25
*
* gc.c (rb_gc_mark): inline rb_gc_mark_children().
matz
2003-02-21
1
-50
/
+41
*
* parse.y (clhs): allow "Foo::Bar = x".
matz
2003-02-20
1
-1
/
+1
*
* node.h (nd_cpath): nested class/module declaration.
nobu
2003-02-19
1
-2
/
+2
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-2
/
+2
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-1
/
+1
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* st.h, st.c: Introduce new conventional typedef's, st_data_t,
knu
2003-01-06
1
-3
/
+3
*
* defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an
knu
2003-01-04
1
-1
/
+1
*
* gc.c (rb_gc_mark_frame): should mark frame->node.
matz
2002-12-31
1
-0
/
+1
[next]