Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Merge branch 'pan/process_info_spec_doc/r15/OTP-10584' into maint | Patrik Nyblom | |
* pan/process_info_spec_doc/r15/OTP-10584: Correct doc of process_info(Pid,links) OTP-10584 | |||
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-22 | Correct doc of process_info(Pid,links) | Patrik Nyblom | |
2012-11-16 | Merge branch 'rickard/native-doc/OTP-10557' into maint | Rickard Green | |
* rickard/native-doc/OTP-10557: Add clearer warnings about misuse of NIF and driver functionality | |||
2012-11-15 | Add clearer warnings about misuse of NIF and driver functionality | Rickard Green | |
2012-10-18 | doc: Document ERL_CRASH_DUMP_SECONDS behaviour | Björn-Egil Dahlberg | |
* heart reboot behaviour * erl_crash.dump file write behaviour | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-08-27 | Merge branch 'jkl/erlsrv-graceful-shutdown/OTP-10228' into maint | Fredrik Gustafsson | |
* jkl/erlsrv-graceful-shutdown/OTP-10228: erlsrv: gracefully stop emulator on Windows shutdown | |||
2012-08-14 | Add documetation about Unicode in environment | Patrik Nyblom | |
2012-07-31 | erlsrv: gracefully stop emulator on Windows shutdown | Jan Kloetzke | |
Windows will send the SERVICE_CONTROL_SHUTDOWN event to the service control handler when shutting down the system. Instead of ignoring the event, erlsrv will now invoke the stop action. Likewise, the Erlang emulator (and it's port drivers) must not quit upon reception of the CTRL_SHUTDOWN_EVENT event in the console control handler. | |||
2012-07-25 | Doc fix: link from erlang:now/0 to os:timestamp/0 | Magnus Henoch | |
Sometimes os:timestamp/0 is more appropriate than erlang:now/0. The documentation for the former has a link to the latter; this patch adds a link in the other direction to make os:timestamp/0 more visible. | |||
2012-07-11 | erts: add space before '*' in some function prototypes | Hans Bolinder | |
2012-07-05 | Fix various doc typos for R15B02 | Tuncer Ayaz | |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-10 | Remove stale code for hybrid heap and incremental GC | Björn Gustavsson | |
The hybrid heap emulator was last working in the non-SMP R11B run-time system. When the constant pools were introduced in R12B, the hybrid heap emulator was not updated to handle them. At this point, the harm from reduced readability of the code is greater than any potential usefulness of keeping the code. | |||
2012-04-27 | Merge branch 'maint-r15' into maint | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2012-04-25 | Prepare release | Sverker Eriksson | |
2012-04-25 | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15 | Erlang/OTP | |
* rickard/sched-busy-wait/OTP-10044: Add switch controlling scheduler busy wait Conflicts: erts/emulator/beam/erl_process.c erts/emulator/beam/erl_process.h | |||
2012-04-23 | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into ↵ | Rickard Green | |
rickard/sched-wakeup-other-r15b01/OTP-10033 Conflicts: erts/emulator/beam/erl_process.c erts/vsn.mk | |||
2012-04-23 | Add switch controlling scheduler busy wait | Rickard Green | |
2012-04-23 | Implement proposal for new scheduler wakeup strategy | Rickard Green | |
2012-04-17 | Correct documentation, erl_bif_types and dialyzer tests | Patrik Nyblom | |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang | |
When spawning OS (unix) processes with erlang:open_port, store the resulting unix pid so that it can be queried later on using erlang:port_info/1,2. | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-30 | Merge branch 'ta/docs-maint' into maint | Gustav Simonsson | |
* ta/docs-maint: Fix typos in ct getting_started_chapter.xml Fix typos in driver.xml and erl_driver.xml Fix typos in INSTALL-WIN32.md OTP-10037 | |||
2012-03-22 | Add documentation for dyntrace and system_info changes | Patrik Nyblom | |
2012-03-22 | Merge branch 'raimo/close-ports-on-halt/OTP-9985' into maint | Raimo Niskanen | |
* raimo/close-ports-on-halt/OTP-9985: erts: Basic test of erlang:halt/0..2 erts: Document erlang:halt/2 and update erlang:halt/0,1 erts: Implement erlang:halt/2 stdlib: Stop working around erlang:halt not flushing erts: Make erlang:halt/0,1 close ports and flush async threads erts: Remove forgotten and unused function erl_exit0 erts: Implement erl_halt erts: Remove unused ntbuild.erl | |||
2012-03-21 | erts: Document erlang:halt/2 and update erlang:halt/0,1 | Raimo Niskanen | |
2012-03-15 | Fix typos in driver.xml and erl_driver.xml | Tuncer Ayaz | |
2012-03-08 | doc: Enhance wording and remove typos | Björn-Egil Dahlberg | |
2012-03-08 | doc: Move examples and notes into tag-lists | Björn-Egil Dahlberg | |
2012-03-08 | doc: Rewording of scheduler_wall_time | Björn-Egil Dahlberg | |
2012-03-08 | doc: Change variable name to 'A' to reflect Active | Björn-Egil Dahlberg | |
2012-03-07 | doc: Rewording of scheduler busy | Björn-Egil Dahlberg | |
2012-03-07 | Update scheduler_wall_time documentation | Björn-Egil Dahlberg | |
* Add example on calculating scheduler utilization | |||
2012-02-09 | Merge branch 'bjorn/remove-is_constant-vestiges/OTP-6454' into maint | Björn Gustavsson | |
* bjorn/remove-is_constant-vestiges/OTP-6454: HiPE: Remove support for is_constant/1 erl_lint: Remove handling of constant/1 erl_bif_types: Remove type for is_constant/1 erl_eval: Remove support for is_constant/1 Remove support for is_constant/1 in ms_transform Remove references to is_constant/1 from the match spec documentation | |||
2012-02-07 | Merge branch 'dgud/sched-work-time/OTP-9858' into maint | Patrik Nyblom | |
* dgud/sched-work-time/OTP-9858: emulator: Document and test scheduler_wall_time Implement statistics(scheduler_wall_time) | |||
2012-02-07 | erlang.xml: Fix a few typos and grammatical errors | Björn Gustavsson | |
2012-02-06 | emulator: Document and test scheduler_wall_time | Dan Gudmundsson | |
2012-01-26 | Remove references to is_constant/1 from the match spec documentation | Björn Gustavsson | |
is_constant/1 was removed in R13B. | |||
2012-01-03 | Fix some broken links in documentation | Lukas Larsson | |
2011-12-27 | Prepare release | Erlang/OTP | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Merge branch 'raimo/driver-API-doc' | Raimo Niskanen | |
* raimo/driver-API-doc: Driver API: Update documentation for 64-bit sizes |