summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-03-14* lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu
2009-03-13* lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz
2009-03-09* lib/rake: updated to rake code to rake-0.8.4 source code base.nobu
2009-03-09* lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu
2009-03-06* lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr
2009-03-06* lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu
2009-03-06* lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu
2009-03-06* lib/rubygems/digest/digest_adapter.rb: removed.nobu
2009-03-06* lib/**/*.rb: removed unnecessary shbang lines.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-05* lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu
2009-03-04* lib/thread.rb (SizedQueue#push): fix limit condition.mame
2009-03-03* lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg2
2009-03-03* lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg2
2009-03-03* lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-03-02* lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.akr
2009-03-02* lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu
2009-03-01merged a patch from Alessandro Di Maria in [ruby-core:22560].seki
2009-03-01rdoc update.akr
2009-03-01* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu
2009-02-28* lib/net/http.rb: suppress warnings of non-existing instance variableakr
2009-02-27update doc (add Pathname#binread)kazu
2009-02-27* lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr
2009-02-27* lib/ostruct.rb (modifiable): check if really frozen.nobu
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-23* lib/pathname.rb (Pathname#foreachline): removed wronglymatz
2009-02-23* lib/fileutils.rb (mv): added description for the case ofnobu
2009-02-21* lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]matz
2009-02-19* lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths.nobu
2009-02-19* lib/mkmf.rb (create_makefile): added phony targets.nobu
2009-02-19* lib/mkmf.rb (create_makefile): removes directories in the depthnobu
2009-02-19* lib/mkmf.rb (create_makefile): creates target directories beforenobu
2009-02-17* ext/openssl: avoid cyclic require.akr
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-02-15* lib/test/unit/assertions.rb (Test::Unit::Assertions): aliasesnobu
2009-02-15* lib/securerandom.rb (SecureRandom.urlsafe_base64): new method.akr
2009-02-15rdoc update.akr
2009-02-14* test/test_pp.rb: extract from lib/pp.rb.akr
2009-02-14* lib/time.rb (Time.parse): raise ArgumentError if Date._parse don'takr
2009-02-14remove Id keyword.akr
2009-02-14remove Id keyword.akr
2009-02-14* test/test_time.rb: extracted from lib/time.rb.akr
2009-02-14* lib/pathname.rb: obsolete methods removed.akr
2009-02-11update rdoc [ruby-core:20407] #835gotoken
2009-02-10Fix grammos regarding the verb "refer".knu
2009-02-08* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):akr
2009-02-07* lib/mkmf.rb (have_header): needs dependent headers if trying tonobu
2009-02-03fixed typokazu
2009-02-03* lib/net/imap.rb: validate data before sending to a server.shugo