aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-0/+4
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-5/+4
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-4/+4
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-2/+25
* * eval.c (is_defined): should check receiver only once.matz2002-03-201-0/+1
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-2/+2
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-1/+0
* * file.c (path_check_1): do not fail on world writable *parent*nobu2002-02-191-3/+4
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-4/+3
* file.c (path_check_1): typomatz2002-02-191-1/+1
* * file.c (path_check_1): should check directory sticky bits.matz2002-02-191-1/+8
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-8/+6
* * file.c (rb_file_s_expand_path): should terminate.nobu2002-02-041-0/+1
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-24/+35
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+6
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-291-0/+4
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-291-3/+37
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-1/+3
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-1/+1
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-3/+3
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-2/+1
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-2/+2
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-37/+41
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-11/+14
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-0/+24
* * marshal.c (r_object): better allocation type check formatz2001-10-031-19/+21
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-5/+4
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+1
* * file.c (rb_find_file_ext): add const qualifiers to ext.nobu2001-09-051-1/+1
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-9/+2
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-22/+22
* * file.c (strrdirsep): removed meaningless code.nobu2001-08-011-9/+0
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-0/+6
* * file.c (rb_file_s_expand_path): scans per path element not pernobu2001-07-301-30/+47
* * eval.c (rb_provided): extension should be guessed usingmatz2001-07-271-12/+26
* * file.c (rb_find_file_noext, rb_find_file): fix tilde expansioneban2001-07-261-2/+5
* * file.c (strrdirsep): multi-byte pathname and DOSish separaternobu2001-07-241-16/+39
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+1
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-1/+16
* * file.c (file_load_ok): fix typo.usa2001-07-161-9/+9
* * regex.c (re_search): should consider reverse search.matz2001-07-141-42/+54
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-26/+74
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-0/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-8/+8
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-3/+2
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-84/+119
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-28/+24
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-7/+13
* * ruby.h: rb_sys_stat -> statmatz2001-03-211-7/+7