| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz | 2003-06-10 | 1 | -0/+3 |
* | * configure.in: checks presence of grp.h and setgroups(). | nobu | 2003-06-09 | 1 | -2/+2 |
* | * process.c (proc_getgroups, proc_setgroups): raise | nobu | 2003-06-09 | 1 | -0/+12 |
* | * parse.y (value_expr0): class and module statements should not be | matz | 2003-06-07 | 1 | -0/+92 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -3/+3 |
* | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz | 2003-03-07 | 1 | -0/+28 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * hash.c (env_clear): new Hash compatible method. | matz | 2003-01-07 | 1 | -6/+6 |
* | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa | 2003-01-06 | 1 | -13/+19 |
* | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa | 2003-01-04 | 1 | -3/+3 |
* | * process.c (rb_proc_times): need to initialize first. | nobu | 2003-01-03 | 1 | -8/+5 |
* | * process.c (rb_proc_times): avoid WindowsXP crash using volatile | matz | 2003-01-01 | 1 | -4/+8 |
* | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 1 | -40/+33 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -6/+6 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -20/+33 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -6/+6 |
* | move struct timeval to missing.h | michal | 2002-09-17 | 1 | -10/+0 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -11/+4 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -6/+4 |
* | * string.c (rb_str_slice_bang): if there's no corresponding | matz | 2002-07-11 | 1 | -5/+7 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -1/+26 |
* | * marshal.c (w_object): module inclusion using extend() should | matz | 2002-03-11 | 1 | -0/+2 |
* | * eval.c (rb_eval): call trace_func for if/while conditions. | matz | 2002-02-26 | 1 | -0/+1 |
* | * eval.c (method_inspect): should not dump core for unbound | matz | 2002-02-25 | 1 | -7/+14 |
* | * file.c (path_check_1): should check directory sticky bits. | matz | 2002-02-19 | 1 | -3/+0 |
* | * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly. | matz | 2002-02-06 | 1 | -0/+2 |
* | * re.c (match_select): should propagate taintness. | matz | 2002-01-11 | 1 | -1/+1 |
* | * process.c (rb_f_system): abandon vfork. | matz | 2002-01-04 | 1 | -4/+1 |
* | * parse.y (str_extend): should check nesting parentheses in #{}. | matz | 2001-11-21 | 1 | -3/+9 |
* | * parse.y (parse_regx): should raise error on untermitated | matz | 2001-11-19 | 1 | -7/+7 |
* | * process.c (security): always give warning for insecure PATH. | matz | 2001-11-08 | 1 | -4/+5 |
* | * process.c (Init_process): activate the case NT. | eban | 2001-10-09 | 1 | -2/+1 |
* | * eval.c (rb_thread_restore_context): save current value of | matz | 2001-09-08 | 1 | -18/+26 |
* | * string.c (rb_str_lstrip_bang): new method. | matz | 2001-08-06 | 1 | -92/+38 |
* | * process.c (last_status_set): nothing returned, should be void. | nobu | 2001-07-31 | 1 | -2/+2 |
* | * bignum.c (rb_big2str): t should be protected from GC. | matz | 2001-05-21 | 1 | -1/+1 |
* | * array.c (rb_ary_and): should not push frozen key string. | matz | 2001-05-16 | 1 | -1/+0 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -53/+30 |
* | * object.c (rb_str2cstr): warn if string contains \0 and length | matz | 2001-03-28 | 1 | -12/+13 |
* | * process.c: add W* macro if not available. | eban | 2001-02-20 | 1 | -0/+19 |
* | * eval.c (secure_visibility): visibility check for untainted modules. | matz | 2001-02-19 | 1 | -2/+6 |
* | * io.c (set_outfile): f should be the FILE* from the assigning value. | matz | 2001-02-16 | 1 | -14/+63 |
* | * process.c (proc_waitall): new method based on a patch from Brian | matz | 2001-02-15 | 1 | -39/+254 |
* | * string.c (str_independent): should not clear str->orig here. | matz | 2001-01-29 | 1 | -4/+4 |
* | * m17n baseline. | matz | 2001-01-10 | 1 | -1/+1 |
* | setres[ug]id, NORETURN | eban | 2001-01-10 | 1 | -19/+19 |
* | matz | matz | 2000-12-26 | 1 | -0/+2 |
* | 001225 | matz | 2000-12-25 | 1 | -20/+0 |
* | matz | matz | 2000-11-27 | 1 | -2/+29 |