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
*
* missing/tgamma.c (tgamma): use lgamma_r if available.
akr
2008-02-09
2
-1
/
+34
*
* ext/bigdecimal/extconf.rb: simplified the condition.
nobu
2008-02-09
2
-3
/
+5
*
* test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and
mame
2008-02-09
2
-2
/
+68
*
fix typos.
akr
2008-02-09
1
-2
/
+2
*
* math.c (math_cbrt): new method Math.cbrt.
akr
2008-02-09
4
-1
/
+34
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more
nobu
2008-02-09
3
-27
/
+51
*
* missing/tgamma.c (tgamma): add error check.
akr
2008-02-09
2
-2
/
+21
*
* math.c (math_gamma): add error check.
akr
2008-02-09
2
-2
/
+15
*
fix a typo.
akr
2008-02-09
1
-1
/
+1
*
* missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positive
akr
2008-02-09
2
-4
/
+10
*
* string.c (rb_str_new4): copy encoding from orig, instead of shared
akr
2008-02-09
2
-0
/
+6
*
* file.c (lchmod_internal): fix warning cast from pointer to integer of
naruse
2008-02-08
2
-1
/
+6
*
* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
nobu
2008-02-08
3
-10
/
+19
*
* missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.
akr
2008-02-08
2
-1
/
+5
*
* lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError by
akr
2008-02-08
2
-1
/
+11
*
* ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte
nobu
2008-02-08
2
-2
/
+5
*
* ext/iconv/iconv.c (iconv_convert): added toidx argument to set
nobu
2008-02-08
2
-22
/
+25
*
add a test.
akr
2008-02-08
1
-1
/
+7
*
* lib/mkmf.rb (xsystem): expand macros like as make.
nobu
2008-02-08
2
-0
/
+10
*
add a test.
akr
2008-02-08
1
-0
/
+8
*
* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.
naruse
2008-02-08
2
-1
/
+5
*
* test/ruby/test_hash.rb: follow the change of Hash#flatten.
mame
2008-02-07
5
-4
/
+250
*
* string.c (rb_str_replace): makes frozen shared string before
nobu
2008-02-07
2
-2
/
+5
*
* string.c (rb_str_dup): reverted unneeded change. [ruby-dev:33634]
nobu
2008-02-07
2
-1
/
+7
*
* io.c (io_reopen): don't change access mode for stdin, stdout and
akr
2008-02-07
3
-1
/
+28
*
* string.c (str_replace_shared): replaces string with sharing.
nobu
2008-02-07
2
-31
/
+61
*
* string.c (rb_str_end_with): compares with the suffix.
nobu
2008-02-07
2
-1
/
+5
*
* enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]
naruse
2008-02-07
3
-6851
/
+34934
*
* missing/tgamma.c, missing/lgamma_r.c: set properties.
nobu
2008-02-07
0
-0
/
+0
*
fix lgamma doc.
akr
2008-02-07
1
-1
/
+1
*
* missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing
usa
2008-02-07
5
-6
/
+16
*
fix typos.
akr
2008-02-07
1
-4
/
+4
*
* math.c (math_gamma): new method Math.gamma.
akr
2008-02-07
7
-1
/
+219
*
* ChangeLog: date format. suppress the day of month by space instead of `0'.
usa
2008-02-07
1
-1
/
+1
*
* ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not
matz
2008-02-07
3
-3
/
+10
*
* enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In.
naruse
2008-02-06
2
-0
/
+17943
*
typo fixed
matz
2008-02-05
2
-3
/
+3
*
* hash.c (rb_hash_flatten): do not flatten recursively by default.
matz
2008-02-05
2
-0
/
+10
*
* insns.def: sorry, remove debug code.
usa
2008-02-05
1
-1
/
+0
*
* insns.def (adjuststack): never use INC_SP with minus value because
usa
2008-02-05
2
-16
/
+22
*
* test/ruby/test_hash.rb: add tests to achieve over 90% test coverage
mame
2008-02-05
3
-4
/
+459
*
* hash.c (env_rassoc): remove access to free'd environment on mswin32.
mame
2008-02-05
3
-4
/
+9
*
* vm.c (rb_call_super): pass a passed block when super is called via
mame
2008-02-05
2
-0
/
+6
*
* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.
nobu
2008-02-05
3
-5
/
+26
*
* lib/delegate.rb (DelegateClass): use define_method instead of
nobu
2008-02-04
2
-17
/
+20
*
* configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.
nobu
2008-02-04
2
-1
/
+6
*
* ChangeLog: remove unnecessary ``trunk/''.
usa
2008-02-04
1
-8
/
+8
*
* trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~".
nobu
2008-02-04
2
-1
/
+14
*
* lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extend
usa
2008-02-04
2
-3
/
+10
*
* lib/cgi.rb (CGI::QueryExtension::[]): no more transition
matz
2008-02-04
3
-28
/
+9
[next]