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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* parse.y (token_info_get_column, token_info_has_nonspaces),
nobu
2008-08-30
1
-0
/
+5
*
* parse.y (token_info_push): -w warns indentation level mismatch.
matz
2008-08-30
1
-0
/
+7
*
* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.
matz
2008-08-30
1
-0
/
+9
*
* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix for
nobu
2008-08-30
1
-0
/
+5
*
* ext/dl/mkcallback.rb: fix continuation line detection.
akr
2008-08-30
1
-0
/
+4
*
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem which
akr
2008-08-30
1
-0
/
+5
*
* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".
ko1
2008-08-30
1
-0
/
+4
*
* parse.y: remove include pragma for "ruby/intern.h".
ko1
2008-08-30
1
-0
/
+4
*
* lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and
nobu
2008-08-30
1
-0
/
+5
*
* include/ruby/intern.h (rb_file_s_absolute_path),
nobu
2008-08-29
1
-7
/
+12
*
* encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.
naruse
2008-08-29
1
-0
/
+6
*
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
naruse
2008-08-29
1
-0
/
+6
*
* object.c (rb_obj_freeze): update rdoc to mention RuntimeError
matz
2008-08-29
1
-0
/
+5
*
* bignum.c (bigdivmod): remove redundant code. a patch from
matz
2008-08-29
1
-0
/
+5
*
* lib/cgi.rb (CGI#initialize): remove unused constants. a patch
matz
2008-08-29
1
-0
/
+5
*
* bignum.c: added an alias (#magnitude).
tadf
2008-08-29
1
-0
/
+2
*
* complex.c ({nucomp,numeric}_rect): new.
tadf
2008-08-29
1
-0
/
+21
*
* gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.
ko1
2008-08-29
1
-0
/
+4
*
* encoding.c (enc_compatible_p): raise TypeError when argument is not
naruse
2008-08-29
1
-0
/
+5
*
* string.c (rb_str_index_m): only regexp uses byte offset.
naruse
2008-08-29
1
-0
/
+6
*
* vm_insnhelper.c (vm_call_method): copy arguments to allocated
ko1
2008-08-29
1
-0
/
+7
*
* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix for
nobu
2008-08-29
1
-0
/
+9
*
* encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCII
naruse
2008-08-29
1
-0
/
+10
*
* win32/win32.c (rb_w32_read, rb_w32_write): more accurate handling
usa
2008-08-28
1
-0
/
+5
*
* transcode.c (econv_finish): new method.
akr
2008-08-28
1
-0
/
+4
*
* transcode.c (econv_convert): new method.
akr
2008-08-28
1
-0
/
+4
*
* transcode.c (econv_primitive_convert): accept nil as
akr
2008-08-28
1
-0
/
+5
*
* transcode.c (econv_primitive_convert): accept nil as input for empty
akr
2008-08-28
1
-0
/
+5
*
* strftime.c (rb_strftime): supported %s and %P.
shugo
2008-08-28
1
-0
/
+8
*
* transcode.c (sym_invalid_byte_sequence): new variable.
akr
2008-08-28
1
-0
/
+12
*
* strftime.c (rb_strftime): fixed a bug of padding.
shugo
2008-08-28
1
-0
/
+6
*
* win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().
usa
2008-08-28
1
-0
/
+4
*
* file.c (file_expand_path): check invalid access.
mame
2008-08-28
1
-0
/
+4
*
* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
shugo
2008-08-28
1
-0
/
+7
*
* test/ruby/test_time.rb: suppress warning during test.
mame
2008-08-28
1
-0
/
+4
*
* test/ruby/test_time.rb (test_strftime): make test for %a independent
mame
2008-08-28
1
-0
/
+5
*
* string.c (rb_str_shared_replace): remove corrupt noembed string
mame
2008-08-28
1
-0
/
+5
*
* common.mk: dependency updated.
akr
2008-08-28
1
-0
/
+4
*
* KNOWNBUGS.rb: add a test. see [ruby-dev:36028]
mame
2008-08-28
1
-0
/
+4
*
* win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file
usa
2008-08-28
1
-0
/
+13
*
* vm_method.c (rb_method_node): fail earlier if no method found.
matz
2008-08-28
1
-0
/
+2
*
* object.c (convert_type): call less rb_intern() less frequently
matz
2008-08-28
1
-0
/
+3
*
* vm_insnhelper.c (vm_yield_setup_args): object with to_ary should
matz
2008-08-28
1
-0
/
+6
*
* bootstraptest/test_io.rb: no need to create real file.
usa
2008-08-28
1
-0
/
+4
*
* file.c (rb_file_s_expand_path): new class method for class File.
matz
2008-08-28
1
-0
/
+7
*
mentioned CGIAlt.
naruse
2008-08-28
1
-0
/
+6
*
* test/cgi/test_cgi_multipart.rb: add test for multipart.
naruse
2008-08-28
1
-0
/
+5
*
* test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.
naruse
2008-08-28
1
-0
/
+5
*
* test/cgi/test_cgi_header.rb: add test for CGI::Header.
naruse
2008-08-28
1
-0
/
+5
*
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
2008-08-27
1
-0
/
+8
[next]