ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/header.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 11:35:17 2004 UTC (20 years, 2 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.21: +81 -62 lines
Diff to previous 2.21
Fixed typing/prototype of getheader() and its callback.

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 10:11:06 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.20: +2 -2 lines
Diff to previous 2.20
Added prototypes submitted by Randolph Fritz.

Revision 2.20 - (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.19: +2 -2 lines
Diff to previous 2.19
Added grouping parens to reduce ambiguity warnings.

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

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 15:14:44 2003 UTC (20 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.17: +3 -6 lines
Diff to previous 2.17
Included rtio.h to cover fputword() declaration

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

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 06:53:21 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.15: +5 -2 lines
Diff to previous 2.15
Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 00:25:49 2003 UTC (20 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.14: +1 -3 lines
Diff to previous 2.14
Changed instances of "int4" to "int32" and "int2" to "int16"

Revision 2.14 - (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.13: +3 -3 lines
Diff to previous 2.13
Various small changes to reduce compile warnings/errors on Windows.

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 10 17:13:29 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.12: +1 -7 lines
Diff to previous 2.12
Compile error fixes for Linux and other improvements

Revision 2.12 - (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.11: +1 -56 lines
Diff to previous 2.11
Replaced inline copyright notice with #include "copyright.h"

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.10: +155 -21 lines
Diff to previous 2.10
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.10 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 08:44:28 1998 UTC (25 years, 5 months ago) by gwlarson
Branch: MAIN
Changes since 2.9: +2 -2 lines
Diff to previous 2.9
changed getheader() to listen to return value of passed function

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 11:40:52 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.8: +1 -1 lines
Diff to previous 2.8
took out space at the end of header id's

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sat Jul 27 07:21:38 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.7: +2 -3 lines
Diff to previous 2.7
eliminated final space from printargs() output

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Mar 12 11:29:16 1996 UTC (28 years ago) by greg
Branch: MAIN
Changes since 2.6: +11 -6 lines
Diff to previous 2.6
fixed bug on machines that put static strings in read-only memory

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 10:53:46 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.5: +11 -18 lines
Diff to previous 2.5
changed copymatch() to globmatch(), which is more generally useful

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 15 14:07:58 1995 UTC (28 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.4: +11 -6 lines
Diff to previous 2.4
made changes for new 32-bit_rle_xyze picture type

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 10:16:45 1994 UTC (30 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.3: +52 -16 lines
Diff to previous 2.3
Added new ID to first line of header and changed use of formatval

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 16:20:09 1992 UTC (31 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.2: +9 -5 lines
Diff to previous 2.2
Changes for 32-bit PC port

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 11:40:36 1992 UTC (32 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.1: +19 -2 lines
Diff to previous 2.1
added quoting of arguments containing spaces to printargs()

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Apr 22 08:23:10 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +3 -5 lines
Diff to previous 1.3
minor change to checkheader.c

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 10:33:25 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +81 -6 lines
Diff to previous 1.2
added wildcard matching for formats

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 12:56:58 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.1: +59 -10 lines
Diff to previous 1.1
added format info to headers

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

Convenience Links

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