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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with
nobu
2009-09-23
1
-1
/
+5
*
* ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.
nobu
2009-09-23
1
-0
/
+11
*
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
nobu
2009-09-21
2
-0
/
+4
*
* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be
nobu
2009-09-21
1
-3
/
+3
*
* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.
nobu
2009-09-21
4
-0
/
+6
*
* ext/bigdecimal/lib/*.rb: fixed indent.
nobu
2009-09-21
3
-42
/
+42
*
* ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion from
nobu
2009-09-21
1
-0
/
+15
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796]
marcandre
2009-09-21
1
-4
/
+1
*
* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...
marcandre
2009-09-21
1
-1
/
+1
*
* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...
marcandre
2009-09-21
1
-0
/
+10
*
* ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):
nobu
2009-09-20
1
-5
/
+31
*
* ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoring
suke
2009-09-13
1
-31
/
+19
*
* ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoring
suke
2009-09-13
1
-31
/
+22
*
ext/win32ole/win32ole.c: some refactoring.
suke
2009-09-13
1
-48
/
+6
*
* ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st
suke
2009-09-12
1
-64
/
+190
*
* configure.in (GCC): subst for GCC depending extension libraries.
nobu
2009-09-12
4
-4
/
+4
*
* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
suke
2009-09-11
1
-1
/
+2
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.
nobu
2009-09-09
1
-5
/
+17
*
* ext/dl/cfunc.c (dlcfunc_data_type): typed.
nobu
2009-09-09
3
-47
/
+83
*
Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-09-09
1
-1
/
+0
*
NaN is now 0.0/0 because of 1.8/1.9 compat.
naruse
2009-09-01
1
-1
/
+1
*
* ext/json: Update to JSON 1.1.9.
naruse
2009-09-01
17
-2181
/
+140
*
* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;
naruse
2009-08-29
1
-1
/
+1
*
* ext/win32ole/win32ole.c: use SafeStringValue instead of
suke
2009-08-28
1
-11
/
+11
*
* ext/strscan/strscan.c (strscan_set_string): set string should not be
nobu
2009-08-26
1
-2
/
+1
*
YAML parser don't need identity hash.
akr
2009-08-22
1
-11
/
+11
*
* ext/syck/rubyext.c (id_hash_new): new function to create a hash
akr
2009-08-22
1
-3
/
+12
*
use rl_prep_terminal only on Windows. [ruby-core:25009]
naruse
2009-08-21
1
-1
/
+3
*
Fix: change terminal's size on Widows when the window size is changed
naruse
2009-08-20
1
-0
/
+1
*
* include/ruby/ruby.h (rb_check_safe_str): deprecated.
nobu
2009-08-14
2
-3
/
+3
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): faster
nobu
2009-08-14
1
-5
/
+5
*
* ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows
usa
2009-08-12
1
-0
/
+3
*
* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.
nagai
2009-08-09
2
-5
/
+7
*
* ext/ripper/eventids2.c (token_to_eventid): added
nobu
2009-08-08
1
-0
/
+1
*
* ext/digest/sha2/sha2.c: The ULL suffix is not supported by
knu
2009-08-06
1
-60
/
+65
*
* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be
knu
2009-08-06
4
-16
/
+0
*
* ext/tk/extconf.rb (search_tclConfig): fix logic bug.
nagai
2009-08-06
1
-3
/
+2
*
* ext/digest/sha2/lib/sha2.eb: should require sha2.so.
usa
2009-08-06
1
-0
/
+1
*
* ext/digest/sha2/sha2.c (*_Final): typos.
usa
2009-08-06
1
-6
/
+6
*
* ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER as
knu
2009-08-06
1
-1
/
+10
*
* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
knu
2009-08-05
2
-137
/
+446
*
* ext/tk/lib/tcltklib.c: fix trouble on old-style C function
nagai
2009-08-03
8
-66
/
+293
*
* ext/json/lib/json/common.rb (JSON#recurse_proc): remove
matz
2009-07-28
1
-1
/
+0
*
* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.
nagai
2009-07-27
3
-170
/
+319
*
* ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.
azav
2009-07-25
1
-18
/
+18
*
* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.
nagai
2009-07-23
1
-8
/
+8
*
* ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows
usa
2009-07-22
1
-0
/
+3
*
* ext/socket/mkconstants.rb: define IPV6_* constants only when INET6
usa
2009-07-22
1
-1
/
+1
*
* ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.
usa
2009-07-22
1
-1
/
+1
*
* ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addresses
usa
2009-07-22
1
-0
/
+4
[next]