Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-25 | Add shell mm() and lm() functions | Richard Carlsson | |
2016-11-25 | Add code:module_status/1 and modified_modules/0 | Richard Carlsson | |
These functions use the MD5 beam/native checksum to determine whether the code for a module has changed on disk and is a candidate for loading. | |||
2016-11-25 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Remove duplicate docs for the priority inet option | |||
2016-11-25 | Merge pull request #1258 from essen/lh-inet-doc-remove-duplicate | Björn Gustavsson | |
Remove duplicate docs for the priority inet option | |||
2016-11-25 | Merge branch 'richarl/fix-license-headers/PR-788' | Björn Gustavsson | |
* richarl/fix-license-headers/PR-788: Make use of the Header feature in yecc Remove Emacs timestamp markers Remove obsolete CVS keyword markup Update obsolete author e-mails Replace broken example URL Add missing entries to COPYRIGHT file Correct copyright on stdlib files Add license headers to hipe files in kernel Correct copyright info on typer files Correct copyright and license on dialyzer files Correct copyright on remaining hipe files Correct copyright info on hipe cerl files Correct copyright info on cerl-related files Correct the copyright info in docgen_edoc_xml_cb Update Syntax Tools license headers Remove some obsolete files Update EDoc license headers to dual Apache2/LGPL Update EUnit license headers to dual Apache2/LGPL | |||
2016-11-24 | Remove duplicate docs for the priority inet option | Loïc Hoguin | |
2016-11-24 | Fix spec for erlang:get_module_info() | Richard Carlsson | |
2016-11-23 | Make use of the Header feature in yecc | Richard Carlsson | |
2016-11-23 | Remove Emacs timestamp markers | Richard Carlsson | |
2016-11-23 | Remove obsolete CVS keyword markup | Richard Carlsson | |
2016-11-23 | Update obsolete author e-mails | Richard Carlsson | |
2016-11-23 | Replace broken example URL | Richard Carlsson | |
2016-11-23 | Add missing entries to COPYRIGHT file | Richard Carlsson | |
2016-11-23 | Correct copyright on stdlib files | Richard Carlsson | |
2016-11-23 | Merge branch 'maint' | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2016-11-23 | Merge branch 'maint' | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/max_packetsize_sftp/OTP-13857' into maint | Hans Nilsson | |
2016-11-23 | Merge branch 'maint' | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/ssh/hostkey_fingerprint_option/OTP-13887' into maint | Hans Nilsson | |
2016-11-23 | Merge branch 'hans/public_key/calc_ssh_fingerprint/OTP-13888' into maint | Hans Nilsson | |
2016-11-23 | Add license headers to hipe files in kernel | Richard Carlsson | |
2016-11-23 | Correct copyright info on typer files | Richard Carlsson | |
2016-11-23 | Correct copyright and license on dialyzer files | Richard Carlsson | |
2016-11-23 | Correct copyright on remaining hipe files | Richard Carlsson | |
2016-11-23 | Correct copyright info on hipe cerl files | Richard Carlsson | |
2016-11-23 | Correct copyright info on cerl-related files | Richard Carlsson | |
2016-11-23 | Correct the copyright info in docgen_edoc_xml_cb | Richard Carlsson | |
2016-11-23 | Update Syntax Tools license headers | Richard Carlsson | |
This makes it clear that Apache 2.0 applies, without dropping the old LGPL licensing, and makes all the Syntax Tools file headers look the same as upstream. | |||
2016-11-23 | Remove some obsolete files | Richard Carlsson | |
2016-11-23 | Update EDoc license headers to dual Apache2/LGPL | Richard Carlsson | |
This makes it clear that Apache 2.0 applies, without dropping the old LGPL licensing, and makes all the EDoc file headers look the same as upstream. | |||
2016-11-23 | Update EUnit license headers to dual Apache2/LGPL | Richard Carlsson | |
This makes it clear that Apache 2.0 applies, without dropping the old LGPL licensing, and makes all the EUnit file headers look the same as upstream. | |||
2016-11-23 | Merge branch 'maint' | Sverker Eriksson | |
2016-11-23 | Merge branch 'margnus1/hipe-call-elim-crash/PR-1253/OTP-13965' into maint | Sverker Eriksson | |
* margnus1/hipe-call-elim-crash/PR-1253: hipe_icode_call_elim: Fix cf elimination crash hipe: Improve error message on internal crashes | |||
2016-11-23 | erts: Add tests of nif API 2.0 | Sverker Eriksson | |
2016-11-23 | erts: Change nif_SUITE to use binaries for raw pointers | Sverker Eriksson | |
2016-11-23 | erts: Use test groups to repeat for different APIs | Sverker Eriksson | |
2016-11-23 | erts: Add testing of old nif API | Sverker Eriksson | |
2016-11-23 | erts: Secure abi backward compat for tracer nifs | Sverker Eriksson | |
and simplify the code by handling the compatibility stuff at loading by creating modern struct copies in create_lib(). | |||
2016-11-23 | Merge branch 'maint' | Sverker Eriksson | |
2016-11-23 | Merge branch 'sverker/erts/crash-dump-limit/OTP-14046' into maint | Sverker Eriksson | |
again. | |||
2016-11-23 | erts: Remove one little space in crash dump | Sverker Eriksson | |
2016-11-23 | compiler: Test repeated map key warnings | Björn-Egil Dahlberg | |
2016-11-23 | compiler: Warn for repeated identical map keys | Björn-Egil Dahlberg | |
A map expression such as, #{'a' => 1, 'b' => 2, 'a' => 3} will produce a warning for the repeated key 'a'. | |||
2016-11-23 | Merge branch 'maint' | Rickard Green | |
* maint: Update etp-commands for dirty schedulers Fix scheduling of system tasks on processes executing dirty Fix call time tracing with dirty schedulers Fix send of exit signal to process executing dirty Fix dirty scheduler process priority Fix alloc-util hard-debug Silence debug warning when no beam jump table is used with dirty schedulers Fix check_process_code() when NifExport is in use Fix GC when NifExport is in use Fix saving of original arguments when rescheduling via NifExport Conflicts: erts/emulator/beam/beam_bif_load.c erts/emulator/beam/erl_nif.c | |||
2016-11-23 | Merge branch 'rickard/dirty-scheduling-fixes' into maint | Rickard Green | |
OTP-14051 * rickard/dirty-scheduling-fixes: Update etp-commands for dirty schedulers Fix scheduling of system tasks on processes executing dirty Fix call time tracing with dirty schedulers Fix send of exit signal to process executing dirty Fix dirty scheduler process priority Fix alloc-util hard-debug Silence debug warning when no beam jump table is used with dirty schedulers Conflicts: erts/etc/unix/etp-commands.in | |||
2016-11-23 | Merge branch 'rickard/nif-scheduling-fixes' into maint | Rickard Green | |
* rickard/nif-scheduling-fixes: Fix check_process_code() when NifExport is in use - OTP-14048 Fix GC when NifExport is in use - OTP-14049 Fix saving of original arguments when rescheduling via NifExport - OTP-14050 | |||
2016-11-23 | Update primary bootstrap | Björn Gustavsson | |
2016-11-23 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap document {yield/nb_yield}() limitation Suppress warnings from v3_kernel when inlining is turned on | |||
2016-11-23 | Update primary bootstrap | Björn Gustavsson | |