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 (comment_at_top): needed for ripper too.
nobu
2008-10-10
1
-0
/
+4
*
* include/ruby.h: updated macros for headers. [ruby-core:19275]
nobu
2008-10-10
1
-0
/
+4
*
* parse.y (magic_comment_encoding): warns when ignored.
nobu
2008-10-10
1
-0
/
+9
*
* ext/json/ext/parser/parser.c (JSON_parse_string):
naruse
2008-10-10
1
-0
/
+5
*
Updated changelog for test/unit / minitest switch
ryan
2008-10-10
1
-0
/
+6
*
* sprintf.c (rb_str_format): check if codepoint for %c is valid.
nobu
2008-10-09
1
-0
/
+5
*
* encoding.c (enc_names): minor improvement.
nobu
2008-10-09
1
-0
/
+4
*
* lib/optparse.rb (ParseError.filter_backtrace): removes internal
nobu
2008-10-09
1
-0
/
+5
*
* transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.
mame
2008-10-09
1
-0
/
+4
*
* misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
nobu
2008-10-09
1
-0
/
+5
*
* process.c (run_exec_dup2): fix resource leak.
mame
2008-10-09
1
-0
/
+4
*
* process.c (rb_run_exec_options): fix resource leak.
mame
2008-10-09
1
-0
/
+4
*
* test/ruby/test_module.rb (test_remove_class_variable): add a test
mame
2008-10-09
1
-0
/
+8
*
* variable.c (rb_mod_remove_cvar): fix r19711.
mame
2008-10-09
1
-0
/
+4
*
* ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized
mame
2008-10-09
1
-0
/
+5
*
* ext/json/ext/generator/extconf.rb: fix target.
naruse
2008-10-09
1
-0
/
+6
*
* include/ruby/ruby.h: embeds the elements of an array into its
yugui
2008-10-09
1
-0
/
+17
*
* encoding.c (Init_Encoding): new instance method Encoding#names,
naruse
2008-10-09
1
-0
/
+9
*
* thread.c (rb_thread_wait_fd_rw): should not block by select if
matz
2008-10-08
1
-0
/
+5
*
* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage
suke
2008-10-08
1
-0
/
+6
*
* ext/json/lib/json/pure/generator.rb (utf8_to_json):
naruse
2008-10-08
1
-0
/
+5
*
* ext/json/lib/json/pure/parser.rb
naruse
2008-10-08
1
-0
/
+5
*
* lib/test/unit/assertions.rb: assert_nothing_thrown,
naruse
2008-10-08
1
-0
/
+6
*
* variable.c (autoload_delete, autoload_file): should not delete
nobu
2008-10-08
1
-0
/
+6
*
* encoding.c (rb_default_internal_encoding): merged a patch from
matz
2008-10-07
1
-0
/
+10
*
* lib/date.rb (today,now): should produce own instances.
tadf
2008-10-07
1
-0
/
+5
*
* ext/json/lib/json/pure/generator.rb (utf8_to_json):
naruse
2008-10-07
1
-0
/
+5
*
* ext/json/lib/json/pure/generator.rb (utf8_to_json):
naruse
2008-10-07
1
-0
/
+5
*
* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the
xibbar
2008-10-06
1
-0
/
+10
*
* gc.c (gc_mark_children): ignores T_ZOMBIE.
nobu
2008-10-06
1
-0
/
+4
*
* test/ruby/test_module.rb (TestModule#test_mod_constants): should
matz
2008-10-06
1
-0
/
+3
*
* test/ruby/test_module.rb (TestModule#_wrap_assertion): add
matz
2008-10-06
1
-0
/
+5
*
* lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised):
matz
2008-10-06
1
-0
/
+5
*
* string.c (rb_str_comparable): string comparison should be
matz
2008-10-06
1
-0
/
+8
*
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test
matz
2008-10-06
1
-0
/
+6
*
* lib/mkmf.rb ($config_h): now always defines for old libraries.
nobu
2008-10-05
1
-0
/
+4
*
* vm_method.c (rb_mod_modfunc): method undefined in included module
nobu
2008-10-05
1
-0
/
+5
*
* lib/rational.rb: resolved conflicts of aliases.
tadf
2008-10-05
1
-0
/
+6
*
* lib/open-uri.rb: remove debug code introduced by previous change.
akr
2008-10-05
1
-0
/
+4
*
* lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.
naruse
2008-10-05
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_set_encoding): defined for
naruse
2008-10-05
1
-0
/
+5
*
* eval.c: come back definition of environ.
naruse
2008-10-05
1
-0
/
+4
*
* ext/nkf/nkf-utf8/utf8tbl.c: update table.
naruse
2008-10-05
1
-0
/
+4
*
* dln.c: Ruby no longer supports VMS.
yugui
2008-10-04
1
-0
/
+28
*
* dln.c: Ruby no longer supports Windows CE.
yugui
2008-10-04
1
-0
/
+26
*
* dln.c: Ruby no longer supports MacOS 9 or before.
yugui
2008-10-04
1
-0
/
+26
*
* dln.c: Ruby no longer supports MS-DOS.
yugui
2008-10-04
1
-0
/
+26
*
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
yugui
2008-10-04
1
-0
/
+46
*
* x68/_dtos18.c: removed. Ruby no longer supports human68k.
yugui
2008-10-04
1
-0
/
+41
*
* lib/date/format.rb: no need to require the "lib/rational.rb".
tadf
2008-10-04
1
-0
/
+4
[prev]
[next]