aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/src/corba.erl
AgeCommit message (Collapse)Author
2011-08-16emulator: Add a fourth element in exception stacktracesBjö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.
2011-02-17Removed spec:s that wasn't needed.Niclas Eklund
2011-02-14Corrected spec usage.Niclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP