[PATCH] add ssize_t

2013-02-01 Thread Daniel Hartwig
* libguile/gen-scmconfig.c: Determine the size of ssize_t (POSIX). * libguile/foreign.c: New symbol is an alias for a signed integer type. * module/system/foreign.scm: Export the new symbol. * doc/ref/api-foreign.texi (Foreign Types): Document. --- doc/ref/api-foreign.texi |1 + libguile/f

srfi-64 status?

2013-02-01 Thread Aleix Conchillo FlaquƩ
Hi, I was looking how to do unit tests in Guile and I found the unit test module in guile-lib but also a recommendation from Ludovic to use srfi-64. http://lists.gnu.org/archive/html/guile-user/2010-12/msg00061.html Then, I also found some work done last year: http://lists.gnu.org/archive/html/

Re: [PATCH] add regexp-split

2013-02-01 Thread Nala Ginrut
I found a bug in my previous regexp-split implementation, and fixed now: -code- (define* (regexp-split regex str #:optional (flags 0)) (let ((ret (fold-matches regex str (list '() 0 str) (lambda (m p