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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* instruby.rb: moved into tool/.
yugui
2009-05-22
8
-10
/
+26
*
* array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless
matz
2009-05-21
2
-3
/
+14
*
* 2009-05-22
svn
2009-05-21
1
-2
/
+2
*
* string.c (rb_str_count): optimized for 1byte string count by
matz
2009-05-21
2
-6
/
+23
*
* template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.
nobu
2009-05-21
5
-117
/
+210
*
.gdbinit (rp): missing "else" after T_NODE block.
nobu
2009-05-21
1
-0
/
+1
*
* missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.
nobu
2009-05-21
2
-27
/
+60
*
* gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.
yugui
2009-05-21
2
-8
/
+9
*
* include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):
nobu
2009-05-21
4
-4
/
+27
*
* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to
nobu
2009-05-20
7
-21
/
+45
*
NEWS (--program-prefix and --program-suffix): describe r23368.
yugui
2009-05-20
1
-0
/
+9
*
* rb_enc_get_index: allows an arbitrary RData as the argument but not
yugui
2009-05-20
2
-0
/
+9
*
* spec/.gitignore: ignores rubyspec/ and mspec/.
yugui
2009-05-20
2
-0
/
+6
*
* struct.c (rb_struct_new): get rid of too large alloca.
nobu
2009-05-20
2
-5
/
+15
*
* vm_eval.c, vm_insnhelper.c: argument number is restricted to
nobu
2009-05-20
3
-19
/
+24
*
* enumerator.c (inspect_enumerator): should use long.
nobu
2009-05-20
2
-2
/
+4
*
* enum.c (zip_ary): should use long.
nobu
2009-05-20
2
-1
/
+5
*
* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known
matz
2009-05-20
4
-25
/
+91
*
* lib/tempfile.rb (Tempfile#unlink): close first for Windows. a
matz
2009-05-20
2
-1
/
+9
*
* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()
matz
2009-05-19
6
-46
/
+81
*
* 2009-05-20
svn
2009-05-19
1
-2
/
+2
*
* vm_method.c (rb_attr): should preserve encoding info.
matz
2009-05-19
2
-1
/
+9
*
* time.c (time_minus): always return a Float. [ruby-dev:38446]
mame
2009-05-19
2
-1
/
+32
*
* class.c (clone_method): add cast to remove warning from
matz
2009-05-19
2
-1
/
+6
*
* struct.c (struct_ivar_get): new function to avoid repeated
matz
2009-05-19
3
-10
/
+31
*
* 2009-05-19
svn
2009-05-18
1
-2
/
+2
*
* test/test_time.rb: make tests timezone independent.
akr
2009-05-18
2
-2
/
+7
*
* 2009-05-18
svn
2009-05-18
1
-2
/
+2
*
* lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]
akr
2009-05-18
2
-1
/
+5
*
* lib/mkmf.rb (SRC_EXT): should be flat.
nobu
2009-05-17
2
-1
/
+6
*
* ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is always
nobu
2009-05-17
2
-1
/
+6
*
* win32/setup.mak (-version-): r23426.
nobu
2009-05-17
1
-1
/
+1
*
* node.h (nd_line): NODE_LMASK is not needed.
nobu
2009-05-17
2
-2
/
+8
*
* compile.c: fixed types.
nobu
2009-05-17
1
-14
/
+15
*
* compile.c (rb_parse_in_eval): returns true in true eval, not in
nobu
2009-05-17
3
-4
/
+12
*
* ruby.c (ruby_script): sets also VM toplevel program name.
nobu
2009-05-17
4
-22
/
+21
*
* vm.c (rb_vm_get_sourceline): should not access out of bound.
nobu
2009-05-17
2
-3
/
+8
*
* ruby.c (cmdline_options_init): initialize encodings.
nobu
2009-05-17
1
-2
/
+0
*
* ruby.c (cmdline_options_init): initialize encodings.
nobu
2009-05-17
2
-28
/
+41
*
* ext/win32ole/win32ole.c (foletypelib_name): should return
suke
2009-05-17
2
-2
/
+8
*
* ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. see
nobu
2009-05-17
2
-5
/
+50
*
* ruby.c (set_arg0): get rids of overrun.
nobu
2009-05-16
3
-23
/
+10
*
* lib/rss/parser.rb: add nil check.
kou
2009-05-16
2
-1
/
+5
*
* test/rss/test_maker_atom_feed.rb: suppress warnings.
kou
2009-05-16
2
-3
/
+7
*
* NEWS: add RSS::Maker.supported?(version).
kou
2009-05-16
2
-0
/
+7
*
* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
kou
2009-05-16
6
-11
/
+49
*
* lib/rss/maker.rb, lib/rss/maker/0.9.rb,
kou
2009-05-16
8
-0
/
+50
*
* lib/rss/content/*, lib/rss/dublincore/*: fix circular require.
kou
2009-05-16
7
-6
/
+7
*
* lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:
kou
2009-05-16
3
-7
/
+32
*
* lib/rss/maker/entry.rb: fix a typo.
kou
2009-05-16
2
-1
/
+5
[next]