summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-05-09* lib/delegate.rb (Delegator#method_missing)knu
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-03-24* lib/cgi.rb: $KCODE always holds its value in upper case.knu
2009-03-22* lib/test/unit.rb: use Kernel.exit to get rid of usingnobu
2009-03-17 * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-13* lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz
2009-03-03* ext/extmk.rb (extmake), lib/mkmf.rb (create_makefile): $objs andnobu
2009-02-26* lib/generator.rb (Enumerator#__generator): Remove next() beforeknu
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-23* lib/fileutils.rb (mv): added description for the case ofnobu
2009-02-19* lib/mkmf.rb (create_makefile): added phony targets.nobu
2009-02-19* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatalknu
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-02-15* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.nobu
2009-02-11update rdoc [ruby-core:20407] #835gotoken
2009-02-10Fix grammos regarding the verb "refer".knu
2009-02-09 r22168@crimson: knu | 2009-02-09 12:05:32 +0900knu
2009-02-09 r22165@crimson: knu | 2009-02-09 11:55:30 +0900knu
2009-02-09 r22164@crimson: knu | 2009-02-09 11:52:38 +0900knu
2009-02-09 r22144@crimson: knu | 2009-02-08 22:34:15 +0900knu
2009-02-09 r22143@crimson: knu | 2009-02-08 22:30:20 +0900knu
2009-02-09 r22142@crimson: knu | 2009-02-08 22:27:31 +0900knu
2009-02-09 r22141@crimson: knu | 2009-02-08 22:04:26 +0900knu
2009-02-09 r22140@crimson: knu | 2009-02-08 21:54:23 +0900knu
2009-02-09 r22139@crimson: knu | 2009-02-08 21:52:57 +0900knu
2009-02-09 r22138@crimson: knu | 2009-02-08 21:45:17 +0900knu
2009-02-09 r22137@crimson: knu | 2009-02-08 21:40:10 +0900knu
2009-02-09Fix a typo in a comment.knu
2009-02-03* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremyshugo
2009-02-01* lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu
2009-01-31fix rdoc.akr
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-27pass the trim_mode [Feature #1032] [Bug #1062]seki
2009-01-27* lib/pathname.rb (Pathname#world_readable?): define only ifakr
2009-01-27remove trailing spaces.akr
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-19* lib/cgi/session.rb: ignore session_id options fixed.[Bug #605]xibbar
2008-12-18 * test warning cleanups.nahi