| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (search_required, rb_require_safe): expand path in | nobu | 2005-04-18 | 1 | -1/+1 |
* | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -2/+2 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-03-04 | 1 | -0/+3 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -6/+4 |
* | typo fix | akr | 2005-03-02 | 1 | -1/+1 |
* | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr | 2004-12-07 | 1 | -3/+0 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -15/+12 |
* | * file.c (rb_file_chown): [ruby-dev:24949] | matz | 2004-11-22 | 1 | -1/+1 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -8/+17 |
* | * io.c (rb_io_check_initialized): new function to check uninitialized | nobu | 2004-10-29 | 1 | -0/+1 |
* | * eval.c (rb_load, search_required, rb_require_safe, rb_require): use | nobu | 2004-10-23 | 1 | -1/+7 |
* | * file.c (rb_file_truncate): discard read buffer before truncation. | nobu | 2004-10-17 | 1 | -0/+4 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -6/+5 |
* | * hash.c (rb_hash_rehash): replace st_foreach() by its deep | matz | 2004-09-23 | 1 | -1/+1 |
* | * array.c (rb_ary_delete): element comparison might change array | matz | 2004-09-17 | 1 | -2/+5 |
* | * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. | matz | 2004-07-17 | 1 | -0/+48 |
* | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -24/+24 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -29/+89 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -2/+2 |
* | * file.c (rb_stat_mode): should not sign-expand, so backout. | nobu | 2004-02-04 | 1 | -0/+4 |
* | * file.c (test_l): fix wrong method name in document. | akr | 2004-02-03 | 1 | -7/+7 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -0/+5 |
* | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -1/+1 |
* | * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove | nobu | 2004-01-19 | 1 | -22/+2 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -10/+56 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+1 |
* | * file.c (test_wr): Rdoc fix. [ruby-core:02225] | matz | 2004-01-12 | 1 | -17/+11 |
* | * file.c (test_wr, test_ww): New functions implementing new | matz | 2004-01-12 | 1 | -0/+83 |
* | * stable version 1.8.1 released. | matz | 2003-12-24 | 1 | -5/+1 |
* | Add file.c comments (and necessary support in parse_c.rb) | dave | 2003-12-21 | 1 | -0/+1182 |
* | * file.c: renamed and externalized rb_path_next, | nobu | 2003-12-15 | 1 | -4/+4 |
* | * dir.c (check_dirname): check string safety and remove extraneous | nobu | 2003-12-15 | 1 | -8/+10 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -1/+1 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 1 | -1/+1 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -10/+14 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -1/+1 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | * eval.c (ruby_cleanup): call finalizers and exit procs before | matz | 2003-10-21 | 1 | -1/+1 |
* | * 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 |