summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi/core.rb (read_multipart): When path is not defined,mame2009-04-161-1/+7
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-081-25/+51
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-081-1/+1
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-081-1/+1
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-032-11/+6
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-021-1/+0
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-011-1/+1
* * lib/pathname.rb (Pathname#relative_path_from): compares pathnobu2009-03-281-2/+9
* * lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu2009-03-271-3/+0
* * lib/mkmf.rb (what_type?): checks more restrictively, andnobu2009-03-271-15/+31
* * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu2009-03-262-10/+4
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considersnobu2009-03-261-2/+9
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-1/+9
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-191-6/+17
* * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki2009-03-171-9/+4
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-171-1/+15
* * lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu2009-03-151-18/+13
* * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu2009-03-141-10/+10
* * lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz2009-03-131-0/+1
* * lib/rake: updated to rake code to rake-0.8.4 source code base.nobu2009-03-093-54/+123
* * lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu2009-03-091-16/+23
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-061-6/+13
* * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu2009-03-061-9/+14
* * lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu2009-03-061-2/+2
* * lib/rubygems/digest/digest_adapter.rb: removed.nobu2009-03-064-60/+3
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-0619-34/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06268-3565/+3565
* * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu2009-03-051-4/+3
* * lib/thread.rb (SizedQueue#push): fix limit condition.mame2009-03-041-1/+1
* * lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg22009-03-031-2/+2
* * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg22009-03-031-3/+1
* * lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui2009-03-031-0/+2
* * ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu2009-03-031-3/+2
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.akr2009-03-021-3/+6
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-021-2/+2
* merged a patch from Alessandro Di Maria in [ruby-core:22560].seki2009-03-011-10/+10
* rdoc update.akr2009-03-011-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-011-2/+2
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-1/+4
* update doc (add Pathname#binread)kazu2009-02-271-0/+1
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-271-2/+4
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-2/+4
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-251-1/+1
* * lib/pathname.rb (Pathname#foreachline): removed wronglymatz2009-02-231-6/+0
* * lib/fileutils.rb (mv): added description for the case ofnobu2009-02-231-1/+1
* * lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]matz2009-02-211-1/+11
* * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths.nobu2009-02-191-4/+3
* * lib/mkmf.rb (create_makefile): added phony targets.nobu2009-02-191-1/+5
* * lib/mkmf.rb (create_makefile): removes directories in the depthnobu2009-02-191-2/+1
* * lib/mkmf.rb (create_makefile): creates target directories beforenobu2009-02-191-2/+1