aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-96/+42
* * process.c (rb_f_system): fixed lack of security check beforeusa2003-10-301-0/+1
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-1/+8
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-011-2/+2
* * process.c (pst_inspect): describe stopped process "stopped".akr2003-09-301-2/+2
* * eval.c (rb_eval): while/until should not capture break unlessmatz2003-09-301-1/+8
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+43
* * process.c (p_gid_sw_ensure): return VALUE.eban2003-08-311-2/+2
* * process.c (p_gid_sw_ensure): lack of function typenagai2003-08-311-0/+1
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-291-11/+177
* * modify macro to detect 'MacOS X' based on [ruby-talk:77849]nagai2003-08-031-1/+1
* * (bug fix) preprocessor errors occur on OpenBSD-currentnagai2003-08-011-4/+4
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-1/+2
* * gcc -Wall clean-up.matz2003-07-241-2/+2
* process.c : unify indentationnagai2003-07-231-262/+264
* process.c, configure.in :nagai2003-07-231-5/+784
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-3/+3
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-0/+3
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-091-2/+2
* * process.c (proc_getgroups, proc_setgroups): raisenobu2003-06-091-0/+12
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-0/+92
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-3/+3
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-0/+28
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-6/+6
* * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa2003-01-061-13/+19
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-041-3/+3
* * process.c (rb_proc_times): need to initialize first.nobu2003-01-031-8/+5
* * process.c (rb_proc_times): avoid WindowsXP crash using volatilematz2003-01-011-4/+8
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-40/+33
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-6/+6
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-20/+33
* WinCE patch mergedmatz2002-12-021-6/+6
* move struct timeval to missing.hmichal2002-09-171-10/+0
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-11/+4
* *.c: Int vs Long cleanupmichal2002-08-211-6/+4
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-5/+7
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+26
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-0/+2
* * eval.c (rb_eval): call trace_func for if/while conditions.matz2002-02-261-0/+1
* * eval.c (method_inspect): should not dump core for unboundmatz2002-02-251-7/+14
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-191-3/+0
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-061-0/+2
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-4/+1
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-3/+9
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-7/+7
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-4/+5
* * process.c (Init_process): activate the case NT.eban2001-10-091-2/+1