X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Juan Manuel Guerrero Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: libsupp 5.3 for DJGPP 2.03 and 2.04 uploaded. Date: Wed, 17 Sep 2008 00:13:19 -0700 (PDT) Organization: http://groups.google.com Lines: 59 Message-ID: <2d035601-caa5-4fc4-84f5-21f82fc89ec5@t54g2000hsg.googlegroups.com> References: <200809170003 DOT m8H033ms000991 AT delorie DOT com> <48D062C5 DOT DE5121B6 AT yahoo DOT com> NNTP-Posting-Host: 84.167.218.65 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1221635599 23554 127.0.0.1 (17 Sep 2008 07:13:19 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 17 Sep 2008 07:13:19 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: t54g2000hsg.googlegroups.com; posting-host=84.167.218.65; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m8H7FBtV007600 Reply-To: djgpp AT delorie DOT com On 17 Sep., 03:52, CBFalconer wrote: > 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.- Zitierten Text ausblenden - > > - Zitierten Text anzeigen - I have no objections to include that functions in th next release of the library but I hope that there will be no copyright issues. My english skills are to limited to understand all implications. I assume that the best is that DJ Delorie looks at this. I will assume that there are no copyright issues and proceed until someone complains. BTW, it would be nice if could contribute a strlcpy.txh file so I do not need to write it by myself. Regards, Juan M. Guerrero