Tony Crisci c1b6c94621 Bugfix: serialize con_id with %p in run_binding()
%p is equivalent to either %x or %lx, depending on the pointer size of the
platform. Before this commit, we always used %d, which has the same behavior
on Linux, but is not automatically expanded to %ld on e.g. FreeBSD.

fixes #1661
2015-07-30 21:34:43 +02:00
2015-03-29 18:08:59 +02:00
2015-03-29 17:12:20 +02:00
2015-04-16 09:02:58 +02:00
2014-06-19 11:20:32 +02:00
2014-06-21 19:10:37 +02:00
2015-03-12 11:18:12 +01:00
2015-03-11 21:41:43 -07:00
2015-03-11 21:41:43 -07:00
2011-08-28 17:44:42 +02:00
2014-05-04 23:07:53 +02:00
2011-08-28 17:44:42 +02:00
2015-04-16 09:02:58 +02:00
2015-03-29 18:53:55 +02:00
Description
No description provided
15 MiB
Languages
C 58.6%
Perl 29%
Raku 9.4%
Ruby 1.2%
Shell 0.7%
Other 1.1%