Add skeletal NSXML work as requested.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27824 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-02-09 16:16:11 +00:00
parent 2f24254d4f
commit 910deff1a6
21 changed files with 2553 additions and 4 deletions

View file

@ -237,7 +237,7 @@ GSAtomicMallocZone (void);
* NB. making a pointer weak does not mean that it is automatically
* zeroed when the object it points to is garbage collected. To get that
* behavior you must asign values to the pointer using the
* GSAssignZeroingWeakPointer() function.<rb />
* GSAssignZeroingWeakPointer() function.<br />
* This function has no effect if the system is
* not built for garbage collection.
*/