| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but | nobu | 2003-11-27 | 1 | -2/+2 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu | 2003-11-27 | 1 | -14/+19 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -96/+42 |
* | * process.c (rb_f_system): fixed lack of security check before | usa | 2003-10-30 | 1 | -0/+1 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -1/+8 |
* | * signal.c (ruby_signal_name): adjust to the prototype. | nobu | 2003-10-01 | 1 | -2/+2 |
* | * process.c (pst_inspect): describe stopped process "stopped". | akr | 2003-09-30 | 1 | -2/+2 |
* | * eval.c (rb_eval): while/until should not capture break unless | matz | 2003-09-30 | 1 | -1/+8 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+43 |
* | * process.c (p_gid_sw_ensure): return VALUE. | eban | 2003-08-31 | 1 | -2/+2 |
* | * process.c (p_gid_sw_ensure): lack of function type | nagai | 2003-08-31 | 1 | -0/+1 |
* | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 1 | -11/+177 |
* | * modify macro to detect 'MacOS X' based on [ruby-talk:77849] | nagai | 2003-08-03 | 1 | -1/+1 |
* | * (bug fix) preprocessor errors occur on OpenBSD-current | nagai | 2003-08-01 | 1 | -4/+4 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -1/+2 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -2/+2 |
* | process.c : unify indentation | nagai | 2003-07-23 | 1 | -262/+264 |
* | process.c, configure.in : | nagai | 2003-07-23 | 1 | -5/+784 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -3/+3 |
* | * 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 |