aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-223-2/+7
* * string.c (rb_str_inspect): fix for ascii-compatible externalnobu2010-11-223-1/+14
* Add missing tables.naruse2010-11-224-0/+76244
* * lib/mkmf.rb (create_makefile): should not duplicate rules.nobu2010-11-222-2/+8
* * enc/big5.c: split CP950 from Big5.naruse2010-11-227-32103/+67
* * string.c (rb_str_inspect): append for each chars instead of bulknobu2010-11-223-2/+11
* Fix r29848's test.naruse2010-11-221-1/+1
* * time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse2010-11-223-2/+10
* * string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse2010-11-223-0/+8
* * 2010-11-22svn2010-11-211-2/+2
* * lib/date.rb: some improvements for performance.tadf2010-11-212-11/+36
* * 2010-11-21svn2010-11-201-2/+2
* NTFS's ctime is creation time! [ruby-core:33269]naruse2010-11-201-0/+6
* * random.c (random_rand): get rid of overflow.nobu2010-11-202-4/+21
* * lib/mkmf.rb: adding compilation support for ObjC/ObjC++ extensions.tenderlove2010-11-192-9/+7
* * 2010-11-20svn2010-11-191-2/+2
* add dependency(insns.inc) to compile.objarton2010-11-192-1/+5
* * win32/Makefile.sub (insns_rules.mk): remove extra backslash.nobu2010-11-192-3/+5
* * ChangeLog: adjust indent.nobu2010-11-191-16/+16
* * cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files arenobu2010-11-193-3/+6
* * ChangeLog: adjust indent.nobu2010-11-191-16/+16
* * test/rexml/test_core.rbkou2010-11-192-1/+16
* * lib/optparse.rb: shell completion support for zsh. based onnobu2010-11-194-1/+105
* * lib/optparse.rb: shell completion support for bash.nobu2010-11-191-0/+4
* * lib/optparse.rb: shell completion support for bash.nobu2010-11-194-9/+127
* Remove a test for reverted feature r26701.naruse2010-11-191-8/+0
* * 2010-11-19svn2010-11-181-2/+2
* * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): no needs on cygwin.nobu2010-11-182-3/+5
* * win32/Makefile.sub (scriptbin): create script binaries.nobu2010-11-182-12/+50
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou2010-11-183-5/+33
* * include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.nobu2010-11-183-224/+227
* * Makefile.in (reconfig): force reconfigure with previous options.nobu2010-11-173-3/+23
* * missing/langinfo.c (strncasecmp): get rid of redefinition.nobu2010-11-172-1/+5
* * 2010-11-18svn2010-11-171-2/+2
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-173-3/+15
* * win32/configure.bat: remove quotes from arguments to be quoted.nobu2010-11-172-14/+16
* * lib/mkmf.rb (create_makefile): use forward slashes in messages.nobu2010-11-173-11/+15
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-173-5/+11
* * win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu2010-11-176-12/+16
* * Makefile.in (lex.c): show commands if Q is not set.nobu2010-11-171-2/+2
* * common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): passnobu2010-11-172-2/+11
* * test/test_tracer.rb: new test case. mimimal regression test for r29280.yugui2010-11-172-0/+25
* * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui2010-11-172-0/+12
* * regint.h (OnigOpInfoType): constify name.naruse2010-11-174-24/+37
* * enc/shift_jis.c (property_name_to_ctype): fix memory leak.naruse2010-11-173-2/+8
* * 2010-11-17svn2010-11-161-2/+2
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-163-38/+62
* * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)mame2010-11-162-1/+6
* Refix timing problem.naruse2010-11-161-1/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-162-1/+6