ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/calexpr.c
Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 16:16:52 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.19: +2 -2 lines
Diff to previous 2.19
Made errno checking explicit after math calls to avoid spurious warnings

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

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:21 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.17: +97 -84 lines
Diff to previous 2.17
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.17 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 17:57:30 1998 UTC (25 years, 8 months ago) by gwlarson
Branch: MAIN
Changes since 2.16: +8 -4 lines
Diff to previous 2.16
added more careful typing of numbers

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 09:49:29 1995 UTC (29 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.15: +47 -0 lines
Diff to previous 2.15
made redefinition warnings more intelligent --
won't report new definitions that are equivalent to old

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 09:12:37 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.14: +4 -0 lines
Diff to previous 2.14
added conditional declaration of atof()

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 15:04:48 1993 UTC (30 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.13: +1 -1 lines
Diff to previous 2.13
removed conflicting gets() and puts() declarations

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:27:58 1993 UTC (30 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.12: +0 -3 lines
Diff to previous 2.12
Removed unnecessary declaration of atof()

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Mar 5 15:14:00 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +4 -1 lines
Diff to previous 2.11
portability improvements

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 11:53:36 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.10: +3 -3 lines
Diff to previous 2.10
minor change to epfree()

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Nov 10 10:29:19 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +4 -2 lines
Diff to previous 2.9
fixed bug for free() routines that touch contents

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 12:29:36 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -2 lines
Diff to previous 2.8
Changes for 32-bit PC port

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 15:57:29 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.7: +2 -1 lines
Diff to previous 2.7
Removed problematic math function declarations

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sat Sep 26 08:13:32 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
minor change to syntax error reporting

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:01:54 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +61 -62 lines
Diff to previous 2.5
Changes for PC port

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue May 19 20:21:58 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.4: +3 -1 lines
Diff to previous 2.4
removed a couple of unnecessary code segments

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

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 7 22:30:41 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +5 -8 lines
Diff to previous 2.2
simplified and improved logic for testing of constant functions

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:45:47 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.1: +4 -1 lines
Diff to previous 2.1
added conditional compilation of atof() declarations

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 16:26:31 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.15: +4 -0 lines
Diff to previous 1.15
eliminated possibility of generating -(-E5) parse tree

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 08:18:14 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
fixed code for long identifiers

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 13:40:09 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.13: +10 -6 lines
Diff to previous 1.13
added bug associated with context naming and function arguments

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 12:11:19 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.12: +13 -0 lines
Diff to previous 1.12
added getscanpos() function

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 11:22:04 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.11: +36 -30 lines
Diff to previous 1.11
added contexts to definition naming

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 16:56:39 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.10: +25 -12 lines
Diff to previous 1.10
added isconstfun() to find constant functions passed as arguments

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 15:44:41 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
changed setfunc() call to include assignment type

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 15:26:26 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.8: +45 -1 lines
Diff to previous 1.8
added ':' definitions for constant expressions

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 10:54:58 1991 UTC (33 years ago) by greg
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
changed exponentiation to right-associative

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 16:28:52 1990 UTC (33 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.6: +7 -8 lines
Diff to previous 1.6
changed appearance of syntax error reports once more

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 12:56:50 1990 UTC (33 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +47 -10 lines
Diff to previous 1.5
added line numbers to error reports

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:15:11 1990 UTC (33 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
nit-picking for Stardent compiler

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 29 09:44:33 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Deleted paranoid test that will never happen in syntax()

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 22:29:01 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.2: +7 -13 lines
Diff to previous 1.2
Minor modification of UMINUS compilation

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 22:06:37 1989 UTC (35 years ago) by greg
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
Fixed conditional compile error in epfree()

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

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R5: (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