aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * file.c: improve DOSISH drive letter support.usa2003-01-061-4/+198
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-041-3/+0
* * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu2003-01-031-1/+1
* * array.c (rb_ary_transpose): Properly declare ary as a VALUE.knu2002-12-311-1/+1
* * file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning.nobu2002-12-291-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-1/+1
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-3/+1
* * file.c (utimbuf): need to define for VC++.usa2002-12-161-0/+3
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-40/+14
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-2/+2
* WinCE patch mergedmatz2002-12-021-10/+15
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-12/+13
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-1/+1
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-061-1/+1
* * file.c (rb_path_check): nothing to check under DOSISH.nobu2002-09-051-1/+5
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-8/+10
* fix mem leak in rb_file_s_readlink() (ruby-core:394)michal2002-09-021-1/+4
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-2/+6
* file.c: fix mem leak in rb_stat_initmichal2002-08-281-0/+4
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-18/+20
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-14/+23
* *.c: Int vs Long cleanupmichal2002-08-211-3/+3
* * file.c (rb_file_s_expand_path): accept drive letter on Cygwin.eban2002-08-201-4/+5
* * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz2002-08-121-5/+5
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+21
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-3/+3
* * 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