1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Jeremy Evans f9f7f3a75e [ruby/date] Make %v strftime flag use uppercase month
%v is supposed to be the VMS date, and VMS date format uses an
uppercase month.

Ruby 1.8 used an uppercase month for %v, but the behavior was
changed without explanation in r31672.

Time#strftime still uses an uppercase month for %v, so this change
makes Date#strftime consistent with Time#strftime.

Fixes [Bug #13810]

https://github.com/ruby/date/commit/56c489fd7e
2021-09-28 17:34:26 +09:00
..
-test- [ruby/fiddle] Create extconf header for MSVC 2021-09-05 17:31:46 +09:00
bigdecimal
cgi/escape
continuation
coverage
date [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
digest
etc
fcntl
fiddle [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69) 2021-09-05 17:43:48 +09:00
io
json
monitor
nkf
objspace [Feature #18045] Remove T_PAYLOAD 2021-08-25 09:28:21 -04:00
openssl [ruby/openssl] Add fallthrough comments 2021-09-12 22:49:07 +09:00
pathname [Feature #16972] Add mode: option to Pathname#mkpath 2021-08-31 11:53:41 +09:00
psych [ruby/psych] Replace A-Za-z with [:alpha:] 2021-08-31 19:34:54 +09:00
pty
racc/cparse
rbconfig/sizeof
readline
ripper
rubyvm
socket [DOC] Use unpack1 instead of unpack(template)[0] [ci skip] 2021-09-23 09:20:00 +09:00
stringio
strscan
syslog
win32
win32ole
zlib [ruby/zlib] Don't print out warnings when finalizing 2021-08-31 23:20:42 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt