CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/11 10:05:02
Modified files:
lang/mono : Makefile
Added files:
lang/mono/patches:
patch-external_corefx_src_Common_src_CoreLib_System_Collections_Generic_List_cs
patch-external_corert_src_System_Private_CoreLib_shared_System_Collections_Generic_ArraySortHelper_cs
Log message:
add MONO_FORCE_COMPAT env var which allows additional backwards compatibility
Note that this should only be used in well-defined cases that otherwise throw
array/list exceptions since it opens possibilities for undefined behavior.
ok robert@ (maintainer)