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/pty/pty.c: reverts 20326. [ruby-dev:37146].
yugui
2008-11-23
1
-46
/
+71
*
merges r20299 and r20303 from trunk into ruby_1_9_1.
yugui
2008-11-22
4
-9
/
+14
*
merges r20298 from trunk into ruby_1_9_1.
yugui
2008-11-22
1
-71
/
+46
*
merges r20286 from trunk into ruby_1_9_1.
yugui
2008-11-22
1
-3
/
+34
*
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved from
yugui
2008-11-11
2
-12
/
+36
*
merges r20150 from trunk into ruby_1_9_1.
yugui
2008-11-11
1
-1
/
+1
*
merges r20148 from trunk into ruby_1_9_1.
yugui
2008-11-11
2
-3
/
+12
*
merges r20146 from trunk into ruby_1_9_1.
yugui
2008-11-11
2
-2
/
+18
*
merges r20145 from trunk into ruby_1_9_1.
yugui
2008-11-11
2
-17
/
+62
*
merges r20128 from trunk into ruby_1_9_1.
yugui
2008-11-11
3
-25
/
+71
*
* ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,
suke
2008-11-06
1
-1
/
+24
*
* ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvise
suke
2008-11-02
1
-2
/
+6
*
* ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefining
nobu
2008-11-02
1
-2
/
+3
*
merged r20004 from trunk into ruby_1_9_1.
yugui
2008-10-29
1
-3
/
+20
*
merged r20001 and r20002 from trunk into ruby_1_9_1.
yugui
2008-10-29
4
-3130
/
+4
*
* ext/mathn/complex/complex.c: no need to define rb_cComplex because
usa
2008-10-27
2
-0
/
+4
*
* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.
kazu
2008-10-27
1
-1
/
+1
*
* ext/nkf/nkf.c (rb_nkf_convert): avoid GC.
naruse
2008-10-26
1
-1
/
+2
*
* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl on
nobu
2008-10-26
2
-1
/
+5
*
* ext/etc/etc.c (sGroup): getgrent may not be available.
nobu
2008-10-26
1
-3
/
+6
*
* ext/mathn/rational/rational.c: undef duplicated macro definition
matz
2008-10-24
1
-1
/
+3
*
* ext/mathn/rational.c: change several global functions.
keiju
2008-10-24
1
-11
/
+19
*
* ext/mathn/rational.c: change several global functions to static
keiju
2008-10-24
1
-0
/
+18
*
* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
keiju
2008-10-24
4
-0
/
+3114
*
* ext/socket/socket.c (sock_s_getservbyport): check if the port range.
nobu
2008-10-23
1
-0
/
+4
*
* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
nobu
2008-10-23
1
-7
/
+7
*
* ext/socket/socket.c (sock_s_getservbyport): the port should be
nobu
2008-10-23
1
-4
/
+6
*
* ext/socket/socket.c (sock_s_getservbyport): cast to get rid of
usa
2008-10-23
1
-1
/
+1
*
* ext/socket/socket.c (sock_s_getservbyport): port should be
matz
2008-10-22
1
-1
/
+1
*
* string.c (rb_str_conv_enc_opts): new function to convert with
matz
2008-10-22
1
-24
/
+81
*
* string.c (rb_external_str_new_with_enc): no implicit strlen call.
matz
2008-10-22
1
-16
/
+16
*
* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
matz
2008-10-21
2
-3
/
+24
*
* string.c (rb_external_str_new_with_enc): wrong condition to
matz
2008-10-21
1
-23
/
+27
*
* ext/stringio/stringio.c (strio_write): should convert writing
matz
2008-10-21
2
-1
/
+9
*
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
matz
2008-10-21
1
-3
/
+8
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
1
-176
/
+309
*
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
shugo
2008-10-21
1
-1
/
+1
*
* ext/iconv/iconv.c (strip_glibc_option, map_charset): check if
nobu
2008-10-21
1
-2
/
+3
*
* ext/zlib/zlib.c (Init_zlib): add getbyte as an alias to getc.
matz
2008-10-20
1
-0
/
+1
*
* include/ruby/ruby.h (ExportStringValue): new macro to convert
matz
2008-10-20
2
-38
/
+38
*
* ext/tk/lib/tk.rb: support Encoding.default_internal.
nagai
2008-10-19
5
-66
/
+147
*
* ext/socket/socket.c (init_sock): sockets should be binmode.
shugo
2008-10-17
1
-3
/
+1
*
* ext/win32ole/win32ole.c (load_conv_function51932): check
suke
2008-10-14
2
-14
/
+29
*
* ext/win32ole/win32ole.c (load_conv_function51932): support
suke
2008-10-13
1
-8
/
+10
*
* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
suke
2008-10-12
1
-33
/
+131
*
* ext/json/ext/parser/parser.c (JSON_parse_string):
naruse
2008-10-10
1
-1
/
+3
*
* ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized
mame
2008-10-09
1
-2
/
+2
*
* ext/json/ext/generator/extconf.rb: fix target.
naruse
2008-10-09
2
-2
/
+2
*
* include/ruby/ruby.h: embeds the elements of an array into its
yugui
2008-10-09
1
-6
/
+3
*
rdoc update.
akr
2008-10-09
1
-7
/
+7
[next]