Age | Commit message (Expand) | Author |
2013-04-17 | Merge branch 'bjorn/fix-encoding/OTP-11041' into maint | Björn Gustavsson |
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin |
2013-03-07 | [debugger] Add an option 'Strings' | Hans Bolinder |
2013-02-18 | Make wx debugger use +pc flag when applicable | Patrik Nyblom |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson |
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine |
2013-01-15 | Merge branch 'dgud/debugger/unicode/OTP-10679' | Dan Gudmundsson |
2013-01-15 | Merge branch 'dgud/wx/fix-wx-2.9-compat/OTP-10407' | Dan Gudmundsson |
2013-01-11 | debugger: View terms as unicode-strings | Dan Gudmundsson |
2013-01-11 | debugger: Fix code viewing on wxWidgets-2.9 | Dan Gudmundsson |
2013-01-11 | debugger: Remove bad gs:call | Dan Gudmundsson |
2013-01-10 | debugger: Fix user evalution dependent of bindings in trace window | Dan Gudmundsson |
2013-01-09 | debugger: Remove support for packages | Björn Gustavsson |
2013-01-09 | debugger: Fix 2.9 compat | Dan Gudmundsson |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder |
2012-11-07 | Fix Debugger settings dialog due to changed behavior in wxFileDialog | Håkan Mattsson |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-02-29 | [debugger] Fixed disappearing breakpoints | Dan Gudmundsson |
2012-02-08 | Suppress deprecated warnings in all modules that call 'gs' | Björn Gustavsson |
2011-12-10 | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-12-09 | [wx] Add handle_cast to avoid behaviour warning | Dan Gudmundsson |
2011-11-10 | Merge branch 'rj/fix-debugger-msgs' | Henrik Nord |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez |
2011-11-09 | Fix "OK" spelling in debugger messages and variables | Ricardo Catalinas Jiménez |
2011-11-09 | Fix debugger message with wx | Ricardo Catalinas Jiménez |
2011-11-07 | EEP-23: Allow variables in fun M:F/A | Björn Gustavsson |
2011-08-18 | debugger: By default, only save non-tail-recursive calls | Björn Gustavsson |
2011-08-18 | debugger: Include line numbers in exceptions | Björn Gustavsson |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson |
2011-08-16 | Remove support for very old BEAM files | Björn Gustavsson |
2011-08-16 | Don't include tail-recursive calls in stacktraces | Björn Gustavsson |
2011-08-16 | Fix the no_tail option | Björn Gustavsson |
2011-08-16 | dbg_ieval: Properly handle exceptions when binary construction fails | Björn Gustavsson |
2011-08-16 | Fix binary matching in the debugger | Björn Gustavsson |
2011-08-16 | Delay saving of the stack in exit_info when an exception occurs | Björn Gustavsson |
2011-08-16 | Fix handling of guard BIFs in list and binary comprehensions | Björn Gustavsson |
2011-08-16 | Handle terms in the top-level of guards properly | Björn Gustavsson |
2011-08-16 | Make sure that erlang:raise/3 sets the emulated stacktrace | Björn Gustavsson |
2011-08-16 | Make stacktraces in exceptions more similar to BEAM's stacktraces | Björn Gustavsson |
2011-08-16 | Don't build stacktrace until erlang:get_stacktrace() is called | Björn Gustavsson |
2011-08-16 | Rewrite stack handling | Björn Gustavsson |
2011-08-16 | Slightly clean-up and optimize some evaluation code | Björn Gustavsson |
2011-08-16 | ieval record: Rename the misnamed 'last_call' field to 'top' | Björn Gustavsson |