summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_prepare): use utf-8 encoding directly.nobu2008-10-112-1/+5
* rdoc update.akr2008-10-111-2/+9
* * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu2008-10-112-9/+14
* * lib/rake.rb (Rake::Application#standard_exception_handling): removednobu2008-10-102-4/+10
* properties.nobu2008-10-101-3/+3
* * parse.y: optimize 'for' statement when one variable given.ko12008-10-104-7/+29
* * 2008-10-11svn2008-10-101-3/+3
* * lib/csv/csv.rb: Added support for Encoding::default_internal.jeg22008-10-1012-179/+184
* fix typos.akr2008-10-101-9/+9
* * parse.y (comment_at_top): needed for ripper too.nobu2008-10-102-4/+8
* * include/ruby.h: updated macros for headers. [ruby-core:19275]nobu2008-10-102-2/+5
* * parse.y (magic_comment_encoding): warns when ignored.nobu2008-10-102-9/+37
* properties.nobu2008-10-100-0/+0
* * ext/json/ext/parser/parser.c (JSON_parse_string):naruse2008-10-102-1/+8
* Updated changelog for test/unit / minitest switchryan2008-10-101-0/+6
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-102-43/+281
* removed miniunit's testsryan2008-10-103-1094/+0
* Added minitest 1.3.0ryan2008-10-106-0/+1686
* Restored test/unitryan2008-10-1021-0/+3307
* Removing miniunitryan2008-10-108-771/+0
* * sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu2008-10-092-1/+6
* * encoding.c (enc_names): minor improvement.nobu2008-10-092-8/+15
* * lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu2008-10-092-12/+21
* * 2008-10-10svn2008-10-091-3/+3
* * transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.mame2008-10-092-2/+4
* * misc/ruby-style.el (ruby-style-c-mode): buffer may not have filenobu2008-10-092-1/+14
* * process.c (run_exec_dup2): fix resource leak.mame2008-10-092-1/+5
* * process.c (rb_run_exec_options): fix resource leak.mame2008-10-092-0/+5
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-093-10/+24
* * variable.c (rb_mod_remove_cvar): fix r19711.mame2008-10-092-2/+6
* * ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame2008-10-092-2/+7
* * ext/json/ext/generator/extconf.rb: fix target.naruse2008-10-093-2/+8
* * add test for Encoding#names.naruse2008-10-091-0/+9
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-098-152/+363
* * encoding.c (Init_Encoding): new instance method Encoding#names,naruse2008-10-092-0/+39
* rdoc update.akr2008-10-091-7/+7
* * 2008-10-09svn2008-10-081-3/+3
* * thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz2008-10-082-0/+6
* revert previous commit.akr2008-10-081-1/+0
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-10-082-4/+18
* add an assertion.akr2008-10-081-0/+1
* rdoc update.akr2008-10-081-4/+4
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-082-2/+8
* * ext/json/lib/json/pure/parser.rbnaruse2008-10-082-1/+6
* * lib/test/unit/assertions.rb: assert_nothing_thrown, naruse2008-10-082-16/+33
* * variable.c (classname, rb_obj_remove_instance_variable),nobu2008-10-081-23/+28
* * variable.c (autoload_delete, autoload_file): should not deletenobu2008-10-082-10/+8
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-075-61/+206
* * 2008-10-08svn2008-10-071-3/+3
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-073-2/+23