ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/calexpr.c
Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Sun Jun 14 18:21:58 2009 UTC (14 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.32: +3 -2 lines
Diff to previous 2.32
Added ability to specify constant name in rtcontrib -bn option

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Thu May 1 16:42:05 2008 UTC (15 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.31: +3 -3 lines
Diff to previous 2.31
Math library and warning fixes for Solaris

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Wed May 10 15:21:20 2006 UTC (17 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9
Changes since 2.30: +7 -4 lines
Diff to previous 2.30
Changed from IEEE macro to checking for isnan macro

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue May 17 17:51:51 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 2.29: +6 -1 lines
Diff to previous 2.29
Added "eofc" global for specifying an optional EOF character, such as '}'

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 20:33:12 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.28: +3 -1 lines
Diff to previous 2.28
Continued ANSIfication, and other fixes and clarifications.

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 17:22:06 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.27: +95 -69 lines
Diff to previous 2.27
Reduced compile warnings, and other compatibility fixes.

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 19:20:26 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.26: +2 -2 lines
Diff to previous 2.26
Added prototype for eoper[] dispatch array

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:01 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.25: +4 -4 lines
Diff to previous 2.25
Added grouping parens to reduce ambiguity warnings.

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:17 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.24: +3 -2 lines
Diff to previous 2.24
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

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

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:44 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.22: +10 -10 lines
Diff to previous 2.22
Reduced compile problems on Windows.

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

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Mon Jun 2 18:13:54 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.20: +1 -1 lines
Diff to previous 2.20
Turned off E_REDEFW by default

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 16:16:52 2003 UTC (21 years, 1 month 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, 1 month 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, 1 month 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, 10 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, 10 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, 1 month 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, 6 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, 6 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, 6 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, 9 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, 9 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, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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