On Thu, Jun 5, 2008 at 10:20 AM, Ladislav Lacina <[EMAIL PROTECTED]> wrote:
> Yesterday I uploaded the Compute v1.1 on my web page:
> http://www.laaca.borec.cz/soubory/compute.zip
>
> CHANGES:
> 1.1 +added check for zero and negative logarithms
>     -fixed some errors in syntax checking inside math functions (Jim's
> problem)
>     +checks for overflows
>     +tries to check underflows too however it can't be 100% reliable without
>      FPU code
>     +added GNU notice when running without parameters or with "/?"
>     -fixed some typos in russian language file
>
> Only 8088 CPU in needed to run this util. Math coprocessor is not requiered.
>

Thanks! This satisfies the GNU GPL requirements that I need. I've
mirrored Compute 1.1 on ibiblio:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/user/
compute11.zip


For your own protection of your code, I still urge you to include the
full text from my other email as a comment in your code, rather than
the one-line comment you added. The GNU GPL (v2) recommends this text
as a comment in every source file:

>>>>>>>
    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
<<<<<<<

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to