index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-1
/
+1
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
1
-0
/
+4
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-5
/
+4
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-4
/
+4
*
* variable.c (rb_obj_remove_instance_variable): raise NameError if
matz
2002-04-10
1
-2
/
+25
*
* eval.c (is_defined): should check receiver only once.
matz
2002-03-20
1
-0
/
+1
*
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-03-14
1
-2
/
+2
*
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-22
1
-1
/
+0
*
* file.c (path_check_1): do not fail on world writable *parent*
nobu
2002-02-19
1
-3
/
+4
*
* file.c (path_check_1): do not warn on world writable *parent*
matz
2002-02-19
1
-4
/
+3
*
file.c (path_check_1): typo
matz
2002-02-19
1
-1
/
+1
*
* file.c (path_check_1): should check directory sticky bits.
matz
2002-02-19
1
-1
/
+8
*
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-05
1
-8
/
+6
*
* file.c (rb_file_s_expand_path): should terminate.
nobu
2002-02-04
1
-0
/
+1
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
1
-24
/
+35
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
1
-0
/
+6
*
* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.
akr
2002-01-29
1
-0
/
+4
*
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-29
1
-3
/
+37
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-1
/
+3
*
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-12-18
1
-1
/
+1
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-3
/
+3
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-2
/
+1
*
* file.c (path_check_1): forgot to initialize 'p'.
matz
2001-11-08
1
-2
/
+2
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-08
1
-37
/
+41
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-11
/
+14
*
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-10
1
-0
/
+24
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-19
/
+21
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
1
-5
/
+4
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
1
-1
/
+1
*
* file.c (rb_find_file_ext): add const qualifiers to ext.
nobu
2001-09-05
1
-1
/
+1
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-9
/
+2
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-22
/
+22
*
* file.c (strrdirsep): removed meaningless code.
nobu
2001-08-01
1
-9
/
+0
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
1
-0
/
+6
*
* file.c (rb_file_s_expand_path): scans per path element not per
nobu
2001-07-30
1
-30
/
+47
*
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-27
1
-12
/
+26
*
* file.c (rb_find_file_noext, rb_find_file): fix tilde expansion
eban
2001-07-26
1
-2
/
+5
*
* file.c (strrdirsep): multi-byte pathname and DOSish separater
nobu
2001-07-24
1
-16
/
+39
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-0
/
+1
*
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-18
1
-1
/
+16
*
* file.c (file_load_ok): fix typo.
usa
2001-07-16
1
-9
/
+9
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-42
/
+54
*
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-19
1
-26
/
+74
*
* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax
matz
2001-06-01
1
-0
/
+1
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-8
/
+8
*
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-11
1
-3
/
+2
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-84
/
+119
*
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
1
-28
/
+24
*
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-26
1
-7
/
+13
*
* ruby.h: rb_sys_stat -> stat
matz
2001-03-21
1
-7
/
+7
[next]