From c011973178d860f280c6ce18b07ce4176aec5b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
- Optimizations to gen mechanism. Thanks to Loïc Hoguin.
Own Id: OTP-11025
- Optimizations to gen.erl. Thanks to Loïc Hoguin.
+ Optimizations to gen.erl. Thanks to Loïc Hoguin.Own Id: OTP-11035
Use erlang:demonitor(Ref, [flush]) where applicable. - Thanks to Loïc Hoguin.
+ Thanks to Loïc Hoguin.Own Id: OTP-11039
- Improve erl_lint performance. Thanks to José Valim.
+ Improve erl_lint performance. Thanks to José Valim.Own Id: OTP-11143
Two adjacent * used as a single pattern will match all files and zero or more directories and subdirectories. - (Thanks to José Valim)
+ (Thanks to José Valim)Own Id: OTP-10431
@@ -535,7 +535,7 @@ Fix filename:nativename/1 on Win32Don't choke on paths given as binary argument on Win32. - Thanks to Jan Klötzke
+ Thanks to Jan KlötzkeOwn Id: OTP-10188
@@ -644,7 +644,7 @@Fix the type spec from the doc of binary:part/3 (Thanks - to Ricardo Catalinas Jiménez)
+ to Ricardo Catalinas Jiménez)Own Id: OTP-9920