Re: primitive _exit

2006-05-19 Thread Neil Jerram
Kevin Ryde <[EMAIL PROTECTED]> writes: > Neil Jerram <[EMAIL PROTECTED]> writes: >> >> How about primitive-_exit ? It's a little odd, but I think will be >> intuitive to anyone looking for _exit. > > Yep, beaut. I put it in under that name. I'm afraid I'm now seeing an error building CVS 1.8 br

Regular expressions

2006-05-19 Thread Ludovic Courtès
Hi, "Jason Meade" <[EMAIL PROTECTED]> writes: > Is there a standard for regular expressions somewhere? Some Scheme implementations (e.g., Bigloo [0]) use S-expressions to represent regexps. It has the advantage of being (i) syntax-independent, (ii) easier to understand, and (iii) it could be us

Re: primitive _exit

2006-05-19 Thread Kevin Ryde
Neil Jerram <[EMAIL PROTECTED]> writes: > > simpos.c:220: warning: no previous prototype for `chart_primitive__exit' Yes, oops, I didn't see that because I don't believe in -Werror. > Also, what is the meaning of the "chart" prefix? I couldn't work it > out. Too much cut and paste. Cough. :-)

Re: S_ISLNK configure test

2006-05-19 Thread Kevin Ryde
Marius Vollmer <[EMAIL PROTECTED]> writes: > > Hmm, it's fine with me either way. I stuck a corresponding #ifdef for S_IFLNK in scm_mknod, which wasn't otherwise conditionalized. ___ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mai

gcc 2.95 inline scm_is_pair workaround

2006-05-19 Thread Kevin Ryde
I added the code below to the inline scm_is_pair. The comment should be self-explanatory. Notice it's deliberately confined to just 2.95, whatever the problem is it doesn't seem to afflict the current gcc 4. --- inline.h.~1.30.2.1.~2006-02-14 08:58:58.0 +1100 +++ inline.h2006