Age | Commit message (Expand) | Author |
2003-09-29 | * eval.c (rb_thread_atfork): wrong format specifier. | matz |
2003-08-31 | * process.c (p_gid_sw_ensure): return VALUE. | eban |
2003-08-31 | * process.c (p_gid_sw_ensure): lack of function type | nagai |
2003-08-29 | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai |
2003-08-03 | * modify macro to detect 'MacOS X' based on [ruby-talk:77849] | nagai |
2003-08-01 | * (bug fix) preprocessor errors occur on OpenBSD-current | nagai |
2003-07-25 | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-07-23 | process.c : unify indentation | nagai |
2003-07-23 | process.c, configure.in : | nagai |
2003-07-15 | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz |
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 |