summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in: fix the location of cdcmd.akr2009-03-071-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: the shell which runs configure may be different fromakr2009-03-071-0/+6
| | | | | | | | the shell for make. configure likes bash but Makefile specifies SHELL=/bin/sh. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/erb/test_erb.rb: reverted space sensitive test results.nobu2009-03-071-0/+8
| | | | | | | | | * test/rdoc/test_rdoc_parser_c.rb: ditto. * test/rdoc/test_rdoc_ri_default_display.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-061-0/+5
| | | | | | | argument to add padding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor stylenobu2009-03-061-1/+6
| | | | | | | | | not to show RUBY_VERSION_MAJOR and so on. * version.h (RUBY_LIB_VERSION): makes from RUBY_LIB_VERSION_STYLE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in (update-mspec): split from update-rubyspec.nobu2009-03-061-1/+5
| | | | | | | * win32/Makefile.sub (update-{rubyspec,mspec}): added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu2009-03-061-24/+4
| | | | | | | phisical directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu2009-03-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (report_bug): message updated to better English.matz2009-03-061-0/+5
| | | | | | [ruby-core:22665] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: reverted lines removed at r22787.nobu2009-03-061-1/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu2009-03-061-0/+5
| | | | | | | definition before rule. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu2009-03-061-1/+4
| | | | | | | escaped spaces. incorporated from rake 0.8.4. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu2009-03-061-0/+5
| | | | | | | as each arguments with expanded. incorporated from rake 0.8.4. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c (rb_ary_fill): doc for Array#fill misses indicationmatz2009-03-061-16/+5
| | | | | | about negative value for the start argument. [ruby-core:22497] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flo_to_s): keeps enough precision for round trip.nobu2009-03-051-0/+5
| | | | | | | [ruby-core:22325] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu2009-03-051-0/+5
| | | | | | | non-existent directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_sysinit): initializes version info first.nobu2009-03-051-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu2009-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu2009-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu2009-03-051-0/+5
| | | | | | | mt.exe on Windows 7 beta. [ruby-talk:330284] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (str_eql): extracted from rb_str_equal and rb_str_eql.nobu2009-03-051-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_chomp_bang): keeps 7bit coderange.nobu2009-03-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZEDnobu2009-03-051-0/+8
| | | | | | | | | | is not defined already. * include/ruby/encoding.h (ENC_FROM_ENCINDEX): removed because depending on a static variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_array.rb: fix wrong test, and add a test formame2009-03-041-0/+5
| | | | | | | sort_by!. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_array.rb: add some tests for coverage.mame2009-03-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/README.win32 (Requirement): added unicows.lib and dll.nobu2009-03-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, win32/configure.bat (--enable-win95): new optionnobu2009-03-041-0/+5
| | | | | | | to enable/disable win95 support. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/thread.rb (SizedQueue#push): fix limit condition.mame2009-03-041-0/+5
| | | | | | | [ruby-dev:38135] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (mingw): checks if unicows.lib is available.nobu2009-03-041-1/+5
| | | | | | | * win32/Makefile.sub (LIBS): links unicows.lib if available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/win32.h (WIN95): moved to config.hnobu2009-03-041-0/+9
| | | | | | | | | | * win32/Makefile.sub (config.h): defines WIN95 only if unicows.lib is available. * win32/setup.mak (-unicows-): checks if unicows.lib is available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg22009-03-031-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg22009-03-031-0/+5
| | | | | | | | loop while reading some encodings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui2009-03-031-0/+7
| | | | | | | | [ruby-core:22646]. * test/test_prime.rb (test_prime?): test case for [ruby-core:22646]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): removes object files no longer used andnobu2009-03-031-2/+5
| | | | | | | files to be removed by old distclean. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/win32/resolv.rb: get rid of warning.usa2009-03-031-0/+6
| | | | | | | | * ext/dl/lib/dl/func.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-0/+5
| | | | | | | $srcs are always Array or nil now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import insteadusa2009-03-031-0/+5
| | | | | | | | of Win32API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.usa2009-03-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-031-1/+5
| | | | | | | * ext/dl/callback: split from dl. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixednobu2009-03-031-1/+4
| | | | | | | variable name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundantnobu2009-03-031-1/+6
| | | | | | | | | initialization. * ext/dl/lib/dl/stack.rb (DL::Stack): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.nobu2009-03-031-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/dl: moved from ext/dl/test.nobu2009-03-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): removes object files no longer used.nobu2009-03-031-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (main): passes $(MAKE) to mkmain_cmdnobu2009-03-031-0/+6
| | | | | | | * ext/extmk.rb (command_output): uses arguments to invoke make. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.akr2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/sockport.h (SS_LEN): defined unconditionally.akr2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (anc_inspect_socket_creds): supress warnings.akr2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-021-0/+5
| | | | | | | unconditionally. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e