| Commit message (Expand) | Author | Age | Files | Lines |
* | * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for | matz | 2003-08-23 | 1 | -0/+4 |
* | BUFCHECK() doesn't update p/pend in loop. | nobu | 2003-08-23 | 1 | -5/+5 |
* | * file.c (file_expand_path): performance improvement. | nobu | 2003-08-23 | 1 | -7/+12 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 1 | -1/+5 |
* | * configure.in (os2-emx): renamed from os2_emx, add flags to | nobu | 2003-07-30 | 1 | -1/+15 |
* | * file.c (Init_File): IO should include File::Const. | nobu | 2003-07-28 | 1 | -1/+1 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -0/+1 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+1 |
* | * file.c (DOSISH): better Cygwin support. | eban | 2003-07-23 | 1 | -4/+4 |
* | * string.c (rb_str_lstrip_bang): strip NUL along with white | matz | 2003-07-23 | 1 | -1/+1 |
* | * string.c: use StringValueCStr to retrieve paths to system calls. | matz | 2003-07-20 | 1 | -37/+53 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -1/+1 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -2/+0 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -2/+2 |
* | * regex.c (re_match_exec): $ _always_ matches at the end of string. | matz | 2003-05-01 | 1 | -0/+6 |
* | * file.c (file_expand_path): root must follow buf when | nobu | 2003-04-14 | 1 | -0/+2 |
* | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz | 2003-04-14 | 1 | -2/+5 |
* | * file.c (rb_stat): dereference using StringValuePtr(). | matz | 2003-04-11 | 1 | -5/+2 |
* | * file.c (rb_find_file): need world writable directory check for | matz | 2003-03-10 | 1 | -5/+8 |
* | * file.c (file_expand_path): fix wrong behavior for root file. | nobu | 2003-02-20 | 1 | -2/+4 |
* | * file.c (file_expand_path): should not upward beyond share name. | nobu | 2003-02-20 | 1 | -13/+37 |
* | *** empty log message *** | nobu | 2003-02-17 | 1 | -8/+7 |
* | * file.c (file_expand_path): buffer might be reallocated while | nobu | 2003-02-16 | 1 | -46/+42 |
* | * file.c (file_expand_path): fix surplus path separators while | nobu | 2003-02-14 | 1 | -17/+22 |
* | *** empty log message *** | nobu | 2003-02-13 | 1 | -1/+0 |
* | * range.c (range_step): step might be float 0 < x < 1. | matz | 2003-02-13 | 1 | -0/+1 |
* | * file.c (rb_file_s_dirname): append "." if drive only. | nobu | 2003-02-12 | 1 | -0/+4 |
* | * file.c (strrdirsep): ignore trailing directory separators. | nobu | 2003-02-12 | 1 | -83/+107 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -1/+1 |
* | * file.c (rb_file_s_expand_path): removed a sludge. | nobu | 2003-01-29 | 1 | -2/+5 |
* | * file.c (eaccess): under windows, make eaccess() just call | usa | 2003-01-19 | 1 | -1/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * file.c: improve DOSISH drive letter support. | usa | 2003-01-06 | 1 | -4/+198 |
* | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa | 2003-01-04 | 1 | -3/+0 |
* | * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning. | nobu | 2003-01-03 | 1 | -1/+1 |
* | * array.c (rb_ary_transpose): Properly declare ary as a VALUE. | knu | 2002-12-31 | 1 | -1/+1 |
* | * file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning. | nobu | 2002-12-29 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+1 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -1/+1 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -3/+1 |
* | * file.c (utimbuf): need to define for VC++. | usa | 2002-12-16 | 1 | -0/+3 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -40/+14 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -2/+2 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -10/+15 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -12/+13 |
* | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu | 2002-10-29 | 1 | -1/+1 |
* | * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequent | matz | 2002-09-06 | 1 | -1/+1 |
* | * file.c (rb_path_check): nothing to check under DOSISH. | nobu | 2002-09-05 | 1 | -1/+5 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -8/+10 |
* | fix mem leak in rb_file_s_readlink() (ruby-core:394) | michal | 2002-09-02 | 1 | -1/+4 |