ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/lam.c
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 16:31:35 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R3, rad5R4
Changes since 1.24: +3 -5 lines
Diff to previous 1.24
Windows cleaning (thanks to Nathaniel Jones for pointing out errors)

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:45:51 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
Made -f more flexible accepting upper-case letters (byte-swapping doesn't matter)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 15:59:49 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
Made it so -t option sets newline if no character follows

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 15:04:20 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.21: +12 -4 lines
Diff to previous 1.21
Improved error reporting and added newline after ASCII records

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 00:46:23 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
Added check for premature end-of-data

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 00:20:57 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.19: +3 -9 lines
Diff to previous 1.19
Added rsplit tool to divide input to multiple output streams

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 17:36:04 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.18: +30 -21 lines
Diff to previous 1.18
Changed rlam -iaN behavior to read N lines rather than N characters

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 16:51:03 2019 UTC (4 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.17: +7 -10 lines
Diff to previous 1.17
Minor bug fix for Windoz -- was setting fixed-width ASCII input to binary output

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 19:00:54 2016 UTC (8 years ago) by greg
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
I guess I can't count...

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 18:48:28 2016 UTC (8 years ago) by greg
Branch: MAIN
Changes since 1.14: +8 -3 lines
Diff to previous 1.14
Added -in options to commands for manual EOF specification

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 20:07:27 2014 UTC (10 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1, rad4R2P2, rad5R0
Changes since 1.13: +12 -2 lines
Diff to previous 1.13
Added flockfile calls and fixed SET_FILE_BINARY usage for consistency

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 17:05:00 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Increased maximum line length to 64KB

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 26 16:45:04 2013 UTC (10 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.11: +18 -12 lines
Diff to previous 1.11
Improved handling of -iaN option and binary input from stdin

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 21:22:49 2010 UTC (13 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 1.10: +25 -20 lines
Diff to previous 1.10
Added -u option to rlam

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 01:12:57 2010 UTC (13 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9
Modified rlam to use -iw option for 2-byte words and added -ii and -ib options

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun May 7 15:44:28 2006 UTC (17 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8, rad3R9, rad4R0
Changes since 1.8: +9 -3 lines
Diff to previous 1.8
Made missing calls to SET_FILE_BINARY() for Windows

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Oct 5 05:20:50 2005 UTC (18 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Made empty string default separator for binary input

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 20:36:02 2005 UTC (18 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.6: +53 -7 lines
Diff to previous 1.6
Added -i option to allow rlam to work with binary input records

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 22:40:47 2005 UTC (18 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad3R7P2
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
Changed rlam -t option to accept strings as well as tab characters

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 22:25:55 2004 UTC (19 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Increased file limit from 16 to 32

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 17:31:24 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
Reduced compile warnings.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:26:05 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Various compatibility fixes.

Revision 1.2 - (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 1.1: +5 -1 lines
Diff to previous 1.1
Reduced compile warnings/errors on Windows.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:20 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
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

Convenience Links

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