mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
110 lines
3.6 KiB
Plaintext
110 lines
3.6 KiB
Plaintext
We welcome and encourage you to send us:
|
|
|
|
* calc resource files
|
|
* calc shell scripts
|
|
* any builtin functions that you have modified or written
|
|
* custom functions that you have modified or written
|
|
* any other source code modifications
|
|
|
|
Prior to doing so, you should consider applying your changes to the most
|
|
recent version of calc.
|
|
|
|
Landon Noll maintains the official calc home page at:
|
|
|
|
http://www.isthe.com/chongo/tech/comp/calc/
|
|
|
|
See:
|
|
|
|
http://www.isthe.com/chongo/tech/comp/calc/calc-download.html
|
|
|
|
for information on how to obtain up a recent version of calc.
|
|
|
|
=-=
|
|
|
|
In order to consider integrating your code, we need:
|
|
|
|
* the calc version you are working with (use the latest calc, see above)
|
|
* new help files or help file patches, if applicable (documentation)
|
|
* proposed text for the CHANGES file (brief description of what it does)
|
|
* regress.cal test patch, if applicable
|
|
* your source code and/or source code changes (:-))
|
|
|
|
The best way to send us new code, if your changes are small, is
|
|
via a patch (diff -c from the latest alpha code to your code).
|
|
If your change is large, you should send entire files (either
|
|
as a diff -c /dev/null your-file patch, or as a uuencoded and
|
|
gziped (or compressed) tar file).
|
|
|
|
You should send submissions to:
|
|
|
|
calc-contrib at asthe dot com
|
|
|
|
[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
|
|
[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
|
|
|
|
Thanks for considering submitting code to calc. Calc is a collective
|
|
work by a number of people. It would not be what it is today without
|
|
your efforts and submissions!
|
|
|
|
Calc bug reports, however, should be sent to:
|
|
|
|
calc-bugs at asthe dot com
|
|
|
|
[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
|
|
[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
|
|
|
|
See the BUGS file or try the help command:
|
|
|
|
help bugs
|
|
|
|
for details on bug reporting.
|
|
|
|
=-=
|
|
|
|
One may join the calc testing group by sending a request to:
|
|
|
|
calc-tester-request at asthe dot com
|
|
|
|
[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
|
|
[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
|
|
|
|
Your message body (not the subject) should consist of:
|
|
|
|
subscribe calc-tester address
|
|
end
|
|
name your_full_name
|
|
|
|
where "address" is your EMail address and "your_full_name"
|
|
is your full name.
|
|
|
|
Landon Curt Noll
|
|
http://www.isthe.com/chongo/
|
|
|
|
chongo <was here> /\../\
|
|
|
|
## Copyright (C) 1999 Landon Curt Noll
|
|
##
|
|
## 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
|
|
## as published by the Free Software Foundation.
|
|
##
|
|
## Calc 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 Lesser General
|
|
## Public License for more details.
|
|
##
|
|
## A copy of version 2.1 of the GNU Lesser General Public License is
|
|
## distributed with calc under the filename COPYING-LGPL. You should have
|
|
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
|
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
|
##
|
|
## @(#) $Revision: 29.2 $
|
|
## @(#) $Id: contrib,v 29.2 2000/06/07 14:02:33 chongo Exp $
|
|
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/contrib,v $
|
|
##
|
|
## Under source code control: 1997/03/09 16:33:22
|
|
## File existed as early as: 1997
|
|
##
|
|
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
|
|
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
|