Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | Merge branch 'bg/make_stub_module-fix' into ccase/r13b04_dev | Erlang/OTP | |
* bg/make_stub_module-fix: Fix glitches when native code modules are used | |||
2009-11-30 | Merge branch 'bg/on_load-types' into ccase/r13b04_dev | Erlang/OTP | |
* bg/on_load-types: Add type information for on_load | |||
2009-11-30 | Merge branch 'egil/readme-debug-emulator' into ccase/r13b04_dev | Erlang/OTP | |
* egil/readme-debug-emulator: README: Add build instructions for a debug-enabled emulator | |||
2009-11-30 | Merge branch 'ng/readme' into ccase/r13b04_dev | Erlang/OTP | |
* ng/readme: Clean up formatting issues in the README | |||
2009-11-30 | Clean up formatting issues in the README | ngerakines | |
Note that although the copyright markers may seem ugly, they must be there to facilitate automatic updating of the copyright text. | |||
2009-11-30 | README: Add build instructions for a debug-enabled emulator | Björn-Egil Dahlberg | |
2009-11-29 | Fix glitches when native code modules are used | Björn Gustavsson | |
The erlang:make_stub_module/3 BIF (which is only used for loading native code) does not zero the word that points out an on_load routine (if any). As that word most proably will contain a non-zero value, the erlang:module_loaded/1 BIF will think that the module has an on_load routine which has not returned and will always return 'false'. That in turns causes various problems for the native code test cases. | |||
2009-11-27 | Merge remote branch 'refs/remotes/origin/dgud/array_tests' into ccase/r13b04_dev | Erlang/OTP | |
* refs/remotes/origin/dgud/array_tests: Added more tests for array:reset/2. | |||
2009-11-27 | Add type information for on_load | Björn Gustavsson | |
The on_load feature introduced in R13B03 adds two new internal BIFs and extends the return value of erlang:load_module/2. | |||
2009-11-26 | Added more tests for array:reset/2. | Dan Gudmundsson | |
Code coverage was bad for my new optimizations. | |||
2009-11-26 | ** Empty commit message ** | Niclas Eklund | |
2009-11-26 | ** Empty commit message ** | Lars G Thorsen | |
2009-11-26 | Fixing dockumentation (man-pages) installation. | Micael Karlberg | |
2009-11-25 | Update version numbers | Rickard Green | |
2009-11-25 | Fixing various dialyzer and copyright problems. | Micael Karlberg | |
2009-11-25 | Fixing copyright problems. | Micael Karlberg | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |