aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-1/+1
* * dir.c, file.c (lstat): avoid warnings for mingw.eban2005-04-111-2/+2
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-6/+4
* typo fixakr2005-03-021-1/+1
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-071-3/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-15/+12
* * file.c (rb_file_chown): [ruby-dev:24949]matz2004-11-221-1/+1
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-8/+17
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-0/+1
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-1/+7
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-0/+4
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-6/+5
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-231-1/+1
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-2/+5
* * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz2004-07-171-0/+48
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-041-1/+1
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-24/+24
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-29/+89
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * file.c (rb_stat_mode): should not sign-expand, so backout.nobu2004-02-041-0/+4
* * file.c (test_l): fix wrong method name in document.akr2004-02-031-7/+7
* * configure.in: check availability of link(). [ruby-dev:22237]siena2004-01-211-0/+5
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-1/+1
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-22/+2
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-10/+56
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-121-17/+11
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-121-0/+83
* * stable version 1.8.1 released.matz2003-12-241-5/+1
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-211-0/+1182
* * file.c: renamed and externalized rb_path_next,nobu2003-12-151-4/+4
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-8/+10
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-1/+1
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-10/+14
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-1/+1
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
* * eval.c (ruby_cleanup): call finalizers and exit procs beforematz2003-10-211-1/+1
* * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() formatz2003-08-231-0/+4
* BUFCHECK() doesn't update p/pend in loop.nobu2003-08-231-5/+5
* * file.c (file_expand_path): performance improvement.nobu2003-08-231-7/+12
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-1/+5
* * configure.in (os2-emx): renamed from os2_emx, add flags tonobu2003-07-301-1/+15
* * file.c (Init_File): IO should include File::Const.nobu2003-07-281-1/+1
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-0/+1
* * gcc -Wall clean-up.matz2003-07-241-1/+1
* * file.c (DOSISH): better Cygwin support.eban2003-07-231-4/+4
* * string.c (rb_str_lstrip_bang): strip NUL along with whitematz2003-07-231-1/+1