ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/calfunc.c
Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 17:22:06 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.13: +2 -2 lines
Diff to previous 2.13
Reduced compile warnings, and other compatibility fixes.

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 22:37:53 2003 UTC (20 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.12: +24 -24 lines
Diff to previous 2.12
Added prototype for LIBR function pointer in calcomp.h

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 09:21:29 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.11: +3 -2 lines
Diff to previous 2.11
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 12:50:20 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.10: +4 -4 lines
Diff to previous 2.10
Various small changes to reduce compile warnings/errors on Windows.

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 16:16:52 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
Made errno checking explicit after math calls to avoid spurious warnings

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:21 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +1 -56 lines
Diff to previous 2.8
Replaced inline copyright notice with #include "copyright.h"

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:21 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.7: +71 -90 lines
Diff to previous 2.7
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 17:29:46 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.6: +7 -8 lines
Diff to previous 2.6
minor improvement in fundefined()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 12:11:48 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.5: +4 -2 lines
Diff to previous 2.5
calls libupdate() only when necessary

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 15:58:31 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.4: +2 -27 lines
Diff to previous 2.4
Removed problematic math function declarations

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Thu May 21 10:29:32 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +25 -2 lines
Diff to previous 2.3
fixes for ev program

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon May 18 14:15:49 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +8 -8 lines
Diff to previous 2.2
minor cosmetic changes to libfunc()

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 15 16:38:47 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +19 -11 lines
Diff to previous 2.1
changed library links to be reliable to avoid strcmp() call

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 16:55:16 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.9: +0 -0 lines
Diff to previous 1.9
updated revision number for release 2.0

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 14:11:17 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.8: +5 -2 lines
Diff to previous 1.8
improved IEEE error reporting slightly

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 14:26:18 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
improved specificity of warning for bad function call

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 09:31:59 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
minor optimization

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri May 24 13:30:00 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
added function name to library calls

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri May 17 08:55:39 1991 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
fixed bug in functions with more than 31 arguments

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 15:44:39 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +25 -22 lines
Diff to previous 1.3
changed setfunc() call to include assignment type

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 11:18:34 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
removed static requirement for function name -- better anyway

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:15:13 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
nit-picking for Stardent compiler

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:34:28 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R7P2: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a