mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
We apologize for the calc v2.14.0.12 source tarball that was missing critical files. While the executable was well tested, our release process was deficient. We are improved our release process and added tests during the release procedure to help verify that we are not regressing in to the "v2.14.0.12 source tarball" issue, among other things. Depending on how things do, you might is several releases come out over a short period of time. The core of calc isn't changing, so the calc executable will be the same as we focus on the Makefiles, our release procedure, and related documentation / help files. We made several changes to the Makefiles. We also added a new README.RELEASE document (see "help release") that is a work in progress. Along the way we discovered a few things that needed to be updated in documentation. See the CHANGES file for details.
112 lines
1.5 KiB
Plaintext
112 lines
1.5 KiB
Plaintext
# files and directories created during the building of calc and other Makefile actions
|
|
#
|
|
# NOTE: While many of these might be part of a released calc tarball, they are
|
|
# not consider development source. Some other file(s) and/or programs
|
|
# generate these files.
|
|
#
|
|
.dynamic
|
|
.hsrc
|
|
NOTES
|
|
align32.h
|
|
args.h
|
|
cal/.all
|
|
calc
|
|
calc.1
|
|
calc.usage
|
|
calcerr.c
|
|
calcerr.h
|
|
charbit.h
|
|
conf.h
|
|
cscript/.all
|
|
cscript/4dsphere
|
|
cscript/README
|
|
cscript/fproduct
|
|
cscript/mersenne
|
|
cscript/piforever
|
|
cscript/plus
|
|
cscript/powerterm
|
|
cscript/simple
|
|
cscript/square
|
|
custom/.all
|
|
custom/libcustcalc*
|
|
endian
|
|
endian_calc.h
|
|
fposval.h
|
|
have_arc4random.h
|
|
have_ban_pragma.h
|
|
have_const.h
|
|
have_environ.h
|
|
have_fpos.h
|
|
have_fpos_pos.h
|
|
have_getpgid.h
|
|
have_getprid.h
|
|
have_getsid.h
|
|
have_gettime.h
|
|
have_limits.h
|
|
have_memmv.h
|
|
have_newstr.h
|
|
have_offscl.h
|
|
have_posscl.h
|
|
have_rusage.h
|
|
have_stdlib.h
|
|
have_stdvs
|
|
have_strdup.h
|
|
have_string.h
|
|
have_strlcat.h
|
|
have_strlcpy.h
|
|
have_times.h
|
|
have_uid_t.h
|
|
have_unistd.h
|
|
have_unused.h
|
|
have_urandom.h
|
|
have_ustat.h
|
|
help/.all
|
|
help/COPYING
|
|
help/COPYING-LGPL
|
|
help/binding
|
|
help/bindings
|
|
help/bug
|
|
help/bugs
|
|
help/builtin
|
|
help/change
|
|
help/changes
|
|
help/contrib
|
|
help/copy
|
|
help/cscript
|
|
help/custom_cal
|
|
help/errorcode
|
|
help/errorcodes
|
|
help/full
|
|
help/funclist
|
|
help/funclist.c
|
|
help/libcalc
|
|
help/man
|
|
help/new_custom
|
|
help/question
|
|
help/questions
|
|
help/resource
|
|
help/type
|
|
help/usage
|
|
libcalc*
|
|
libcustcalc*
|
|
longbits
|
|
longbits.h
|
|
Makefile.our
|
|
sample_many
|
|
sample_rand
|
|
tags
|
|
terminal.h
|
|
ver_calc
|
|
win32/
|
|
|
|
# other commonly excluded patterns
|
|
#
|
|
*~
|
|
*.BAK
|
|
core*
|
|
.DS_Store
|
|
*.dSYM/
|
|
*.[oa]
|
|
.*.swp
|
|
*,v
|