Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | Merge branch 'ks/erts' into ccase/r13b04_dev | Erlang/OTP | |
* ks/erts: hipe_bif0.c: Remove $Id$ erts/preloaded: Add types and specs | |||
2010-02-11 | erts/preloaded: Add types and specs | Kostis Sagonas | |
2010-01-27 | Update preloaded files | Björn Gustavsson | |
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. | |||
2010-01-06 | Update preloaded files | Björn Gustavsson | |
2010-01-06 | Mark concat_binary/1 as deprecated | Björn Gustavsson | |
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 | |