Hi Stelian!
On gitorious IOLib repo there are two merge requests: one add logging facility, and the other (which is mine) termios api support. The first one is four month old. I assumed, that it is because of nobody use gitorious web interface, so that merge requests are still unknown to you.
Could you, please, tell us about you plans on that merge requests.
wbr,
Nikolay V. Razbegaev
I think my request (about logging facility) is not clear. So, I attached two patches to this post. First adds a FFI for `sendfile' system call on Linux, and second adds support for `openlog', `syslog', `closelog' and `setlogmask' syscalls (also it include a simple `with-log' macro in the IOLIB.OS package).
2010/12/1, marsijanin marsijanin@gmail.com:
Hi Stelian!
On gitorious IOLib repo there are two merge requests: one add logging facility, and the other (which is mine) termios api support. The first one is four month old. I assumed, that it is because of nobody use gitorious web interface, so that merge requests are still unknown to you.
Could you, please, tell us about you plans on that merge requests.
wbr,
Nikolay V. Razbegaev
IOLib-devel mailing list IOLib-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/iolib-devel
On Fri, 2010-12-17 at 01:30 +0300, Heka Treep wrote:
I think my request (about logging facility) is not clear. So, I attached two patches to this post. First adds a FFI for `sendfile' system call on Linux, and second adds support for `openlog', `syslog', `closelog' and `setlogmask' syscalls (also it include a simple `with-log' macro in the IOLIB.OS package).
I've merged the syslog patch(with a few modifications) and sendfile as well, although after adding them to libfixposix, so make sure you have an up-to-date version of LFP :)
On Wed, 2010-12-01 at 14:38 +0300, marsijanin wrote:
Hi Stelian!
On gitorious IOLib repo there are two merge requests: one add logging facility, and the other (which is mine) termios api support. The first one is four month old. I assumed, that it is because of nobody use gitorious web interface, so that merge requests are still unknown to you.
Could you, please, tell us about you plans on that merge requests.
I'm reviewing iolib.serial and will be merging it as soon as possible. Sorry for making you wait this long