ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/parser.c
Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 17:54:06 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 1.27: +96 -70 lines
Diff to previous 1.27
Continued ANSIfication and reduced compile warnings.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 20:11:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 1.26: +4 -6 lines
Diff to previous 1.26
Updates for 3.5 release

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 15 09:41:37 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25
added stdlib.h for better reliability on some systems

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 12:32:41 1997 UTC (27 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24
small cleanup suggested by Philippe B.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 11:17:24 1997 UTC (27 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.23: +36 -8 lines
Diff to previous 1.23
added fh entity and general cleanup

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 22:34:59 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.22: +17 -19 lines
Diff to previous 1.22
made some support handlers external symbols

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 11:03:57 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.21: +13 -10 lines
Diff to previous 1.21
made it so the stored input line includes escaped newlines

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 19:14:49 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.20: +10 -5 lines
Diff to previous 1.20
added error for unmatched xf or o context close
fixed potential bug in mg_load() in case MG_OK != 0 in future

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 09:40:22 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.19: +17 -4 lines
Diff to previous 1.19
added check for input line exceeding MG_MAXLINE

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 15:47:18 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
fixed bug in e_cone

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu May 11 20:17:33 1995 UTC (28 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.17: +24 -3 lines
Diff to previous 1.17
added default handling of undefined entities

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue May 9 14:38:22 1995 UTC (28 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.16: +27 -27 lines
Diff to previous 1.16
precautions against 16-bit architectures

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 15:53:26 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 1.15: +8 -11 lines
Diff to previous 1.15
bug fix for empty include files

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 12:11:30 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
added material index of refraction

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Mar 10 15:16:07 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
reduced significant digits in spectrum output

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 14:53:23 1995 UTC (29 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.12: +77 -45 lines
Diff to previous 1.12
added cct entity

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 09:58:49 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.11: +42 -16 lines
Diff to previous 1.11
added surface normal interpolation to prism's

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 18:06:58 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
added "sides" entity for one- vs. two-sided surfaces

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 16:15:20 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.9: +111 -143 lines
Diff to previous 1.9
made the -a (array) option work within files as well

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 16:33:09 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
bug fixes and enhancements

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 09:48:03 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.7: +2 -8 lines
Diff to previous 1.7
minor fixes and enhancements

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 17:15:49 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
minor bug fix

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 16:28:18 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +90 -6 lines
Diff to previous 1.5
added cspec and cmix entities

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 09:40:29 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4
changed prism length from first argument to last

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 09:32:51 1994 UTC (29 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.3: +97 -0 lines
Diff to previous 1.3
added prism entity and minor changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 17:15:49 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.2: +46 -22 lines
Diff to previous 1.2
more bug fixes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 15:33:47 1994 UTC (29 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.1: +9 -3 lines
Diff to previous 1.1
various enhancements and fixes

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 14:45:46 1994 UTC (29 years, 10 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