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
*
* transcode.c (get_replacement_character): use U+FFFD as replacement
naruse
2008-07-31
3
-14
/
+22
*
* transcode.c (get_replacement_character): fix: invalid byte sequence
naruse
2008-07-31
2
-4
/
+9
*
* test/rubygems/test_gem_ext_configure_builder.rb
naruse
2008-07-31
2
-2
/
+6
*
test/ruby/test_transcode.rb: added test_shift_jis
duerst
2008-07-31
2
-0
/
+63
*
* include/ruby/ruby.h (struct RString): size of ary must be
mame
2008-07-31
2
-1
/
+6
*
* pack.c (pack_unpack): upper half of hexdigits has never been used.
nobu
2008-07-31
2
-1
/
+5
*
* ext/syck/syck.h (ASSERT): fix typo at r18176.
nobu
2008-07-31
2
-2
/
+4
*
* ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no
nobu
2008-07-31
2
-1
/
+8
*
* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which
nobu
2008-07-31
5
-4
/
+14
*
* ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch
mame
2008-07-30
2
-2
/
+9
*
* thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.
nobu
2008-07-30
2
-2
/
+6
*
* parse.y (magic_comment_encoding): remove meaningless null check.
mame
2008-07-30
2
-1
/
+5
*
* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautology
mame
2008-07-30
2
-3
/
+8
*
* pack.c (pack_unpack): reduced static variables.
nobu
2008-07-30
2
-13
/
+15
*
* 2008-07-31
svn
2008-07-30
1
-3
/
+3
*
* proc.c (rb_proc_call_with_block): prevent null reference.
mame
2008-07-30
2
-1
/
+5
*
* parse.y (vtable_free): remove meaningless null check.
mame
2008-07-30
2
-3
/
+5
*
* dir.c (struct dir_data): change path field char * to VALUE.
akr
2008-07-30
2
-12
/
+28
*
* string.c (sym_inspect): remove dead code.
mame
2008-07-30
2
-5
/
+5
*
* ChangeLog: fix wrong method name and add reference.
mame
2008-07-30
1
-2
/
+6
*
* regparse.c (parse_exp): fix memory leak.
mame
2008-07-30
2
-1
/
+8
*
* regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").
mame
2008-07-30
2
-0
/
+7
*
* 2008-07-30
svn
2008-07-30
1
-3
/
+3
*
* win32/win32.c (rb_w32_select): recalc the rest of timeout for each
nobu
2008-07-30
4
-13
/
+69
*
* io.c (io_ungetc): raise NotImplementedError when ungetc is called
mame
2008-07-29
3
-9
/
+54
*
* test/ruby/test_io.rb (pipe): run reader thread and writer thread.
mame
2008-07-29
2
-57
/
+85
*
* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.
mame
2008-07-29
2
-1
/
+5
*
* test/etc/test_etc.rb (test_passwd): age field may be string under
mame
2008-07-29
2
-1
/
+6
*
* dir.c (char_casecmp): fix: return 0 if either of characters is NUL.
naruse
2008-07-29
2
-2
/
+5
*
* ChangeLog: fixed wrong changelog for r18253.
nobu
2008-07-29
1
-2
/
+3
*
* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid is
naruse
2008-07-29
2
-3
/
+8
*
* file.c (rb_find_file_ext, rb_find_file): converts Windows style path
nobu
2008-07-28
2
-6
/
+23
*
* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).
naruse
2008-07-28
3
-3
/
+39
*
* 2008-07-29
svn
2008-07-28
1
-3
/
+3
*
* dir.c (struct dir_data): intenc field removed.
akr
2008-07-28
2
-38
/
+13
*
* test/rss/: use PNG instead of zlib as binary data.
kou
2008-07-28
4
-21
/
+16
*
* thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted
usa
2008-07-28
4
-25
/
+34
*
* test/ruby/test_require.rb (test_require_too_long_filename):
mame
2008-07-28
2
-1
/
+13
*
* vm_core.h: move the definition of struct rb_mutex_struct.
mame
2008-07-28
3
-10
/
+14
*
* thread.c (mutex_unlock): fix typo.
mame
2008-07-28
2
-1
/
+5
*
* file.c (rb_find_file_ext, rb_find_file): not to split load path with
nobu
2008-07-28
2
-55
/
+32
*
* win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must not
nobu
2008-07-28
2
-4
/
+16
*
* win32/win32.c (CreateChild, overlapped_socket_io): suppress
nobu
2008-07-28
2
-3
/
+8
*
* win32/win32.c (MAXPATHLEN): define before use.
usa
2008-07-28
2
-6
/
+10
*
* thread_win32.[ch]: moved definitions of cond_every_entry and
usa
2008-07-28
3
-10
/
+16
*
* dln.c (load_lib): use dln_find_file_r instead of dln_find_file.
nobu
2008-07-28
2
-2
/
+6
*
* 2008-07-28
svn
2008-07-27
1
-3
/
+3
*
* vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in
mame
2008-07-27
4
-33
/
+34
*
* test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL and
mame
2008-07-27
2
-3
/
+7
*
* bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes
naruse
2008-07-27
2
-2
/
+8
[next]