summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-02-25* ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd isakr
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-25 * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so checkusa
2009-02-24* common.mk (main): split from exts and makes main program afternobu
2009-02-23* regex.c (re_compile_pattern): \s should include \v too.matz
2009-02-23* lib/fileutils.rb (mv): added description for the case ofnobu
2009-02-22* Makefile.in (configure): unset PWD to use symlink to buildingnobu
2009-02-21 * Makefile.in (update-rubyspec, test-rubyspec): Catch up toshyouhei
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-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-18* file.c (file_expand_path): suppress a warning. named magicnobu
2009-02-17* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2009-02-17* version.c, version.h: NO_STRING_LITERAL_CONCATENATION support.nobu
2009-02-17* configure.in (MAJOR, MINOR, TEENY): uses RUBY_VERSION_*.nobu
2009-02-17* string.c (get_arg_pat): no second parameter.nobu
2009-02-17* string.c (rb_str_shared_replace): no need fornobu
2009-02-16* win32/Makefile.sub (CRTDEFFLAGS): separated from DEFS.nobu
2009-02-15* win32/win32.c (_CrtDbgReportW): prevent from false positivenobu
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-14* eval.c (rb_thread_schedule): handle EBADF of select as well.akr
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-09git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22156 b2dd03c8-...knu
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-08* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
2009-02-05merged revision 21628:nobu
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* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremyshugo
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-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-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-26* eval.c (Init_Cont): separated from Init_Thread() sincenobu
2009-01-26* array.c (rb_ary_aset): fixed arguments evaluation order.nobu