| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -7/+2 |
* | * indent and tabify | nobu | 2004-10-18 | 1 | -31/+31 |
* | eval.c (Init_stack): make prototype declaration consistent with the definitio... | akr | 2004-10-15 | 1 | -1/+1 |
* | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz | 2004-10-06 | 1 | -1/+1 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -3/+12 |
* | * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103] | eban | 2004-09-13 | 1 | -24/+25 |
* | * eval.c (cvar_cbase): singletons should refer outer cvar scope. | matz | 2004-09-06 | 1 | -2/+2 |
* | * eval.c (cvar_cbase): class variables cause SEGV in | matz | 2004-09-03 | 1 | -0/+3 |
* | * struct.c (make_struct): remove redefining constant when | matz | 2004-09-03 | 1 | -32/+2 |
* | * eval.c (rb_obj_instance_eval): backported from HEAD. | eban | 2004-09-02 | 1 | -1/+7 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -5/+6 |
* | *** empty log message *** | dave | 2004-08-25 | 1 | -1/+1 |
* | * eval.c (rb_obj_instance_eval): evaluates under special singleton | nobu | 2004-08-18 | 1 | -8/+1 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -1/+0 |
* | * eval.c: backout argv copy on write changes. | matz | 2004-07-28 | 1 | -4/+4 |
* | * eval.c (rb_eval): copy on write for argument local variable | matz | 2004-07-27 | 1 | -4/+4 |
* | * lib/cgi/session.rb (CGI::Session::FileStore#update): sets the | matz | 2004-07-23 | 1 | -0/+3 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do not | matz | 2004-07-22 | 1 | -0/+3 |
* | * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. | matz | 2004-07-17 | 1 | -0/+1 |
* | * eval.c (return_jump, break_jump): raise unexpceted local jump | nobu | 2004-07-16 | 1 | -2/+2 |
* | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean | 2004-07-15 | 1 | -1/+1 |
* | * eval.c (rb_thread_raise): accept third argument as well as | nobu | 2004-07-09 | 1 | -11/+26 |
* | * eval.c (rb_thread_yield, rb_f_catch): 4th argument to rb_yield_0() | nobu | 2004-07-05 | 1 | -2/+2 |
* | * eval.c (rb_eval_cmd, rb_thread_trap_eval): restore safe level. | nobu | 2004-06-29 | 1 | -13/+22 |
* | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz | 2004-06-24 | 1 | -1/+0 |
* | * eval.c (method_call): allow changing $SAFE. [ruby-dev:23713] | nobu | 2004-06-19 | 1 | -4/+5 |
* | * eval.c (eval): adjust indent. | nobu | 2004-06-18 | 1 | -5/+5 |
* | * eval.c (proc_save_safe_level, rb_set_safe_level, safe_setter): limit | nobu | 2004-06-18 | 1 | -1/+8 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -2/+0 |
* | * eval.c (rb_eval): bad influence on frame node. | matz | 2004-06-06 | 1 | -4/+1 |
* | * eval.c (rb_eval, eval): make line number consistent on eval with | nobu | 2004-05-26 | 1 | -3/+4 |
* | * eval.c (eval): forgot to restore $SAFE value before evaluating | matz | 2004-05-14 | 1 | -0/+1 |
* | * eval.c (eval): warning during eval should not cause deadlock. | matz | 2004-05-14 | 1 | -2/+5 |
* | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz | 2004-05-07 | 1 | -5/+0 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-05 | 1 | -17/+18 |
* | * eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299] | aamine | 2004-04-04 | 1 | -0/+1 |
* | * io.c (rb_io_sync): need not to check writable. [ruby-core:02674] | matz | 2004-03-19 | 1 | -1/+2 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -0/+3 |
* | *** empty log message *** | nobu | 2004-03-14 | 1 | -0/+3 |
* | * eval.c (return_jump): set return value to the return | matz | 2004-03-10 | 1 | -87/+174 |
* | * error.c (NameError::Message): new class for lazy evaluation of | usa | 2004-02-25 | 1 | -70/+6 |
* | * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE | akr | 2004-02-16 | 1 | -0/+3 |
* | * eval.c (umethod_bind): perge unused check. [ruby-dev:22850] | nobu | 2004-02-10 | 1 | -6/+0 |
* | * backport proc equality patch [ruby-dev:22809] | matz | 2004-02-06 | 1 | -0/+1 |
* | * parse.y (block_append): update nd_end for "real" head node. | matz | 2004-01-26 | 1 | -0/+1 |
* | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -3/+3 |
* | * eval.c (rb_mod_modfunc): should break if m has no super class. | matz | 2004-01-06 | 1 | -0/+1 |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -4/+9 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -5/+29 |