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