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
*
* io.c (argf_each_line): should return self. [ruby-core:23852]
matz
2009-06-15
2
-4
/
+9
*
* gc.c (os_obj_of): invoke garbage collection before iteration, to
matz
2009-06-15
2
-1
/
+8
*
* .gdbinit (rp, iseq): load dummy_gdb_enums on demand.
nobu
2009-06-15
3
-5
/
+11
*
* thread.c, vm_eval.c: add Thread.backtrace.
ko1
2009-06-14
4
-0
/
+44
*
* transcode.c (transcode_restartable0): revert last commit because
ko1
2009-06-14
2
-10
/
+14
*
* file.c (rb_find_file_ext, rb_find_file): canonicalize absolute
nobu
2009-06-14
2
-4
/
+6
*
* file.c (rb_file_size): added rdoc. a patch from Run Paint Run
nobu
2009-06-14
2
-0
/
+15
*
* complex.c (nucomp_fdiv): use fdiv recursively.
tadf
2009-06-13
3
-41
/
+44
*
* enc/trans/utf8_mac.trans: remove wrong optimization.
naruse
2009-06-13
2
-9
/
+4
*
* transcode.c (transcode_restartable0): can't build with VC9.
naruse
2009-06-13
2
-9
/
+14
*
* 2009-06-14
svn
2009-06-13
1
-2
/
+2
*
* rational.c (nurat_to_f): use fdiv.
tadf
2009-06-13
2
-81
/
+7
*
Fix rdoc.
naruse
2009-06-13
1
-5
/
+5
*
* load.c (load_lock): show backtrace at circular require.
nobu
2009-06-13
2
-2
/
+7
*
* load.c (rb_provide): assumes us-ascii only.
nobu
2009-06-13
2
-2
/
+4
*
* load.c (rb_require_safe): FilePathValue() implies rb_str_new4().
nobu
2009-06-13
2
-3
/
+4
*
* load.c (rb_mod_autoload): try conversion to path like as
nobu
2009-06-13
2
-1
/
+6
*
* marshal.c (r_ivar): should not set internal encoding ivar as an
nobu
2009-06-13
3
-3
/
+16
*
* vm_eval.c (rb_f_local_variables): now returns symbols. a patch from
nobu
2009-06-12
2
-1
/
+6
*
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
nobu
2009-06-12
2
-5
/
+16
*
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is
nobu
2009-06-12
2
-2
/
+7
*
* vm_eval.c (rb_f_throw): fixed rdoc about execption.
nobu
2009-06-12
3
-3
/
+8
*
* file.c (file_expand_path): associate the input encoding when
nobu
2009-06-12
2
-0
/
+6
*
* string.c (str_replace_shared): shared target must be frozen.
nobu
2009-06-11
3
-4
/
+16
*
* lib/cmath.rb (exp): omitted redundant function call.
tadf
2009-06-11
2
-11
/
+16
*
* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.
nobu
2009-06-11
3
-12
/
+22
*
* 2009-06-11
svn
2009-06-11
1
-2
/
+2
*
* lib/prime.rb: documentation typo fixed. a patch from okkez.
matz
2009-06-11
2
-2
/
+7
*
* dir.c (dir_s_getwd): directory path's encoding should be filesystem's
usa
2009-06-10
3
-0
/
+9
*
* 2009-06-10
svn
2009-06-09
1
-2
/
+2
*
Update to RubyGems 1.3.4 r2223
drbrain
2009-06-09
126
-3564
/
+7427
*
* lib/cmath.rb (log10): raised exception when the given number is
tadf
2009-06-09
2
-1
/
+6
*
* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at
nobu
2009-06-09
2
-2
/
+5
*
* dir.c (sys_warning): get rid of type-punning function cast.
nobu
2009-06-09
2
-6
/
+13
*
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
nobu
2009-06-09
3
-0
/
+6
*
* thread.c: rename functions which require a parameter
ko1
2009-06-08
9
-52
/
+86
*
* hash.c (rb_hash_reject_bang): always check frozen status.
matz
2009-06-08
2
-3
/
+18
*
* thread_pthread.c (rb_thread_create_timer_thread): print fatal error
ko1
2009-06-07
5
-9
/
+17
*
* lib/cmath.rb (log): avoided redundant expression.
tadf
2009-06-07
2
-2
/
+5
*
* 2009-06-07
svn
2009-06-07
1
-2
/
+2
*
removed extra spaces.
tadf
2009-06-07
2
-7
/
+7
*
* 2009-06-05
svn
2009-06-04
1
-2
/
+2
*
* lib/mkmf.rb (#link_command): should dup CONFTEST_C which is
matz
2009-06-04
2
-1
/
+6
*
* README.EXT: typo fixed.
nobu
2009-06-04
1
-3
/
+3
*
* 2009-06-04
svn
2009-06-03
1
-2
/
+2
*
* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]
matz
2009-06-03
2
-1
/
+5
*
* enum.c (enum_first): should check negative length.
matz
2009-06-03
2
-0
/
+7
*
* enum.c (first_i): Enumerator#first should consume only what is
matz
2009-06-03
2
-6
/
+18
*
* 2009-06-03
svn
2009-06-02
1
-2
/
+2
*
* string.c (rb_str_gsub_bang): modify check at the beginning.
matz
2009-06-02
2
-6
/
+23
[next]