Age | Commit message (Expand) | Author |
2004-10-17 | * file.c (rb_file_truncate): discard read buffer before truncation. | nobu |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-09-18 | * array.c (rb_ary_equal): element size might change during | matz |
2004-07-17 | * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. | matz |
2004-04-14 | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu |
2004-04-05 | * eval.c (top_include): include in the wrapped load is done for | matz |
2004-02-03 | * file.c (test_l): fix wrong method name in document. | akr |
2003-12-24 | * stable version 1.8.1 released. | matz |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-15 | * file.c: renamed and externalized rb_path_next, | nobu |
2003-12-15 | * dir.c (check_dirname): check string safety and remove extraneous | nobu |
2003-12-11 | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu |
2003-11-28 | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-10-24 | * hash.c (rb_hash_each): Hash#each should yield single value. | matz |
2003-10-21 | * eval.c (ruby_cleanup): call finalizers and exit procs before | matz |
2003-08-23 | * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for | matz |
2003-08-23 | BUFCHECK() doesn't update p/pend in loop. | nobu |
2003-08-23 | * file.c (file_expand_path): performance improvement. | nobu |
2003-08-15 | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu |
2003-07-30 | * configure.in (os2-emx): renamed from os2_emx, add flags to | nobu |
2003-07-28 | * file.c (Init_File): IO should include File::Const. | nobu |
2003-07-25 | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-07-23 | * file.c (DOSISH): better Cygwin support. | eban |
2003-07-23 | * string.c (rb_str_lstrip_bang): strip NUL along with white | matz |
2003-07-20 | * string.c: use StringValueCStr to retrieve paths to system calls. | matz |
2003-06-23 | * string.c (rb_str_upto): generate sequence according to "succ" | matz |
2003-06-20 | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-01 | * regex.c (re_match_exec): $ _always_ matches at the end of string. | matz |
2003-04-14 | * file.c (file_expand_path): root must follow buf when | nobu |
2003-04-14 | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz |
2003-04-11 | * file.c (rb_stat): dereference using StringValuePtr(). | matz |
2003-03-10 | * file.c (rb_find_file): need world writable directory check for | matz |
2003-02-20 | * file.c (file_expand_path): fix wrong behavior for root file. | nobu |
2003-02-20 | * file.c (file_expand_path): should not upward beyond share name. | nobu |
2003-02-17 | *** empty log message *** | nobu |
2003-02-16 | * file.c (file_expand_path): buffer might be reallocated while | nobu |
2003-02-14 | * file.c (file_expand_path): fix surplus path separators while | nobu |
2003-02-13 | *** empty log message *** | nobu |
2003-02-13 | * range.c (range_step): step might be float 0 < x < 1. | matz |
2003-02-12 | * file.c (rb_file_s_dirname): append "." if drive only. | nobu |
2003-02-12 | * file.c (strrdirsep): ignore trailing directory separators. | nobu |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-29 | * file.c (rb_file_s_expand_path): removed a sludge. | nobu |
2003-01-19 | * file.c (eaccess): under windows, make eaccess() just call | usa |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2003-01-06 | * file.c: improve DOSISH drive letter support. | usa |