summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
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 volatilematz
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 numbersmatz
2002-12-02WinCE patch mergedmatz
2002-09-17move struct timeval to missing.hmichal
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-21*.c: Int vs Long cleanupmichal
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
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 unboundmatz
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 untermitatedmatz
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 ofmatz
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 lengthmatz
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 Brianmatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-10* m17n baseline.matz
2001-01-10setres[ug]id, NORETURNeban
2000-12-26matzmatz
2000-12-25001225matz
2000-11-27matzmatz
2000-11-13ebaneban
2000-10-20matzmatz
2000-10-171.6.2 (to be)matz
2000-10-10matzmatz
2000-08-07matzmatz
2000-07-21matzmatz
2000-06-192000-06-19matz
2000-06-132000-06-13matz