aboutsummaryrefslogtreecommitdiff
path: root/lib/libexpat
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Update base system libexpat to 2.1.0.Xin LI2013-02-262-7/+20
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=247296
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-1/+1
| | | | | | | | | | read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor) Notes: svn path=/head/; revision=211243
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Grammar fix.Xin LI2009-12-281-1/+1
| | | | | | | | Submitted by: Kenyon Ralph <kenyon kenyonralph com> MFC after: 1 week Notes: svn path=/head/; revision=201137
* Explicitly say that this is an internal library which is intended to beXin LI2009-12-131-1/+10
| | | | | | | | | | | | used within FreeBSD base system only, and discourage user applications from using it. User applications should use the expat version from the ports/package collection. Reviewed by: simon (earlier version) MFC after: 2 weeks Notes: svn path=/head/; revision=200464
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hColeman Kane2008-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 Notes: svn path=/head/; revision=178852
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Get endianess right.Poul-Henning Kamp2007-04-241-1/+11
| | | | | | | | | Why would an XML library need to know about endianess anyway ?? Prodded by, long time ago: ahze Notes: svn path=/head/; revision=168998
* 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