[opendx-dev] dx/include/dx UserInteractors.h advanced.h arch.h array.h arrayhandles.h basic.h cache.h camera.h clipped.h component.h error.h extract.h field.h geometry.h group.h grow.h hash.h helper.h

2000-08-24 Thread David Thompson
Update of /src/master/dx/include/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv53368 Modified Files: UserInteractors.h advanced.h arch.h array.h arrayhandles.h basic.h cache.h camera.h clipped.h component.h error.h extract.h field.h geometry.h group.h grow.h hash.h

[opendx-dev] dx/lib mdf2c.awk

2000-08-24 Thread David Thompson
Update of /src/master/dx/lib In directory opendx.watson.ibm.com:/tmp/cvs-serv55736 Modified Files: mdf2c.awk Log Message: Minor cleanup for function return.

[opendx-dev] dx configure.in

2000-08-24 Thread David Thompson
Update of /src/master/dx In directory opendx.watson.ibm.com:/tmp/cvs-serv42102 Modified Files: configure.in Log Message: Change byte from char to signed char for systems that have char defaulted to unsigned char within the compiler.

[opendx-dev] dx/src/exec/dpexec dxmain.c

2000-08-24 Thread gda
Update of /src/master/dx/src/exec/dpexec In directory opendx.watson.ibm.com:/tmp/cvs-serv55776 Modified Files: dxmain.c Log Message: Changed name of compile-time variable used to specify that the master is or is not the final proc forked.

[opendx-dev] dx/src/exec/libdx displayx.h Makefile.am axes.c displayx.c edfobj.c image.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv50664/libdx Modified Files: Makefile.am axes.c displayx.c edfobj.c image.c Added Files: displayx.h Log Message: Major cleanup of dxmods files. Fixed most compiler warnings. In the process

[opendx-dev] dx/src/exec/dxmods _autocolor.h _autogray.h _colormap.h _connectgrids.h _connectvor.h _construct.h _divcurl.h _glyph.h _gradient.h _grid.h _maptoplane.h _newtri.h _partnbrs.h _plot.h _pos

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv50664/dxmods Modified Files: Makefile.am _autocolor.c _autogray.c _cat_util.c _color.c _colormap.c _compexec.c _compinput.c _complex.c _compoper.c _compoper.h _compputils.c

[opendx-dev] dx/src/exec/libdx task.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/libdx In directory opendx.watson.ibm.com:/tmp/cvs-serv40974 Modified Files: task.c Log Message: Applying Randall's patches: Memory leak patch for callmodule subtasking.

[opendx-dev] dx/src/exec/dxmods reduce.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv41394 Modified Files: reduce.c Log Message: Applying Randall's patches: Fix for the case when Reduce takes the no-reduce shortcut.

[opendx-dev] dx/src/exec/dxmods genimp.c genimp_parse.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv41392 Modified Files: genimp.c genimp_parse.c Log Message: Apply Randall's Purify patches: Watch out for lines that are just \n. Don't poke around in _dxd_gi_filename after freeing it.

[opendx-dev] dx/src/exec/dxmods Makefile.am

2000-08-24 Thread gda
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv40614 Modified Files: Makefile.am Log Message: Have to include local.mk in the distribution.

[opendx-dev] dx/src/uipp/dxuilib Makefile.am

2000-08-24 Thread gda
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv67476 Modified Files: Makefile.am Log Message: Again, gotta send local.mk with distributions

[opendx-dev] dx/src/exec Makefile.am

2000-08-24 Thread gda
Update of /src/master/dx/src/exec In directory opendx.watson.ibm.com:/tmp/cvs-serv67498 Modified Files: Makefile.am Log Message: mklib's gotta go with the dist, too

[opendx-dev] _tiff.c????

2000-08-24 Thread gabra
David, A couple routines in _tiff.c got ifdeffed out - write_rev_uint32 and write_rev_uint16. They're needed - why did they go away? Greg

[opendx-dev] dx/src/exec/dxmods _tiff.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv66002 Modified Files: _tiff.c Log Message: Correct a mistaken ifdef.

[opendx-dev] Digital UNIX tarball?

2000-08-24 Thread Randall Hopper
Does anyone have a installed binary tree of OpenDX for Digital UNIX lying around? Would like to try it here, but this Alpha doesn't have a C++ compiler. Downloading it via web or FTP would be great, or I can give you an e-mail address that can handle a multi-meg attachment.

[opendx-dev] dx/src/exec/dxmods _tiff.c

2000-08-24 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv67552 Modified Files: _tiff.c Log Message: Two functions not needed on bigendian systems so only compile them on little endian systems.

Re: [opendx-dev] _tiff.c????

2000-08-24 Thread David L. Thompson
Corrected, I think? The reason is, they are never used on a bigendian system and since they are static they use space in the program stack. Please let me know if you find any others, but I believe this was the only one like this. I thought that it might be a problem, but didn't have a LE