Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: Make the check_old_code/1 BIF auto-imported Deprecate the docbuilder application Conflicts: lib/stdlib/src/otp_internal.erl | |||
2011-09-01 | Deprecate the docbuilder application | Björn Gustavsson | |
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. | |||
2010-12-02 | Fix compatability issues with docbuilder for R11. | Lars Thorsen | |
2010-08-27 | Fixed problem with tbody when all tables are handled the same. | Lars Thorsen | |
2010-08-24 | Fixed problem with a centered table that was transformed into an xml ↵ | Lars Thorsen | |
document which then produced mis-formatted html. | |||
2010-06-07 | docbuilder: Clean up as suggested by tidier | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |