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
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* range.c (range_each): treat fixnums specially to boost.
matz
2003-01-08
1
-1
/
+1
*
* hash.c (env_clear): new Hash compatible method.
matz
2003-01-07
1
-16
/
+29
*
* eval.c (massign): removed awkward conversion between yvalue,
matz
2003-01-01
1
-2
/
+1
*
* array.c (rb_ary_transpose): Properly declare ary as a VALUE.
knu
2002-12-31
1
-0
/
+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
-5
/
+5
*
* numeric.c (num_step): use DBL_EPSILON.
matz
2002-12-19
1
-1
/
+8
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-1
/
+1
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-14
/
+0
*
* array.c (rb_ary_zip): iterates over items in the receiver.
matz
2002-11-19
1
-2
/
+43
*
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-11-03
1
-0
/
+28
*
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-03
1
-23
/
+15
*
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-29
1
-1
/
+2
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-35
/
+16
*
array small opt. changes (ruby-core:355)
michal
2002-08-27
1
-8
/
+8
*
array.c: Mem optim for Array#select
michal
2002-08-23
1
-1
/
+3
*
array.c: Int vs Long #2
michal
2002-08-23
1
-24
/
+21
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-6
/
+6
*
* array.c (sort_2): fatal typo.
matz
2002-08-19
1
-1
/
+1
*
* array.c (sort_2): comparison should be done as signed long.
matz
2002-08-19
1
-4
/
+4
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-10
/
+13
*
* hash.c (rb_hash_replace): should copy ifnone.
matz
2002-08-13
1
-11
/
+10
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
1
-1
/
+1
*
* array.c: fixed format string for 'long' args (%d -> %ld).
michal
2002-05-28
1
-4
/
+4
*
minor bug fixes.
matz
2002-05-22
1
-4
/
+2
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-145
/
+132
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-7
/
+0
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-1
/
+1
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-1
/
+1
*
* array.c (rb_ary_fill): shouldn't yield unless block given.
nobu
2002-01-28
1
-1
/
+1
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-9
/
+45
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
1
-2
/
+10
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-9
/
+0
*
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,
matz
2002-01-19
1
-1
/
+2
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-1
/
+1
*
* array.c (rb_cmpint): fixed typo.
nobu
2001-12-28
1
-2
/
+2
*
* intern.h: add prototypes.
nobu
2001-12-17
1
-1
/
+1
*
* time.c (time_new_internal): avoid loop to calculate negative
matz
2001-12-13
1
-1
/
+3
*
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-11
1
-0
/
+30
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-92
/
+117
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-1
/
+23
*
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
1
-2
/
+4
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-7
/
+9
*
* array.c (rb_ary_join): non-nil separator must be converted to
nobu
2001-11-15
1
-2
/
+3
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-2
/
+16
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-1
/
+1
*
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2001-10-16
1
-8
/
+26
*
* marshal.c (w_unique): should not dump anonymous class.
matz
2001-10-05
1
-1
/
+1
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-33
/
+26
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-28
/
+41
[prev]
[next]