aboutsummaryrefslogtreecommitdiffstats
path: root/lib/docbuilder/src
AgeCommit message (Collapse)Author
2011-11-18Remove docbuilder applicationLars Thorsen
2011-11-18[erl_docgen] Move files from docbuilder to erl_docgenLars Thorsen
2011-09-02Merge branch 'dev' into majorBjö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-01Deprecate the docbuilder applicationBjörn Gustavsson
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.
2010-12-02Fix compatability issues with docbuilder for R11.Lars Thorsen
2010-08-27Fixed problem with tbody when all tables are handled the same.Lars Thorsen
2010-08-24Fixed problem with a centered table that was transformed into an xml ↵Lars Thorsen
document which then produced mis-formatted html.
2010-06-07docbuilder: Clean up as suggested by tidierKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP