aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-6/+6
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-5/+5
* * file.c (rb_file_s_rename): avoid Cygwin's bug.eban2001-02-241-1/+6
* * io.c (set_outfile): f should be the FILE* from the assigning value.matz2001-02-161-0/+85
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-091-5/+5
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * m17n baseline.matz2001-01-101-1/+1
* * file.c (path_check_1): should restore modified path.matz2001-01-091-1/+5
* matzmatz2000-11-131-4/+4
* 1.6.2 (to be)matz2000-10-171-1/+5
* matzmatz2000-10-131-1/+1
* matzmatz2000-10-101-2/+1
* matzmatz2000-09-251-4/+4
* ebaneban2000-09-221-1/+1
* matzmatz2000-09-221-1/+1
* matzmatz2000-09-211-14/+7
* matzmatz2000-09-181-30/+37
* matzmatz2000-08-241-0/+5