Updated the URL to Boehm's GC page.
authorOvidiu Predescu <ovidiu@cup.hp.com>
Thu, 8 Apr 1999 09:23:35 +0000 (09:23 +0000)
committerOvidiu Predescu <ovidiu@gcc.gnu.org>
Thu, 8 Apr 1999 09:23:35 +0000 (09:23 +0000)
From-SVN: r26292

libobjc/ChangeLog
libobjc/objc-features.texi

index 8becfbc52fbde16d86ee803b8558fd84fa71f5a5..6c1a864a82940ab4f91e5f8b2635c854f061a2c8 100644 (file)
@@ -1,3 +1,7 @@
+Fri April 8 08:21:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
+
+       * objc-features.texi: Updated the URL to Boehm's GC page.
+
 Fri Mar 26 23:41:07 1999 Ovidiu Predescu <ovidiu@cup.hp.com>
 
        * archive.c (__objc_code_char, __objc_write_char): Explicitly specify
index f1a33ae4e9d3d32d209c94bbd61f5706675b8f15..819caf6cff0b41185c817a5a96ee7902cedbabf3 100644 (file)
@@ -317,7 +317,7 @@ argument types.
 Support for a new memory management policy has been added by using a
 powerful conservative garbage collector, known as the
 Boehm-Demers-Weiser conservative garbage collector. It is available from
-@w{@uref{http://reality.sgi.com/employees/boehm_mti/gc.html}}.
+@w{@uref{http://reality.sgi.com/boehm_mti/gc.html}}.
 
 To enable the support for it you have to configure the compiler using an
 additional argument, @w{@kbd{--enable-objc-gc}}. You need to have