On 04/06/15 19:13, rogerthn wrote:
Looks like the bug has been there since version 3.4.0?

Correct with 3.2.8
[roger@CentOS ~]$ mono -V
Mono JIT compiler version 3.2.8 (tarball Thu Jun  4 19:06:42 CEST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
www.mono-project.com
         TLS:           __thread
         SIGSEGV:       altstack
         Notifications: epoll
         Architecture:  amd64
         Disabled:      none
         Misc:          softdebug
         LLVM:          supported, not enabled.
         GC:            sgen
[roger@CentOS ~]$ mono HelloWorldMMM.exe
Hello World, below is DateTime.Now.ToString MMM, MMMM, ddd and dddd
jun
juni
tor
torsdag

Incorrect with 3.4.0 and later
[roger@CentOS ~]$ mono -V
Mono JIT compiler version 3.4.0 (tarball Thu Jun  4 18:43:38 CEST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
www.mono-project.com
         TLS:           __thread
         SIGSEGV:       altstack
         Notifications: epoll
         Architecture:  amd64
         Disabled:      none
         Misc:          softdebug
         LLVM:          supported, not enabled.
         GC:            sgen
[roger@CentOS ~]$ mono HelloWorldMMM.exe
Hello World, below is DateTime.Now.ToString MMM, MMMM, ddd and dddd
Jun
Juni
Tor
torsdag



Please report the bug to http://bugzilla.xamarin.com/ marking it as [regression] then.



_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to