summaryrefslogtreecommitdiffstats
path: root/lib/libexpat
Commit message (Collapse)AuthorAgeFilesLines
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hcokane2008-05-082-6/+12
| | | | | | | | | header is now in two parts: bsdxml.h and bsdxml_external.h, representing the expat.h and expat_external.h headers. Updated the info on the man page as well. Also, fixed a type-error in a printf in sbin/ifconfig/regdomain.c that would cause a compiler warning. Approved by: sam, phk
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
| | | | Ok'd by: kan
* Get endianess right.phk2007-04-241-1/+11
| | | | | | Why would an XML library need to know about endianess anyway ?? Prodded by, long time ago: ahze
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-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.
* english(4) police.schweikh2002-12-271-1/+1
|
* Minor tweaks to make this manpage readable.ru2002-10-041-4/+5
|
* Style.ru2002-10-041-9/+5
| | | | Approved by: phk
* Ok, concensus was to install libexpat under a "private brandname", and afterphk2002-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)
* Build libexpat out of src/contrib/expat.phk2002-10-022-0/+109
Not connected to the build yet.
OpenPOWER on IntegriCloud