Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-27 | Add parameter to error message string format | Gustav Simonsson | |
One string template had 5 parameters but the parameter list only contained 4. Calls to orber_ifr:get_module/2 should now not create malformed error messages if entry is not found in Mnesia. | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson | |
This commit is a preparation for introducing location information (filename/line number) in stacktraces in exceptions. Currently a stack trace looks like: [{Mod1,Function1,Arity1}, . . . {ModN,FunctionN,ArityN}] Add a forth element to each tuple that can be used indication the filename and line number of the source file: [{Mod1,Function1,Arity1,Location1}, . . . {ModN,FunctionN,ArityN,LocationN}] In this commit, the fourth element will just be an empty list, and we will change all code that look at or manipulate stacktraces. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |