aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-08-16Include location information for line instructions in BEAM filesBjörn Gustavsson
2011-08-16compiler: Generate line instructionsBjörn Gustavsson
2011-08-16compiler, emulator: Introduce the line/1 instructionBjörn Gustavsson
2011-08-16v3_kernel: Make sure that line number annotations are passed throughBjörn Gustavsson
2011-08-16v3_core: Annotate exception-generating clauses with line numbersBjörn Gustavsson
2011-08-16Remove support for very old BEAM filesBjörn Gustavsson
2011-08-16Don't include tail-recursive calls in stacktracesBjörn Gustavsson
2011-08-16Fix the no_tail optionBjörn Gustavsson
2011-08-16dbg_ieval: Properly handle exceptions when binary construction failsBjörn Gustavsson
2011-08-16Fix binary matching in the debuggerBjörn Gustavsson
2011-08-16Delay saving of the stack in exit_info when an exception occursBjörn Gustavsson
2011-08-16Eliminate warnings in test suitesBjörn Gustavsson
2011-08-16Update test suites that have been copied from other applicationsBjörn Gustavsson
2011-08-16Fix handling of guard BIFs in list and binary comprehensionsBjörn Gustavsson
2011-08-16Handle terms in the top-level of guards properlyBjörn Gustavsson
2011-08-16Make sure that erlang:raise/3 sets the emulated stacktraceBjörn Gustavsson
2011-08-16Make stacktraces in exceptions more similar to BEAM's stacktracesBjörn Gustavsson
2011-08-16Don't build stacktrace until erlang:get_stacktrace() is calledBjörn Gustavsson
2011-08-16Rewrite stack handlingBjörn Gustavsson
2011-08-16Slightly clean-up and optimize some evaluation codeBjörn Gustavsson
2011-08-16ieval record: Rename the misnamed 'last_call' field to 'top'Björn Gustavsson
2011-08-16dbg_istk: Use a record for stack entries instead of a tupleBjörn Gustavsson
2011-08-16Break out stack handling into the dbg_istk moduleBjörn Gustavsson
2011-08-16dbg_iload: Remove unnecessary handling of old guard testsBjörn Gustavsson
2011-08-16Remove the special handling of Mod:module_info/{0,1}Björn Gustavsson
2011-08-16Remove the special handling of spawn BIFsBjörn Gustavsson
2011-08-16Remove BIFs that no longer exist from dbg_iload:bif_type/1Björn Gustavsson
2011-08-16Handle all guard BIFs as safe in function bodiesBjörn Gustavsson
2011-08-16Remove support for erlang:fault/{1,2}Björn Gustavsson
2011-08-16compiler tests: Add a test for constants in guardsBjörn Gustavsson
2011-08-15Merge branch 'dev' into majorNiclas Eklund
2011-08-15Merge branch 'nick/lht-idl-compiler-opt/OTP-9460' into devNiclas Eklund
2011-08-11Changed version, added release note and updated license headers.Niclas Eklund
2011-08-10Merge branch 'dev' into majorLars Thorsen
2011-08-10Merge branch 'lars/xmerl/attr_val_bug/OTP-9411' into devLars Thorsen
2011-08-10Merge branch 'dev' into majorLars Thorsen
2011-08-09Added test case for ticket 9411.Lars Thorsen
2011-08-09Entity replacement in attributes doesn't work poperly.Lars Thorsen
2011-08-09Added ticket test case.Lars Thorsen
2011-08-09Fixed problem with relative paths to schemas.Lars Thorsen
2011-08-08Merge branch 'dev' into majorHenrik Nord
2011-08-08Merge branch 'hl/gen_fsm-return' into devHenrik Nord
2011-08-08Merge branch 'dev' into majorHenrik Nord
2011-08-08Merge branch 'ms/inet-socket-domain-error' into devHenrik Nord
2011-08-08Fix minor typo in gen_fsm documentationHenrik Nord
2011-08-08Merge branch 'bjorn/parallel-make/OTP-9451' into majorBjörn Gustavsson
2011-08-08erl_interface: Support parallel makeBjörn Gustavsson
2011-08-08dialyzer: Remove special-case build in the top MakefileBjörn Gustavsson
2011-08-08cos*/src/Makefile: Support parallel makeBjörn Gustavsson