aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
AgeCommit message (Expand)Author
2010-11-22Fix eprof API mismatch of sort functionalityBjörn-Egil Dahlberg
2010-09-30Emacs erlang-mode: fix syntax highlighting of $ in two casesMagnus Henoch
2010-09-13Prepare releaseOTP_R14BErlang/OTP
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-09-06Fix minor typos in the documentationCristian Greco
2010-09-01Merge branch 'maint-r13' into devBjörn Gustavsson
2010-09-01Remove copyright headers in vsn.mk filesBjörn Gustavsson
2010-08-20Merge branch 'tm/fix-cover-html-escaping' into devBjörn Gustavsson
2010-08-10Rewrite ethread libraryRickard Green
2010-07-28Fix cover's HTML-generation logic to escape ampersands in source codeTom Moertel
2010-06-11Update release notesBjörn Gustavsson
2010-06-11Merge branch 'egil/eprof' into devErlang/OTP
2010-06-10Update version numbersBjörn Gustavsson
2010-06-09Fix eprof to handle error casesBjörn-Egil Dahlberg
2010-06-09Dialyzer cleanup for eprofBjörn-Egil Dahlberg
2010-06-09Fix fprof_SUITE to use new eprof APIBjörn-Egil Dahlberg
2010-06-09Switch pattern API for eprof profile with mfaBjörn-Egil Dahlberg
2010-06-09Update eprof documentationBjörn-Egil Dahlberg
2010-06-09Update eprof_SUITE with more basic testsBjörn-Egil Dahlberg
2010-06-09Rename sorting choices for eprofBjörn-Egil Dahlberg
2010-06-09Teach eprof to align text outputBjörn-Egil Dahlberg
2010-06-09Add dump functionality to eprofBjörn-Egil Dahlberg
2010-06-09Add log functionality to eprofBjörn-Egil Dahlberg
2010-06-09Update eprof tests to reflect new eprofBjörn-Egil Dahlberg
2010-06-09Add start timestamp to eprof profilingBjörn-Egil Dahlberg
2010-06-09Teach eprof to use the new breakpointsBjörn-Egil Dahlberg
2010-06-07erlang-eunit: remove runtime dependency on cl packageChris Bernard
2010-06-07Add Emacs EUnit feature: run recentChris Bernard
2010-06-07Add Emacs EUnit feature: auto-saveChris Bernard
2010-06-07erlang-eunit: Optionally run code coverage analysis during eunit testsKlas Johansson
2010-06-07erlang-eunit: Made alternative locations of files more flexibleKlas Johansson
2010-06-01Merge branch 'dgud/emacs-catch-improvements' into devErlang/OTP
2010-06-01Improved indentation of old catch.Dan Gudmundsson
2010-06-01Added more type highlighting and fixed record indentation with types.Dan Gudmundsson
2010-06-01erlang-flymake: Document in READMEKlas Johansson
2010-06-01erlang-flymake: Make the syntax check command configurableKlas Johansson
2010-06-01erlang-flymake: By default pass <app>/include and <app>/ebin to compilerKlas Johansson
2010-06-01erlang-flymake: Include in MakefileKlas Johansson
2010-06-01erlang-flymake: Syntax check erlang code on the fly (using flymake)Klas Johansson
2010-05-28OTP-8647 Xref adds calls to operators when {builtins,true}Hans Bolinder
2010-05-26Merge branch 'mh/escript-erlang-mode' into devErlang/OTP
2010-05-26Merge branch 'cb/emacs-eunit-run-current-test' into devErlang/OTP
2010-05-26Merge branch 'mh/fix-record-indentation' into devErlang/OTP
2010-05-26Merge branch 'mh/inferior-erlang-cmd-uniq' into devErlang/OTP
2010-05-26Merge branch 'mh/erlang-mode-imenu-arity' into devErlang/OTP
2010-05-24Set erlang-mode-map when loading erlang.elMagnus Henoch
2010-05-20Let imenu distinguish functions by arityMagnus Henoch
2010-05-18Fix indentation of records with line breaks inside listsMagnus Henoch
2010-05-18inferior-erlang: specify command to run, uniquify buffer namesMagnus Henoch
2010-05-18Associate files using interpreter "escript" with Erlang modeMagnus Henoch