aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* matzmatz2000-08-071-2/+4
* 2000-06-19matz2000-06-191-0/+49
* 2000-06-12matz2000-06-121-4/+3
* 2000-06-08eban2000-06-071-1/+1
* 2000-05-31matz2000-05-311-1/+1
* 2000-05-30matz2000-05-301-11/+12
* 2000-05-25matz2000-05-251-1/+1
* 2000-05-24matz2000-05-241-1/+6
* 2000-05-17matz2000-05-171-2/+2
* support mingw32.eban2000-05-131-4/+4
* 2000-05-12matz2000-05-121-0/+9
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-2/+4
* 2000-04-10matz2000-04-101-1/+1
* 2000-03-17matz2000-03-171-0/+1
* 2000-03-13matz2000-03-131-2/+2
* 2000-03-07matz2000-03-071-27/+4
* 2000-02-17matz2000-02-171-4/+4
* 2000-02-01matz2000-02-011-2/+2
* 2000-01-17matz2000-01-171-2/+3