summaryrefslogtreecommitdiff
path: root/lib/et
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Henrik Nord2017-09-262-1/+16
|\
| * Update release notesErlang/OTP2017-09-221-0/+15
| |
| * Update version numbersErlang/OTP2017-09-221-1/+1
| |
* | Merge branch 'maint'Dan Gudmundsson2017-09-201-2/+2
|\ \ | |/ | | | | | | | | * maint: erts, stdlib: Fix xmllint warning Update runtime deps to depend on new stdlib functionality
| * Update runtime deps to depend on new stdlib functionalityDan Gudmundsson2017-09-191-2/+2
| | | | | | | | ~tw and new string functions are new since OTP-20 (stdlib-3.4)
* | Merge branch 'maint'Dan Gudmundsson2017-09-182-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | * maint: reltool: Remove export_all warning in tests et: Remove export_all warnings in test mnesia: Remove export_all in tests wx: Remove export_all in example code wx: test remove export_all wx: Update doc, OpenGL external links wx: Reduce Opengl docs
| * et: Remove export_all warnings in testDan Gudmundsson2017-09-152-2/+2
| |
* | Merge branch 'siri/string-new-api'Siri Hansen2017-09-151-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * siri/string-new-api: (28 commits) hipe (test): Do not use deprecated functions in string(3) dialyzer (test): Do not use deprecated functions in string(3) eunit (test): Do not use deprecated functions in string(3) system (test): Do not use deprecated functions in string(3) system (test): Do not use deprecated functions in string(3) mnesia (test): Do not use deprecated functions in string(3) Deprecate old string functions observer: Do not use deprecated functions in string(3) common_test: Do not use deprecated functions in string(3) eldap: Do not use deprecated functions in string(3) et: Do not use deprecated functions in string(3) os_mon: Do not use deprecated functions in string(3) debugger: Do not use deprecated functions in string(3) runtime_tools: Do not use deprecated functions in string(3) asn1: Do not use deprecated functions in string(3) compiler: Do not use deprecated functions in string(3) sasl: Do not use deprecated functions in string(3) reltool: Do not use deprecated functions in string(3) kernel: Do not use deprecated functions in string(3) hipe: Do not use deprecated functions in string(3) ... Conflicts: lib/eunit/src/eunit_lib.erl lib/observer/src/crashdump_viewer.erl lib/reltool/src/reltool_target.erl
| * et: Do not use deprecated functions in string(3)Dan Gudmundsson2017-09-153-3/+3
| |
* | et: Improve handling of UnicodeHans Bolinder2017-09-054-43/+44
|/
* Prepare releaseErlang/OTP2016-06-212-1/+17
|
* Revert "Prepare release"Erlang/OTP2016-06-022-17/+1
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-022-1/+17
|
* et: Fix unmatched return warningsBjörn-Egil Dahlberg2016-05-263-141/+133
|
* et: Fix linting documentation xml tagsBjörn-Egil Dahlberg2016-05-123-188/+162
|
* Revert "Prepare release"Erlang/OTP2016-05-122-17/+1
| | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* Prepare releaseErlang/OTP2016-05-112-1/+17
|
* et: Update runtime dependenciesBjörn-Egil Dahlberg2016-05-041-2/+2
|
* et: Update gc trace tags in selectorBjörn-Egil Dahlberg2016-05-041-10/+36
|
* et: Remove unnecessary boilerplate in testsBjörn-Egil Dahlberg2016-05-042-36/+11
|
* update copyright-yearHenrik Nord2016-03-1536-36/+36
|
* Prepare releaseErlang/OTP2015-06-232-1/+19
|
* Change license text to APLv2Bruce Yinhe2015-06-1837-348/+385
|
* Makefile: no longer tolerate warnings in the et applicationBjörn Gustavsson2015-05-251-1/+1
|
* et: Eliminate warnings for deprecated erlang:now/0Björn Gustavsson2015-05-252-0/+4
| | | | | | et analyses trace messages, and since trace message with timestamps still always are based on erlang:now/0, we must keep the calls to erlang:now/0 but suppress the warnings.
* Update release notesErlang/OTP2014-04-071-0/+45
|
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+3
| | | | | | | | | | | | | Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
* Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
| | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* Add test suites performing app and appup file checksTobias Schlager2014-02-242-0/+51
| | | | | Add the mentioned test suites for *all* library and touched non-library applications.
* Fix library application appup filesTobias Schlager2014-02-181-6/+4
| | | | | | | | | | As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present.
* Remove gs partsDan Gudmundsson2013-11-117-2127/+7
|
* Merge tag 'OTP_R16B02'Magnus Lidén2013-09-172-1/+18
|\ | | | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-1/+18
| |
* | Merge branch 'maint'Björn Gustavsson2013-09-091-1/+1
|\ \ | |/ | | | | | | | | * maint: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8
| * Convert some notes.xml files from latin-1 to utf-8Björn Gustavsson2013-09-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In the master branch, the encoding for most xml files have been changed from latin-1 to utf-8. The problem is, that the corresponding files in the maint branch still are encoded in latin-1, and that a merge from maint to master may bring in characters encoded in latin-1 into a notes.xml file declared to be in utf-8. To fix the problem once and for all (for the files involved), we'll need to re-encode the files files utf-8 in maint, and then merge to master. Noticed-by: Magnus Henoch
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-181-0/+23
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-171-0/+23
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2013-06-121-1/+1
|\ \ | |/
| * Update copyright yearsBjörn-Egil Dahlberg2013-06-122-2/+2
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-06-101-1/+1
|\ \ | |/
| * versions updates for erl_interface, et and os_monFredrik Gustafsson2013-06-071-1/+1
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-05-021-1/+1
|\ \ | |/
| * Rename and document lists:zf/2 as lists:filtermap/2Anthony Ramine2013-04-301-1/+1
| | | | | | | | | | | | This function is used all over the place in OTP itself and people sometimes want that functionality, they may as well not reimplement it themselves.
* | Convert XML files to UTF-8Hans Bolinder2013-04-1912-23/+23
| |
* | Convert XML files to UTF-8, where neededHans Bolinder2013-04-191-2/+2
|/
* Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin2013-04-051-7/+2
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-1/+18
|
* Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-2/+2
|\ | | | | | | | | * nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules
| * Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-2/+2
| | | | | | | | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.