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: DJGPP port of GNU debugger (GDB) 7.4 uploaded. Date: Thu, 23 Feb 2012 13:30:14 -0800 (PST) Organization: http://groups.google.com Lines: 31 Message-ID: <260e495f-57ec-4765-90a8-06a958fa0ba1@gw9g2000vbb.googlegroups.com> References: <201202151911 DOT q1FJBK5w025544 AT delorie DOT com> NNTP-Posting-Host: 95.208.137.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1330032615 31856 127.0.0.1 (23 Feb 2012 21:30:15 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 23 Feb 2012 21:30:15 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: gw9g2000vbb.googlegroups.com; posting-host=95.208.137.155; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Bytes: 2469 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 q1NLj25X028048 Reply-To: djgpp AT delorie DOT com On 23 Feb., 02:11, Rugxulo wrote: > Hi, > > On Feb 15, 1:06 pm, Juan Manuel Guerrero wrote: > > > > > This is a port of GNU debugger (GDB) 7.4 to MSDOS/DJGPP. > > >   For further information about GDB please read the info docs and NEWS file. > > Just a quick comment, but first and foremost, thanks for your efforts. > > I know I'm late mentioning this, and it's no huge deal, but it seems > you left included in the binary GDB74B.ZIP a billion ChangeLog files > totaling approx. 15 MB (unpacked). I don't know how intentional that > was, esp. considering they don't all relate to DJGPP. Again, not a big > deal, but kinda a space waster, so just FYI if you didn't notice or > whatever. The ChangeLog, NEWS and README files are usually stored in the bin zip files. I do this using a script that scans for those kind of files. In the case of gdb and binutils these are a lot of files. I do not inspect them very carefully; anyway nowadays most of those files are not related to DJGPP anymore. Next time I will try to reduce them to libs and srcs directories. Regards, Juan M. Guerrero