_unK has quit [Read error: Connection reset by peer]
Edward_ has quit []
flux has quit [Read error: Connection reset by peer]
flux has joined #ocaml
mjonsson has quit [Read error: No route to host]
mjonsson has joined #ocaml
mjonsson has quit [Remote host closed the connection]
jakedouglas has quit [Quit: Leaving.]
mjonsson has joined #ocaml
ulfdoz has joined #ocaml
mjonsson has quit [Remote host closed the connection]
Snark has joined #ocaml
mjonsson has joined #ocaml
seafood has joined #ocaml
ygrek has joined #ocaml
ulfdoz has quit [Read error: Operation timed out]
mjonsson has quit [Quit: Leaving]
Yoric has joined #ocaml
coucou747 has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
coucou747 has quit [Quit: 0x2a]
ftrvxmtrx has quit [Quit: Leaving]
f[x] has joined #ocaml
coucou747 has joined #ocaml
Yoric has quit [Quit: Yoric]
Amorphous has quit [Ping timeout: 245 seconds]
ygrek has joined #ocaml
f[x] has quit [Remote host closed the connection]
f[x] has joined #ocaml
ftrvxmtrx has joined #ocaml
ttamttam has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
ikaros has joined #ocaml
Amorphous has joined #ocaml
flux has quit [Ping timeout: 272 seconds]
flux has joined #ocaml
seafood has quit [Quit: seafood]
seafood has joined #ocaml
Yoric has joined #ocaml
ikaros has quit [Quit: Leave the magic to Houdini]
BiDOrD has quit [Ping timeout: 252 seconds]
Yoric_ has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric_ is now known as Yoric
munga has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
BiDOrD has joined #ocaml
ygrek has joined #ocaml
th5 has joined #ocaml
th5_ has joined #ocaml
th5 has quit [Read error: Connection reset by peer]
th5_ is now known as th5
BiDOrD has quit [Ping timeout: 240 seconds]
BiDOrD has joined #ocaml
Snark has quit [Quit: Ex-Chat]
BiDOrD has quit [Ping timeout: 276 seconds]
BiDOrD has joined #ocaml
barismetin has joined #ocaml
seafood has quit [Quit: seafood]
yezariaely has joined #ocaml
_andre has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema_ has joined #ocaml
ftrvxmtrx has quit [Read error: Connection reset by peer]
ftrvxmtrx has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
lpereira has joined #ocaml
lpereira has quit [Quit: Leaving.]
lpereira has joined #ocaml
yezariaely has left #ocaml []
yezariaely has joined #ocaml
<yezariaely>
I want to convert float_of_string for german float seperator "," how can I do this? using standard linux locals does not work here.
_unK has joined #ocaml
yezariaely has quit [Read error: Connection reset by peer]
sepp2k has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
nimred has quit [Quit: leaving]
nimred has joined #ocaml
munga has quit [Ping timeout: 276 seconds]
munga has joined #ocaml
mjonsson has joined #ocaml
ftrvxmtrx has quit [Ping timeout: 252 seconds]
<kaustuv>
I can accept that Sys.sigint, etc. are the same across all platforms, but whose bright idea was it to make caml_convert_signal_number() private?
jakedouglas has joined #ocaml
ftrvxmtrx has joined #ocaml
ikaros has joined #ocaml
mjonsson has quit [Quit: Leaving]
<f[x]>
MUA HA HA
mjonsson has joined #ocaml
mjonsson has quit [Remote host closed the connection]
* f[x]
currently runs a tick timer event to receive signals in a libevent loop
<kaustuv>
I have a binding already, but currently the signalfd_siginfo structure returned by a read() on a signalfd has native signal numbers, and I need Sys numbers
<f[x]>
copy paste ftw!
avsm has joined #ocaml
smimou has joined #ocaml
smimou has quit [Changing host]
smimou has joined #ocaml
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
ccasin__ has joined #ocaml
ccasin__ has quit [Quit: Leaving]
ftrvxmtrx has quit [Read error: Connection reset by peer]
Modius has joined #ocaml
ftrvxmtrx has joined #ocaml
hto has quit [Quit: Lost terminal]
barismetin has quit [Remote host closed the connection]
<kaustuv>
(I had almost forgotten how nitpicky ocamldoc was...)
<flux>
looks nice, if you're into signal handling
<flux>
how much people do that anyway?-)
asmanur_ has joined #ocaml
<kaustuv>
It's great because you can have a single select() loop in your entire program to cover signals, messages, events, timers, communication, and so on
<kaustuv>
Perfect for the cooperating threads, for example