Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-26 | code: Optimize purge/1 and soft_purge/1 using check_old_code/1 | Björn Gustavsson | |
While at it, eliminate an unnecessary use of throw/catch in the implementation of soft_purge/1. | |||
2010-04-28 | kernel: Clean up as suggested by tidier | Kostis Sagonas | |
2010-03-07 | kernel: Add types and specs | Kostis Sagonas | |
2010-01-27 | OTP-8387 Explicit top directories in archive files are now optional. | Håkan Mattsson | |
For example, if an archive (app-vsn.ez) just contains an app-vsn/ebin/mod.beam file, the file info for the app-vsn and app-vsn/ebin directories are faked using the file info from the archive file as origin. The virtual direcories can also be listed. For short, the top directories are virtual if they does not exist. | |||
2009-12-13 | Change the expected return value for on_load functions | Björn Gustavsson | |
An on_load function is supposed to return 'true' to indicate that the module should be loaded, and 'false' if it should be unloaded. But returning any other term, as well as causing an exception, will also unload the module. Since we don't like boolean values mixed with other values, change the expected return value as follows: * If 'ok' is returned, the module will remain loaded and become callable. * If any other value is returned (or an exception is generated), the module will be unloaded. Also, if the returned value is not an atom, send a warning message to the error_logger (using error_logger:warning_msg/2). The new interpretation of the return value means that an on_load function can now directly return the return value from erlang:load_nif/2. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |