[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] compiling tar cvs using mingw
From: |
Paul Eggert |
Subject: |
Re: [Bug-tar] compiling tar cvs using mingw |
Date: |
11 Sep 2003 00:23:17 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
My own feeling is that we should be removing '#if MSDOS' code from
tar, not adding more to it. Look at how diffutils does it, for
example: there's not a single 'MSDOS' or _WIN32 in the diffutils code
proper; all the DOS stuff lives in separate files, that are not even
compiled on GNU/Linux or Unix platforms. That is cleaner than
sprinkling 'if MSDOS' throughout the main code.
- Re: [Bug-tar] compiling tar cvs using mingw, (continued)
- Re: [Bug-tar] compiling tar cvs using mingw, Paul Eggert, 2003/09/09
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Paul Eggert, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Sergey Poznyakoff, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Sergey Poznyakoff, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/10
- Re: [Bug-tar] compiling tar cvs using mingw, Sergey Poznyakoff, 2003/09/11
- Re: [Bug-tar] compiling tar cvs using mingw,
Paul Eggert <=
- Re: [Bug-tar] compiling tar cvs using mingw, Sergey Poznyakoff, 2003/09/11
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/11
- Re: [Bug-tar] compiling tar cvs using mingw, Gerry Reno, 2003/09/20
- Re: [Bug-tar] compiling tar cvs using mingw, Paul Eggert, 2003/09/22
Re: [Bug-tar] compiling tar cvs using mingw, Sergey Poznyakoff, 2003/09/10