mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Change remaining Email addresses to use at and dot
This commit is contained in:
@@ -932,7 +932,7 @@ pi.cal
|
|||||||
as your free memory space and system up time allows.
|
as your free memory space and system up time allows.
|
||||||
|
|
||||||
The piforever() function (written by Klaus Alexander Seistrup
|
The piforever() function (written by Klaus Alexander Seistrup
|
||||||
<klaus@seistrup.dk>) was inspired by an algorithm conceived by
|
<klaus at seistrup dot dk>) was inspired by an algorithm conceived by
|
||||||
Lambert Meertens. See also the ABC Programmer's Handbook, by Geurts,
|
Lambert Meertens. See also the ABC Programmer's Handbook, by Geurts,
|
||||||
Meertens & Pemberton, published by Prentice-Hall (UK) Ltd., 1990.
|
Meertens & Pemberton, published by Prentice-Hall (UK) Ltd., 1990.
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* pi - various routines to calculate pi
|
* pi - various routines to calculate pi
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2004 David I. Bell
|
* Copyright (C) 1999-2004,2021 David I. Bell
|
||||||
*
|
*
|
||||||
* Calc is open software; you can redistribute it and/or modify it under
|
* Calc is open software; you can redistribute it and/or modify it under
|
||||||
* the terms of the version 2.1 of the GNU Lesser General Public License
|
* the terms of the version 2.1 of the GNU Lesser General Public License
|
||||||
@@ -74,7 +74,7 @@ define qpi(epsilon)
|
|||||||
/*
|
/*
|
||||||
* Print digits of PI forever, neatly formatted, using calc.
|
* Print digits of PI forever, neatly formatted, using calc.
|
||||||
*
|
*
|
||||||
* Written by Klaus Alexander Seistrup <klaus@seistrup.dk>
|
* Written by Klaus Alexander Seistrup <klaus at seistrup dot dk>
|
||||||
* on a dull Friday evening in November 1999.
|
* on a dull Friday evening in November 1999.
|
||||||
*
|
*
|
||||||
* Inspired by an algorithm conceived by Lambert Meertens.
|
* Inspired by an algorithm conceived by Lambert Meertens.
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* qtime - Display time as English sentence
|
* qtime - Display time as English sentence
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 Klaus Alexander Seistrup and Landon Curt Noll
|
* Copyright (C) 1999,2021 Klaus Alexander Seistrup and Landon Curt Noll
|
||||||
*
|
*
|
||||||
* Written by: Klaus Alexander Seistrup <kseis@magnetic-ink.dk>
|
* Written by: Klaus Alexander Seistrup <kseis at magnetic-ink dot dk>
|
||||||
* With mods by: Landon Curt Noll <http://www.isthe.com/chongo/>
|
* With mods by: Landon Curt Noll <http://www.isthe.com/chongo/>
|
||||||
*
|
*
|
||||||
* Calc is open software; you can redistribute it and/or modify it under
|
* Calc is open software; you can redistribute it and/or modify it under
|
||||||
|
2
calc.man
2
calc.man
@@ -1445,7 +1445,7 @@ Your code needs to be contributed under either the 2.1 of the
|
|||||||
.B GNU Lesser General Public License (LGPL 2.1)
|
.B GNU Lesser General Public License (LGPL 2.1)
|
||||||
or be in the public domain.
|
or be in the public domain.
|
||||||
.sp
|
.sp
|
||||||
If you do not want to use calc GitHub, then send EMail to:
|
If you do not want to use calc GitHub, then send Email to:
|
||||||
.sp
|
.sp
|
||||||
.in +0.5i
|
.in +0.5i
|
||||||
.nf
|
.nf
|
||||||
|
2
hist.c
2
hist.c
@@ -26,7 +26,7 @@
|
|||||||
/*
|
/*
|
||||||
* Adapted from code written by Stephen Rothwell.
|
* Adapted from code written by Stephen Rothwell.
|
||||||
*
|
*
|
||||||
* GNU readline support added by Martin Buck <mbuck@debian.org>
|
* GNU readline support added by Martin Buck <mbuck at debian dot org>
|
||||||
*
|
*
|
||||||
* Interactive readline module. This is called to read lines of input,
|
* Interactive readline module. This is called to read lines of input,
|
||||||
* while using emacs-like editing commands within a command stack.
|
* while using emacs-like editing commands within a command stack.
|
||||||
|
Reference in New Issue
Block a user