ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/readobj.c
Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 16:45:32 2004 UTC (19 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8, rad3R9, rad4R0
Changes since 2.18: +2 -2 lines
Diff to previous 2.18
Increased buffer size for long commands/comments in Radiance scenes

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:19:31 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 2.17: +2 -1 lines
Diff to previous 2.17
Added gethomedir.c and various compatibility fixes.

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 02:06:34 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.16: +2 -2 lines
Diff to previous 2.16
Fewer complaints if "platform.h" precedes "standard.h"

Revision 2.16 - (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.15: +3 -3 lines
Diff to previous 2.15
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

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: +2 -2 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]
Sun Jun 8 12:03:09 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.13: +3 -5 lines
Diff to previous 2.13
Reduced compile warnings/errors on Windows.

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

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:58:32 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +1 -1 lines
Diff to previous 2.11
Changed (char *) casts for memory copies to (void *) and other fixes

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 19:29:04 2003 UTC (21 years ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.10: +24 -10 lines
Diff to previous 2.10
Changed alias handling to allow tracking, fixed freeobjects() and do_irrad bugs

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

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

Revision 2.8 - (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.7: +96 -10 lines
Diff to previous 2.7
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.7 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 16:51:26 1998 UTC (25 years, 4 months ago) by gwlarson
Branch: MAIN
Changes since 2.6: +2 -2 lines
Diff to previous 2.6
fixed problem with new object block sizing

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 24 16:42:46 1998 UTC (25 years, 7 months ago) by gwlarson
Branch: MAIN
Changes since 2.5: +1 -1 lines
Diff to previous 2.5
changed object block size and increased object limit to 32 million

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:58:01 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
increased buffer size for in-line commands from 512 to 1024

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 09:18:47 1994 UTC (30 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.3: +18 -12 lines
Diff to previous 2.3
added warning about empty input

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 15:08:20 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +1 -1 lines
Diff to previous 2.2
removed fgets() declaration

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 12:41:24 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1
removed lastrno from object structure

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 11:48:04 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.6: +10 -4 lines
Diff to previous 1.6
eliminated calls to scanf()

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 09:25:43 1991 UTC (32 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.5: +5 -55 lines
Diff to previous 1.5
added separate readfargs() and freefargs() routines

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 09:53:35 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
changed bmalloc() to call sbrk() since malloc() allocated
16K when asked for less than 8K and that's what octalloc() used before

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 23:32:43 1990 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
added consistency checks to detect stale octrees

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jan 18 23:58:57 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
improved portability of bcopy()

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 16:32:04 1989 UTC (34 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.1: +3 -6 lines
Diff to previous 1.1
Added multi-line commands.

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