ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rv2.c
Revision 2.53 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 07:02:21 2005 UTC (18 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P2
Changes since 2.52: +4 -1 lines
Diff to previous 2.52
Added feedback as to focus distance set with "focus" command

Revision 2.52 - (view) (download) (annotate) - [select for diffs]
Thu Jun 16 01:55:44 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1
Changes since 2.51: +2 -2 lines
Diff to previous 2.51
Removed extra semicolon (syntax error on some compilers)

Revision 2.51 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 03:34:14 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.50: +4 -4 lines
Diff to previous 2.50
Had to change new -R rendering option to -u to avoid conflict with rpiece

Revision 2.50 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 20:07:56 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.49: +6 -2 lines
Diff to previous 2.49
Added -R option for pure Monte Carlo rendering, replacing -DMC compile option

Revision 2.49 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 01:15:06 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.48: +3 -3 lines
Diff to previous 2.48
Extensive changes to enable rtrace -oTW option for tracking ray contributions

Revision 2.48 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 17:38:06 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.47: +4 -4 lines
Diff to previous 2.47
Minor fix to last change in trace reporting for mixtures

Revision 2.47 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 17:34:49 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.46: +19 -5 lines
Diff to previous 2.46
Changed trace command so both modifier and (material) are reported

Revision 2.46 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 04:42:33 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.45: +4 -3 lines
Diff to previous 2.45
Made it so "trace" command reports material rather than modifier

Revision 2.45 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 00:52:59 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.44: +42 -3 lines
Diff to previous 2.44
Fixed bug in rvu "move" command from last change and added "focus" command

Revision 2.44 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 00:33:16 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.43: +5 -34 lines
Diff to previous 2.43
Added -pd option for depth-of-field sampling and -vd focal distance entry

Revision 2.43 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.42: +60 -44 lines
Diff to previous 2.42
Continued ANSIfication. There are only bits and pieces left now.

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

Revision 2.41 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:13 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.40: +6 -5 lines
Diff to previous 2.40
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.40 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 19:29:34 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.39: +5 -8 lines
Diff to previous 2.39
Macros for setting binary file mode. Replacing MSDOS by _WIN32.

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

Revision 2.38 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.37: +131 -69 lines
Diff to previous 2.37
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.37 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 18:09:15 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.36: +4 -4 lines
Diff to previous 2.36
refinement on last change

Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 16:58:58 1997 UTC (27 years ago) by greg
Branch: MAIN
Changes since 2.35: +4 -0 lines
Diff to previous 2.35
added object number to ray structure for instance tracking

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 14:02:12 1996 UTC (27 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.34: +3 -2 lines
Diff to previous 2.34
changed albedo to 3-color parameter

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 15:25:34 1996 UTC (28 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.33: +5 -1 lines
Diff to previous 2.33
added -aw option for ambient value weight

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 11:00:09 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.32: +2 -2 lines
Diff to previous 2.32
replaced sskip() behavior and added new sskip2() function

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 21:27:34 1995 UTC (28 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.31: +26 -2 lines
Diff to previous 2.31
added participating media and -m* options

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Thu May 4 15:50:26 1995 UTC (28 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.30: +1 -1 lines
Diff to previous 2.30
fixed error in set options list

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 21 14:40:14 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 2.29: +3 -2 lines
Diff to previous 2.29
added effective ray length to ray reporting

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 08:58:47 1995 UTC (29 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.28: +1 -0 lines
Diff to previous 2.28
minor bug fix in b setting switch

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 11:46:14 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.27: +3 -1 lines
Diff to previous 2.27
made view changes properly manage fore and aft clipping planes

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 09:52:03 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.26: +15 -3 lines
Diff to previous 2.26
added -bv option for back face visibility (normally on)

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 20:18:37 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.25: +15 -3 lines
Diff to previous 2.25
added -vo and -va (fore and aft clipping plane) view options

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 15:24:28 1994 UTC (29 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.24: +3 -2 lines
Diff to previous 2.24
fixed bug in e @ specification

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 09:24:43 1994 UTC (30 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.23: +1 -0 lines
Diff to previous 2.23
added newheader() call

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 15:52:17 1994 UTC (30 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.22: +2 -1 lines
Diff to previous 2.22
added mention of hitting backside of surface in traceray()

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 16:59:14 1993 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.21: +2 -1 lines
Diff to previous 2.21
added check for void modifier in traceray()

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 14:57:53 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.20: +2 -0 lines
Diff to previous 2.20
added missing popen() declaration

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 13:47:55 1993 UTC (30 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.19: +14 -4 lines
Diff to previous 2.19
bug fixes in default name usage for MS-DOS

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 26 11:24:04 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.18: +8 -4 lines
Diff to previous 2.18
minor improvements in use of getpath()

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 14:13:51 1993 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.17: +71 -1 lines
Diff to previous 2.17
added L and V commands

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Aug 5 13:17:54 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.16: +2 -1 lines
Diff to previous 2.16
fixed problem with resetting of ambient accuracy

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 21:04:02 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.15: +13 -9 lines
Diff to previous 2.15
added "exposure @" subcommand

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 12:37:35 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.14: +1 -1 lines
Diff to previous 2.14
portability fixes (removed gcc warnings)

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 17:56:22 1992 UTC (31 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.13: +1 -1 lines
Diff to previous 2.13
changed error sense for zero in getexpos()

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 20:27:03 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.12: +4 -4 lines
Diff to previous 2.12
changed -di to ! -dv

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 21:13:14 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.11: +3 -0 lines
Diff to previous 2.11
added setmode(fd,O_BINARY) where needed for MSDOS

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 17:13:42 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.10: +1 -1 lines
Diff to previous 2.10
changes for 32-bit PC port

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 16:19:43 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.9: +0 -2 lines
Diff to previous 2.9
Removed problematic math function declarations

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon Apr 6 18:04:19 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.8: +11 -1 lines
Diff to previous 2.8
changed view command to accept options

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 16:52:10 1992 UTC (32 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.7: +1 -3 lines
Diff to previous 2.7
improved assignment and use of minarad and maxarad

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 16:38:51 1992 UTC (32 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.6: +1 -1 lines
Diff to previous 2.6
lowered minimum allowed exposure in getexpos()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jan 17 09:27:17 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.5: +12 -6 lines
Diff to previous 2.5
fixed bug in use of scanf() with SMLFLT defined

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 15 16:55:21 1992 UTC (32 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +19 -5 lines
Diff to previous 2.4
added change of s options and changed old s options to p options

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Mon Dec 23 23:18:31 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.3: +7 -7 lines
Diff to previous 2.3
fixed CTRL(c) macro for ANSII compilers

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 14:54:55 1991 UTC (32 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.2: +0 -1 lines
Diff to previous 2.2
removed atof() declarations for NeXT

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 21 10:10:30 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.1: +1 -1 lines
Diff to previous 2.1
added '?' to boolean query

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 17:42:19 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.32: +4 -2 lines
Diff to previous 1.32
changed calls to viewfile() and fputresolu()

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Oct 29 12:06:44 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
added luminance to printed values in traceray()

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 11:58:17 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.30: +16 -15 lines
Diff to previous 1.30
added -ds option

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 13:30:43 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.29: +4 -0 lines
Diff to previous 1.29
added ds setting

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Oct 11 12:12:40 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.28: +6 -2 lines
Diff to previous 1.28
added octree name to picture header

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 12:08:58 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.27: +2 -0 lines
Diff to previous 1.27
changed SOFT= to SOFTWARE=

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 12:53:21 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.26: +7 -3 lines
Diff to previous 1.26
improved memory handing

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 10:12:02 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
fixed error message for unknown set variable

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 15:22:02 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24
made boolean parameter setting more forgiving

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 16:37:59 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.23: +78 -151 lines
Diff to previous 1.23
simplified setparam() procedure

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 15:49:06 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.22: +38 -2 lines
Diff to previous 1.22
added set options for di, i and b

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 12:45:34 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
added format info to headers

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 11:04:56 1990 UTC (33 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.20: +12 -21 lines
Diff to previous 1.20
added fisheye view types

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 09:50:56 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
minor fixes in comments etc.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 09:57:45 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
added ability to comment view in getview()

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 11:37:37 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.17: +24 -24 lines
Diff to previous 1.17
fixed bug where drivers would send commands inappropriately

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 00:00:29 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
improved portability and speed of bcopy()

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 11:30:13 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
changed reading and writing of z-files and viewfiles

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 09:03:39 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
added writing of pixel aspect ratio to writepict()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 13:38:05 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.13: +20 -20 lines
Diff to previous 1.13
Changed handling of view parameters

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 18:04:25 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
replaced fprintf() with fputexpos() in writepicture()

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 11:48:19 1989 UTC (34 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.11: +12 -85 lines
Diff to previous 1.11
added repaint command

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 13 13:40:13 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.10: +3 -2 lines
Diff to previous 1.10
Added calls to picture resolution get/put routines

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 22:58:26 1989 UTC (34 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.9: +6 -6 lines
Diff to previous 1.9
Changed getpath() to check access modes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 10:57:45 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.8: +15 -1 lines
Diff to previous 1.8
Added direct certainty variable (compromise btwn. thresh. & tol.)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 17:04:40 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
Changed back to threshold testing for direct

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 22:22:40 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Changed "direct threshold" name to "direct tolerance"

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 08:38:35 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Changed intens() to bright(), which is better measure of visibility

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 08:35:26 1989 UTC (34 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.4: +27 -10 lines
Diff to previous 1.4
Efficient approximation to direct component with many sources
Glow type changed
Spot type eliminated

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue May 30 09:57:13 1989 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.3: +19 -11 lines
Diff to previous 1.3
Added elevation to pivot and zoom to rotate commands

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 18:34:33 1989 UTC (35 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.2: +21 -8 lines
Diff to previous 1.2
Fixed unintentional change of view in getview()

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:58:07 1989 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Changed view parameters string back to progname

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:37 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