Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-20 | Merge branch 'pan/heart_and_times/OTP-10111' into maint | Patrik Nyblom | |
* pan/heart_and_times/OTP-10111: Make heart use clock_gettime when available | |||
2012-06-13 | Make heart use clock_gettime when available | Patrik Nyblom | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-01-03 | heart: Suppress compiler warnings | Björn-Egil Dahlberg | |
2011-04-06 | heart: remove garbage appended to heart command | Michael Santos | |
heart:get_cmd/0 is documented to return an empty string if the command is cleared. get_cmd/0 returns 2 extra bytes: 1 byte for the trailing null, 1 byte from the op (the op is an unsigned char and 2 bytes are allocated for it in the returned buffer). 1> heart:get_cmd(). {ok,[0,0]} 2> heart:set_cmd("echo hello"). ok 3> heart:get_cmd(). {ok,[101,99,104,111,32,104,101,108,108,111,0,0]} 4> heart:clear_cmd(). ok 5> heart:get_cmd(). {ok,[0,99]} | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-10-04 | heart: prevent buffer overflow | Michael Santos | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |