summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2005-10-20* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean
2005-10-18* file.c (rb_file_join): elements may contain null pointer strings.nobu
2005-10-12* file.c (rb_f_test): typos in RDoc comments.eban
2005-10-12* file.c (rb_f_test): typo in RDoc comments.eban
2005-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-28* file.c (rb_stat_inspect): constified.nobu
2005-09-20* file.c (rb_stat_inspect): protoized function pointer.nobu
2005-09-19* file.c (rb_thread_flock): should have resolved conflict.matz
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz
2005-09-19* file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-09-17* file.c (rb_file_join): convert components by to_s instead of to_str.nobu
2005-09-17* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz
2005-09-16* file.c (rb_file_s_extname): empty string for path name ending with anobu
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* file.c (apply2files): stricter callback definition.nobu
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-04-18* eval.c (search_required, rb_require_safe): expand path innobu
2005-04-11* dir.c, file.c (lstat): avoid warnings for mingw.eban
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-02typo fixakr
2004-12-07* io.c (io_fwrite): avoid context switch before writing to stderr.akr
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-22* file.c (rb_file_chown): [ruby-dev:24949]matz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-23* eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu
2004-10-17* file.c (rb_file_truncate): discard read buffer before truncation.nobu
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz
2004-09-23* hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-07-17* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-04* file.c (rb_stat_mode): should not sign-expand, so backout.nobu
2004-02-03* file.c (test_l): fix wrong method name in document.akr
2004-01-21* configure.in: check availability of link(). [ruby-dev:22237]siena
2004-01-21* defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2004-01-12* file.c (test_wr): Rdoc fix. [ruby-core:02225]matz
2004-01-12* file.c (test_wr, test_ww): New functions implementing newmatz
2003-12-24* stable version 1.8.1 released.matz