[m-rev.] For review: Add Mac OS X shared lib support to website newsr

Ian MacLarty maclarty at cs.mu.OZ.AU
Tue Oct 19 19:50:19 AEST 2004


On Tue, Oct 19, 2004 at 05:24:56PM +1000, Julien Fischer wrote:
> 
> On Tue, 19 Oct 2004, Ian MacLarty wrote:
> 
> > For review by anyone.
> >
> > Estimated hours taken: 0.5
> > Branches: main
> >
> > Added shared library support for Mac OS X to news on web site.
> >
> > news/newsdb.inc
> > 	Added news about shared lib support for Mac OS X.
> >
> > Index: news/newsdb.inc
> > ===================================================================
> > RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
> > retrieving revision 1.78
> > diff -u -r1.78 newsdb.inc
> > --- news/newsdb.inc	10 Jun 2004 01:17:36 -0000	1.78
> > +++ news/newsdb.inc	19 Oct 2004 02:56:29 -0000
> > @@ -22,6 +22,12 @@
> >
> >  $newsdb = array(
> >
> > +"19 October 2004" => array("Shared Library Support for Mac OS X",
> > +
> > +"The Mercury libraries are now dynamically linked by default on Mac OS X,
> > +greatly reducing the size of executables."
> > +),
> > +
> 
> I think you should probably mention that shared libraries now work.
> Otherwise it just look like we've made a change to how things are
> linked on OS X.
> 
Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.78
diff -u -r1.78 newsdb.inc
--- news/newsdb.inc	10 Jun 2004 01:17:36 -0000	1.78
+++ news/newsdb.inc	19 Oct 2004 09:43:09 -0000
@@ -22,6 +22,13 @@
 
 $newsdb = array(
 
+"19 October 2004" => array("Shared Library Support for Mac OS X",
+
+"Shared Mercury libraries now work on Mac OS X.  The standard Mercury libraries
+are also now dynamically linked by default, greatly reducing the size of
+executables."
+),
+
 "10 June 2004" => array("The 2004 ICFP Programming Contest",
 
 "A team of Mercury developers submitted an <A
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list