ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/portio.c
Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 21:27:25 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.21: +6 -5 lines
Diff to previous 2.21
Reduced size limit for fread() & fwrite() again and other minor changes

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 03:04:22 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.20: +3 -2 lines
Diff to previous 2.20
Added error checking to putbinary()

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 02:06:32 2019 UTC (4 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.19: +3 -3 lines
Diff to previous 2.19
Changed fread/fwrite call threshold to 256 bytes -- seemed more reasonable

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 00:52:48 2016 UTC (7 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1, rad5R2
Changes since 2.18: +8 -6 lines
Diff to previous 2.18
Switched over to more efficient fread/fwrite replacements getbinary/putbinary

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 13:57:09 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.17: +4 -3 lines
Diff to previous 2.17
Minor optimization should not affect behavior

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 22:09:59 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +1 -8 lines
Diff to previous 2.16
Moved putc and getc overrides to rtio.h

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 22:06:18 2016 UTC (8 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.15: +42 -1 lines
Diff to previous 2.15
Added fread() and fwrite() replacements

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 01:40:33 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 2.14: +31 -23 lines
Diff to previous 2.14
Added check for EOF in getflt() and completed ANSIficiation

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 17:27:45 2006 UTC (17 years, 4 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9, rad4R0, rad4R1
Changes since 2.13: +2 -4 lines
Diff to previous 2.13
Added byte-swapping i/o options to rcalc

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Tue May 3 05:10:13 2005 UTC (18 years, 11 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2, rad3R8
Changes since 2.12: +11 -2 lines
Diff to previous 2.12
Added handling of overflow and underflow conditions in putflt()

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 16:34:27 2005 UTC (19 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +5 -1 lines
Diff to previous 2.11
Made exact zero work for 5-byte floating point i/o

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 02:53:50 2004 UTC (19 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.10: +3 -1 lines
Diff to previous 2.10
Added #undef for getc/putc where they were being replaced

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 15:51:42 2003 UTC (20 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.9: +6 -1 lines
Diff to previous 2.9
Added redirection for getc() and putc() on threaded C library

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 16:42:17 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -7 lines
Diff to previous 2.8
Added <math.h> include to get frexp() and ldexp() declarations

Revision 2.8 - (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.7: +3 -1 lines
Diff to previous 2.7
Added prototypes and includes from patch by Randolph Fritz.
Added more required includes and reduced other compile warnings.

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

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:22 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.5: +63 -4 lines
Diff to previous 2.5
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.5 - (view) (download) (annotate) - [select for diffs]
Fri Nov 15 16:20:35 1996 UTC (27 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.4: +3 -1 lines
Diff to previous 2.4
fixed bug caused by last change for negative values in getflt()

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 15 16:17:05 1996 UTC (27 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.3: +1 -1 lines
Diff to previous 2.3
minor improvement of getflt() accuracy (bug introduced 96/05/28

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 16:09:57 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.2: +7 -2 lines
Diff to previous 2.2
Removed problematic math function declarations

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 12:02:23 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.1: +4 -3 lines
Diff to previous 2.1
Changes for PC port

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 13 15:36:01 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

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