aboutsummaryrefslogtreecommitdiff
path: root/lib/libexpat
Commit message (Collapse)AuthorAgeFilesLines
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
| | | | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. Notes: svn path=/head/; revision=119017
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* Minor tweaks to make this manpage readable.Ruslan Ermilov2002-10-041-4/+5
| | | | Notes: svn path=/head/; revision=104462
* Style.Ruslan Ermilov2002-10-041-9/+5
| | | | | | | Approved by: phk Notes: svn path=/head/; revision=104461
* Ok, concensus was to install libexpat under a "private brandname", and afterPoul-Henning Kamp2002-10-042-9/+78
| | | | | | | | | | | | | | some deliberation the name "libbsdxml" was chosen since it conveys the two most important attributes: "Private to FreeBSD" and "XML". Add a skeleton man-page to give the credit and point for further documentation. (If somebody wants to write a true mdoc manpage for this I am sure both the eXpat people and I will be grateful). (Still not connected to the build) Notes: svn path=/head/; revision=104453
* Build libexpat out of src/contrib/expat.Poul-Henning Kamp2002-10-022-0/+109
Not connected to the build yet. Notes: svn path=/head/; revision=104352