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
...
*
* common.mk: prec.c is removed.
naruse
2008-09-19
3
-4
/
+7
*
* complex.c: uses f_(in)?exact_p macro.
tadf
2008-09-19
6
-19
/
+40
*
* prec.c: removed. Precision will be redesigned and be back again.
yugui
2008-09-19
15
-291
/
+32
*
* common.mk : Reverts the changeset 18994.
yugui
2008-09-19
2
-1
/
+6
*
* configure.in: applied OS/2 support patch from Brendan Oakley
matz
2008-09-19
2
-2
/
+7
*
* dln.c: newer BeOS support. a patch from Pete Goodeve
matz
2008-09-19
8
-7
/
+19
*
* ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...
naruse
2008-09-18
2
-15
/
+21
*
* 2008-09-19
svn
2008-09-18
1
-3
/
+3
*
* regexec.c (string_cmp_ic): add text_end argument.
akr
2008-09-18
3
-16
/
+25
*
* ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment out
mame
2008-09-18
2
-0
/
+16
*
* ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted as
mame
2008-09-18
3
-5
/
+47
*
* string.c (rb_str_comparable): make ascii8bit string to be
matz
2008-09-18
3
-5
/
+17
*
* grapheme cluster implementation reverted. [ruby-dev:36375]
akr
2008-09-18
25
-892
/
+234
*
* lib/rake.rb (Rake::Application#standard_exception_handling):
nobu
2008-09-18
2
-8
/
+13
*
* lib/optparse.rb (OptionParser::ParseError#set_backtrace): omits
nobu
2008-09-18
2
-0
/
+12
*
* bignum.c (big2str_karatsuba): free internal buffer eagerly.
matz
2008-09-18
2
-0
/
+11
*
* lib/uri/common.rb (unescape): skip '%' to make String#hex work
mame
2008-09-18
2
-1
/
+7
*
* st.c (new_size): raise RuntimeError when st_table is too big.
mame
2008-09-18
2
-3
/
+8
*
* fix time in changelog
mame
2008-09-18
1
-1
/
+1
*
add a ref.
akr
2008-09-18
1
-1
/
+2
*
fix a typo.
akr
2008-09-18
1
-1
/
+1
*
* transcode.c (enc_arg): must take pointer argument to avoid GC
akr
2008-09-18
2
-8
/
+24
*
* transcode.c: add "Error" suffix for Encoding exception classes.
matz
2008-09-18
11
-222
/
+232
*
* transcode.c (enc_arg): revert last change. too early exception
matz
2008-09-18
2
-9
/
+30
*
Updated Rake files to version 0.8.2
jim
2008-09-18
6
-223
/
+477
*
* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%
mame
2008-09-17
2
-0
/
+686
*
* 2008-09-18
svn
2008-09-17
1
-3
/
+3
*
* io.c (rb_io_extract_modeenc): process option mode: and perm: as
matz
2008-09-17
2
-18
/
+42
*
* string.c (rb_str_casecmp): don't use rb_enc_codepoint.
akr
2008-09-17
4
-18
/
+57
*
* complex.c (nucomp_s_convert): accepts complex
tadf
2008-09-17
4
-27
/
+31
*
* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.
kazu
2008-09-17
2
-5
/
+9
*
* lib/cgi/html.rb (checkbox_group,radio_group): bug fix
xibbar
2008-09-17
3
-6
/
+21
*
typo.
tadf
2008-09-16
1
-1
/
+1
*
* numeric.c: provides predicate real? instead of scalar?.
tadf
2008-09-16
7
-38
/
+47
*
fix typos.
akr
2008-09-16
1
-2
/
+2
*
* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.
akr
2008-09-16
2
-5
/
+10
*
fix typos.
akr
2008-09-16
2
-9
/
+9
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-16
24
-212
/
+921
*
* transcode.c (enc_arg): raise exception when unknown encoding is
naruse
2008-09-16
3
-21
/
+11
*
fix ChangeLog
xibbar
2008-09-16
1
-1
/
+1
*
* lib/cgi/core.rb: performance improvement.
xibbar
2008-09-16
3
-110
/
+120
*
* string.c (rb_str_concat): fix rdoc. (codepoint is integer)
naruse
2008-09-16
2
-5
/
+11
*
* re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.
naruse
2008-09-16
2
-1
/
+5
*
* string.c (rb_str_crypt): orthodox crypt() sees only first two bytes
nobu
2008-09-16
2
-16
/
+18
*
* complex.c (nucomp_marshal_{dump,load}): preserve instance
tadf
2008-09-16
5
-3
/
+24
*
* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]
matz
2008-09-16
2
-1
/
+3
*
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
matz
2008-09-16
2
-6
/
+13
*
* string.c (rb_str_each_codepoint): add new methods, #codepoints
matz
2008-09-16
2
-0
/
+61
*
* ext/socket/mkconstants.rb: add new constants. a patch from
matz
2008-09-16
2
-8
/
+20
*
* string.c ():
matz
2008-09-16
3
-123
/
+277
[prev]
[next]