[ANNOUNCEMENT] [1.7] Updated: nasm-2.06-1

2009-07-02 Thread Dean Scarff
The cygwin package of nasm has been updated to version 2.06. This is the latest stable upstream version available from http://nasm.sourceforge.net/ The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. This update is only available for the C

[ANNOUNCEMENT] Updated: nasm-2.00-1

2007-11-30 Thread Dean Scarff
Version 2.00-1 of nasm has been uploaded, and should be available on the cygwin mirrors in the near future. Please find it under the "Devel" category in cygwin's setup utility. This release constitutes a major revision of the upstream stable sources. From http://nasm.sf.net/ : After 7 m

Re: [Packaging BUG] Re: [ANNOUNCEMENT] Updated: nasm-2.00-1

2007-12-07 Thread Dean Scarff
Ack. Updating RSN. > There is a /usr/share/doc/html directory which should be under > /usr/share/doc/nasm-2.00 -- Dean -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
> I don't see why both of those regexes wouldn't successfully match > '2.61' already. Your patch looks like it's trying to make the regex > accept "2.6" with no second digit after the decimal place as well. > Can you perhaps clarify? Oh dear. Apparently MIME inline attachments + gmane + ezmlm

[ANNOUNCEMENT] Updated: nasm-2.00-2

2007-12-07 Thread Dean Scarff
Version 2.00-2 of nasm has been uploaded, and should be available on the cygwin mirrors in the near future. nasm is an x86 and x86-64 assembler. Please find it under the "Devel" category in cygwin's setup utility. This release fixes a bug with the cygwin packaging from the 2.00-1 releas

Re: Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
Yaakov wrote: > Dean Scarff wrote: >> In short, the grep + cut doesn't quite work like it used to because >> there is a trailing period. The case glob (which is not a POSIX >> regex under the Bourne shell, right?) matches "x2.61." as well as >> &qu

Cygport bug: autoconf 2.6x check fails 2.61.

2007-12-07 Thread Dean Scarff
--- cygport-0.2.10 2007-12-08 01:05:11.892666000 +0900 +++ cygport 2007-12-08 01:05:53.720791000 +0900 @@ -802,7 +802,7 @@ fi case "x$(grep -m 1 'GNU Autoconf' ${confdir}/configure | cut -d ' ' -f 6)" in - x2.6[0-9]) + x2.6[0-9]*) confargs+=" --datarootdir=/usr/share --docdir=/usr/share

[ANNOUNCEMENT] Updated: nasm-2.01-1

