This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Should logior (and friends) operate only on inums?


Maciej Stachowiak <mstachow@alum.mit.edu> writes:

> Janis Dzerins wrote:
> > 
> > Or should they be more general? (At the moment I need logXXX to act on
> > longs with the mask like #xf0000000, but, only INMUS accepted)
> > 
> 
> The logical operations should work at least on all integers, including
> bignums. Patches to do this will gladly be accepted.

It's now back to working on all unsigned longs (I never meant to change
it).  Bignums were never supported, and I won't be writing that patch
(and I'm not even convinced that that should be in the core, actually).

Greg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]