Landon Curt Noll

Results 81 comments of Landon Curt Noll

We are not use if this is a bug or a feature. :-) We are also not sure that there might be code out there that assumes /2 would work....

We guess this comes down to a "is it a bug or feature?" question, @Gusted. If this is a "feature" of the calc parser, one might also suggest this might...

I like this idea. Anyone want to take a crack as modifying the parser to permit such Hexadecimal floats?

Calc is maintained on GitHub, not sourceforge. GitHub has lots of good documentation that you should consider.

We hope to address this, perhaps sometime next month, in a 2.14.1.x non-production release.

To be sure of what you are suggesting, you request that we should form links such as: ``` libcalc.so => libcalc.so.2 libcustcalc.so => libcustcalc.so.2 libcalc.so.2 => libcalc.so.2.14 libcustcalc.so.2 => libcustcalc.so.2.14...

> Hi @lcn2 . > > Yes. And so that `calc` refers to the MAJOR version, and is not rigidly tied to a specific release of the library. A bit...

> @lcn2 say: > > > In addition to this linking scheme: > > "Slightly" different: > > ```shell > libcalc.so.2.14.1 => libcalc.so.2.14.1.0 > libcalc.so.2.14 => libcalc.so.2.14.1 > libcalc.so.2 =>...

> Hi @lcn2 . > > No. You have some special requirements for versions. Standard build version **for libraries**: > > ``` > VERSION_LIBRARY = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) > ``` > >...

We reopened this case, @zvezdochiot and revised the above [comment 1190638239](https://github.com/lcn2/calc/issues/56#issuecomment-1190638239), because we think we might be able to satisfy your request. let us know what you think of the...