Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-14 | Make get/putenv and erlexec understand Unicode | Patrik Nyblom | |
Putenv and getenv needs to convert to the proper environment strings in Unicode depending on platform and user settings for filename encoding. Also erlexec needs to pass environment strings in an appropriate way for kernel to pick up. All environment strings on the command line, as well as home directory, is now passed in UTF8 on windows and in whatever encoding you have on Unix, kernel tries to convert all parameters and environments from UTF8 before making strings. | |||
2011-10-26 | Use the proper macros in all BIFs | Björn Gustavsson | |
As a preparation for changing the calling convention for BIFs, make sure that all BIFs use the macros. Also, eliminate all calls from one BIF to another, since that also breaks the calling convention abstraction. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |