X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: CBFalconer Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: libsupp 5.3 for DJGPP 2.03 and 2.04 uploaded. Date: Tue, 16 Sep 2008 21:52:05 -0400 Organization: Ched Research http://cbfalconer.home.att.net Lines: 35 Message-ID: <48D062C5.DE5121B6@yahoo.com> References: <200809170003 DOT m8H033ms000991 AT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX19aDwUPr4gIwiAg3e/DIZ90o/S/p+u3ZqbKUeJD1EAh1XttHC+Wg/GL69loP6nCFRNrfFy2XGOYN++7Y5Yyg5bHJQ1FlwAl5gD0iuR9JnaHUECQgjOn4vwMLx84/7fo953qKjux/MaCew== X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Wed, 17 Sep 2008 01:52:06 +0000 (UTC) X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en X-Auth-Sender: U2FsdGVkX1/Vbi+vxp9+ypb7Og89X1d0io/S8eQQEEoo/2trXK0z/A== Cancel-Lock: sha1:aCfbmDQs/KaZHnCPQ3hRgbebtX8= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Juan Manuel Guerrero wrote: > > This is libsupp 5.3 for MSDOS/DJGPP. > > Introduction. > ============= > > This is a support library for DJGPP 2.04 and 2.03. It shall provide a small > set of new functions that still have not been implemented for DJGPP or improved > versions of functions from DJGPP's CVS source repository so that the original > functions provided with DJGPP's libc.a (2.04 and 2.03) can be replaced with > these new ones. > The decision which function is part and which one is not part of this library > is based on the usefullnes for porting current GNU packages. If the amount of > provided functions increases in the future will depend on the requirements of > the GNU packages to be ported. > > This is a bug fix release. > One issue has been fixed in function: > __canonicalize_path I suggest you also include strlcat and strlcpy. A full release of suitable code is at: and includes the original BSD why and how documentation. Those routines are written to not use any other standard library routines, thus minimizing library loading. The coding is standard C. -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: Try the download section.