summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08* 2009-02-09svn
2009-02-08* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
2009-02-07update rdoc.akr
2009-02-07add not about IO#pos and IO#readpartial.akr
2009-02-07* 2009-02-07svn
2009-02-07a test removed.akr
2009-02-05* 2009-02-05svn
2009-02-05merged revision 21628:nobu
2009-02-04* 2009-02-04svn
2009-02-04fixed typos and remove some spaceskazu
2009-02-03* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not locknobu
2009-02-03* re.c (match_check): check if MatchData is initialized.matz
2009-02-03* 2009-02-03svn
2009-02-03* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremyshugo
2009-02-02* 2009-02-02svn
2009-02-02* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()knu
2009-02-01* lib/optparse.rb (Switch#summarize): strips an equal sign fromnobu
2009-01-31fix rdoc.akr
2009-01-31* 2009-01-31svn
2009-01-31* io.c (io_getpartial): fflush after read for updating pos in FILE.akr
2009-01-30* proc.c (Init_Proc): add '===' operator to use procs in whenknu
2009-01-30* 2009-01-30svn
2009-01-30Mention SecureRandom.uuid.knu
2009-01-29* 2009-01-29svn
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-27* 2009-01-28svn
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-27* 2009-01-27svn
2009-01-27remove trailing spaces.akr
2009-01-26* eval.c (Init_Cont): separated from Init_Thread() sincenobu
2009-01-26* array.c (rb_ary_aset): fixed arguments evaluation order.nobu
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-26* eval.c (Init_Thread): provides "continuation.so" for forwardnobu
2009-01-25* 2009-01-26svn
2009-01-25* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
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-22* gc.c (define_final): cannot define finalizer for immediatenobu
2009-01-22* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.nobu
2009-01-22eol-stylenobu
2009-01-21pass the trim_mode [Feature #1032]seki