2008-01-21 Thread Dean Scarff
The cygwin package of nasm has been updated to the latest stable release, 2.01. The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. Changes since 2.00: * Fix the handling of MMX registers with explicit "qword" tags on memory (broken

[ANNOUNCEMENT] Updated: nasm-2.02-1

2008-02-27 Thread Dean Scarff
The cygwin package of nasm has been updated to the latest stable release, 2.02. The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. Changes since 2.01: * Additional fixes for MMX operands with explicit "qword", as well as (hopefully) SSE

Re: nasm -- what format does cygwin use?

2010-07-11 Thread Dean Scarff
This is a *very* late reply to: http://sourceware.org/ml/cygwin/2009-12/msg00208.html > I am trying to compile a program that use nasm and it thought that > gnuwin32 was a format for nasm (don't know if it used to be, but it's > not now). > Does cygwin use standard linux format now 'elf', or is i

[ANNOUNCEMENT] Updated: nasm-2.08.02-1

2010-07-15 Thread Dean Scarff
The cygwin package of nasm has been updated to version 2.08.02. This is the latest stable upstream version available from http://nasm.us/ The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. In addition to the upstream changes noted below,

[ANNOUNCEMENT] Updated: nasm-2.10.05-1

2012-09-11 Thread Dean Scarff
quotes. - Add a new standard macro package %use fp for floating-point convenience macros. -- Dean Scarff *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this

Re: Request new nasm package

2017-08-01 Thread Dean Scarff
idn't read from the nasm maintainer Dean Scarff since 2012. Dean (in Bcc), are you still out there somehwere? Any chance to update nasm to a newer release? If Dean doesn't reply the next couple of days, the nasm package will be in need of a new maintainer... I'm still alive, b

[ANNOUNCEMENT] Updated: nasm-0.98.39-1

2005-02-18 Thread Dean Scarff
I have packaged the latest upstream release of nasm 0.98.39 for cygwin. This version contains a fix for a buffer overflow vulnerability; I'd urge you to upgrade. From the upstream ChangeLog: 0.98.39 --- * fix buffer overflow * fix outas86's .bss handling * "make spotless" no longer delet

g++ link errors

2003-12-06 Thread Dean Scarff
Hi, I'm getting link errors with libstdc++. At first I thought I must have been missing a package, but AFAICS I have all the relevant ones. I assumed libstdc++ would be linked in by default from a g++ command line. I couldn't see anything similar mentioned in the archives. I assume c++ woul

Re: g++ link errors

2003-12-08 Thread Dean Scarff
't the problem). Problem solved, anyway. From: Dean Scarff Sent: Sunday, December 07, 2003 7:34 AM Hi, I'm getting link errors with libstdc++. At first I thought I must have been missing a package, but AFAICS I have all the relevant ones. I assumed libstdc++ would be linked in by

Re: g++ link errors

2003-12-08 Thread Dean Scarff
Christopher Faylor wrote: On Tue, Dec 09, 2003 at 12:14:41PM +0800, Dean Scarff wrote: Hannu E K Nevalainen wrote: Your compile displays "gcc version 3.2.3" but cygcheck output says you have 3.3.* installed. May I suggest that you try to uninstall+reinstall the gcc packages? Thoug

[ANNOUNCEMENT] Updated: nasm-0.98.36-1

2003-03-13 Thread Dean Scarff
The cygwin port of nasm has been updated to 0.98.36. This version contains some minor bugfixes and enhancements. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all

rxvt icon replacement

2003-06-30 Thread Dean Scarff
o request permission from the Crystal team if needs be. Admittedly, it's a fairly trivial matter, but.. *crosses fingers* Cheers, Dean Scarff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: rxvt icon replacement

2003-07-01 Thread Dean Scarff
the binary myself whenever there's a new release, especially when its a patch that most users would enjoy (although it may bloat the binary by an extra 1k - so use upx :P). Just a convenience thing really ;) Cheers, Dean Scarff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: CRLF to LF Issue

2003-07-08 Thread Dean Scarff
at can handle LF as EOL. ConTEXT is quite nice if you go for 'free'/shareware. I use LF for all my sources, whether they're unix or not. As (I think?) you say, internal CRLF'ing and vice versa is just going to have problems where internal conversion doesn't behave as

[ANNOUNCEMENT] New package: nasm-0.98.35-1

2003-01-08 Thread Dean Scarff
ling list rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin in general. If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. Cheers, Dean Scarff -- ___

[ANNOUNCEMENT] updated: nasm-0.98.37-1 and nasm-0.98.37-2

2003-09-01 Thread Dean Scarff
g any new product in your production environment. MAINTAINER: === Dean Scarff, announced 1 September, 2003 GENERIC INFORMATION: INSTALLATION: - To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ we

[ANNOUNCEMENT] Updated: nasm-0.98.38-1

2003-09-21 Thread Dean Scarff
win32 mycoff.asm gcc mycoff.o myc.c As always, you should conduct an appropriate level of testing before using any new product in your production environment. MAINTAINER: === Dean Scarff, announced 21 September, 2003 GENERIC INFORMATION: INSTALLATION: - To u

Re: cvs pserver setup howto ?

2003-10-05 Thread Dean Scarff
uldn't it make more sense not to use a local pserver, and just let cvs operate directly on the fs (:local: and :fork: methods)? Cheers, Dean Scarff Apologies: I sent this accidentally sent this reply off-list as well -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl