From: Grzegorz J. <ja...@he...> - 2003-09-04 01:04:04
|
Hi, Thanks for your contribution, I reviewed it shortly below. Will you have time to commit those changes to CVS on SF? Regards Grzegorz On Wed, 3 Sep 2003, Yann Dirson wrote: > Hello, > > Here is a patch fixing a couple of things: > > - a number of targets defined in Makefile.am's override the default > ones instead of appending to them Right, I fixed one of those recently, but others are left. > - some documentation updates Thanks. > > - a test for an allocation, which I inserted some time ago when > investigating a problem (dont remember the details) Is this necessary? Standard mandates exception when 'new' cannot allocate memory, so on conforming compiler the execution should never make it to the test. > diff -ruN /disc5/dwitch/deb/openc++/opencxx-snapshot-HEAD-2003-03-25/html/man.html opencxx-2.6.1/html/man.html > --- /disc5/dwitch/deb/openc++/opencxx-snapshot-HEAD-2003-03-25/html/man.html 2001-12-14 16:28:30.000000000 +0100 > +++ opencxx-2.6.1/html/man.html 2003-09-02 16:28:27.000000000 +0200 [...] > @@ -225,7 +225,7 @@ > <DT><TT>file<B>.so</B></TT> > <DD>shared library dynamically loaded by <B>occ</B>. > > -<DT><TT><B>opencxx.a</B></TT> > +<DT><TT><B>/usr/lib/libopenc++.a</B></TT> (1) I am under impression that library names is 'libocc.a' (2) The library is not necessarily intalled in /usr/lib > <DD>library to link with meta-level program. > > </DL> ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |