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
/
eval.c
Age
Commit message (
Expand
)
Author
2003-03-26
* eval.c (avalue_splat): new function to do unary * (splat)
matz
2003-03-25
* eval.c (rb_yield_0): call avalue_to_mrhs() to assign block
matz
2003-03-25
* io.c (rb_io_initialize): should check rb_secure(4).
matz
2003-03-24
security enhancement of dl library (need test).
matz
2003-03-21
* regex.c (re_compile_pattern): give warning for unescaped square
matz
2003-03-21
* eval.c (bmcall): missing type.
nobu
2003-03-20
* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)
matz
2003-03-20
* eval.c (bmcall): add volatile to avoid GC problem.
akr
2003-03-10
* eval.c (massign): remove unnecessary array unpacking; it should
matz
2003-03-10
* file.c (rb_find_file): need world writable directory check for
matz
2003-03-08
* eval.c (massign): fix a bug not to expand in assigment to sole
nobu
2003-03-07
* parse.y (dsym): :"symbol string" style should not contain `\0'.
matz
2003-02-27
* string.c (str_new): need no MEMZERO().
matz
2003-02-21
* eval.c (rb_f_require): do not need to abort if a DLEXT file
eban
2003-02-21
* eval.c (rb_thread_remove): back outt changes.
matz
2003-02-20
* eval.c (rb_thread_remove): thread may die in the process of
matz
2003-02-20
*** empty log message ***
nobu
2003-02-20
* parse.y (clhs): allow "Foo::Bar = x".
matz
2003-02-19
* eval.c (rb_thread_restore_context): inhibit interrupts in
nobu
2003-02-19
* node.h (nd_cpath): nested class/module declaration.
nobu
2003-02-18
* eval.c (rb_call0): should not report uninitialized warning by
matz
2003-02-13
*** empty log message ***
nobu
2003-02-13
* range.c (range_step): step might be float 0 < x < 1.
matz
2003-02-12
* eval.c (rb_thread_schedule): current thread may be dead when
nobu
2003-02-10
* array.c (rb_ary_to_a): return value should be an Array if the
matz
2003-02-07
* eval.c (proc_invoke): should propagate self to super
nobu
2003-02-03
* re.c (rb_memsearch): algolithm body of String#index.
matz
2003-01-31
* variable.c (rb_obj_classname): new function.
matz
2003-01-23
* eval.c (rb_eval): do not warn discarding already undefined
matz
2003-01-21
Exchange do { } while (0) for ((void)0)
michal
2003-01-20
* eval.c (rb_f_require): purge too many goto's.
nobu
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
Updated Copyrights of Matz to 2003.
michal
2003-01-15
* enum.c (enum_all): now works without block.
matz
2003-01-14
* eval.c (rb_f_require): do not search adding .rb/.so suffixes if
nobu
2003-01-14
* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.
matz
2003-01-09
* eval.c (rb_eval): should not discard nested NODE_BLOCK.
matz
2003-01-09
* parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.
matz
2003-01-08
* eval.c: remove ruby_last_node and assignments seems to be
matz
2003-01-08
* range.c (range_each): treat fixnums specially to boost.
matz
2003-01-07
* eval.c (svalue_to_avalue): should return converted array.
matz
2003-01-07
* hash.c (env_clear): new Hash compatible method.
matz
2003-01-06
* eval.c (rb_f_local_variables): skip $_, $~ and flip states in
nobu
2003-01-06
* st.h, st.c: Introduce new conventional typedef's, st_data_t,
knu
2003-01-04
* defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an
knu
2003-01-02
* eval.c (bmcall): arguments should be an array.
nobu
2003-01-01
* eval.c (massign): removed awkward conversion between yvalue,
matz
2002-12-29
* gc.c (gc_sweep): adjust GC trigger.
nobu
2002-12-24
021224
matz
2002-12-24
* class.c (ins_methods_i): should not show ID_ALLOCATOR.
matz
[next]