Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-17 | erts: Add cbprintf for Callback Printing | Sverker Eriksson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-15 | erts: Fix big-endian issue with printf_putc | Lukas Larsson | |
On little-endian machines, doing &int will give the smallest byte which is what we want to give to write. But on big-endian it will give the highest byte, which will always be \000 here which results in write never doing any writes. So we have to cast c to an unsigned char before passing it to write. | |||
2014-11-04 | erts: Make erts_printf work with non-blocking | Lukas Larsson | |
Now that stdout can be set as non-blocking by the ttsl driver we can no longer use putc and friends for the stdout/stderr streams. Therefore we fallback on write. OTP-12239 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg | |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4 | Scott Lystig Fritchie | |
Add probes to the virtual machine, except (mostly) the efile_drv.c driver and other file I/O-related source files. | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-07-13 | Correct return values from write-functions in erl_printf | Patrik Nyblom | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |