Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread Andrey Repin
Greetings, Aaron Schneider! > --On an empty dir--: > touch file.exe > touch file.img > touch file doesn't create the corresponding file. > --Then-- > touch helpp > cp helpp file > cp: can't create regular file «file»: File exists > On rm file it removes the file.exe instead of saying file

Re: clisp crashes on startup

2012-07-08 Thread Andrey Repin
Greetings, Daniel Colascione! > $ cat /etc/fstab > none /drvcygdrive binary 0 0 > c:/bin/usr/binntfs cygexec0 0 > c:/bin/binntfs cygexec0 0 > c:/usr/local/bin /usr/local/bin ntfs cygexec

RE: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread Buchbinder, Barry (NIH/NIAID) [E]
Aaron Schneider wrote: on July 08, 2012 at 4:19 PM > Is this behavior intended? This is not unix like, the filename should be > preserved as is. This may help explain this behavior: http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-exe -- Problem reports: http://cygwin.com

RE: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread Aaron Schneider
Since for creating file and file.exe in cygwin, the file without exe must be created first to have both, under windows you can follow any order: Using Windows 7 PowerShell: -- This works -- fsutil file createnew file.exe 0 fsutil file createnew file 0 -- This works as well -- fsutil file cr

RE: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread Aaron Schneider
-- This way works to have the two files simultaneously --: touch file touch file.exe -- This way doesn't --: touch file.exe touch file -- This works again and is similar to 1st --: touch file.exe && bzip2 file.exe touch file bzip2 -d file.exe.bz2 How can this be?

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread marco atzeri
On 7/8/2012 10:19 PM, Aaron Schneider wrote: --On an empty dir--: touch file.exe touch file.img touch file doesn't create the corresponding file. --Then-- touch helpp cp helpp file cp: can't create regular file «file»: File exists On rm file it removes the file.exe instead of saying file

Re: GetDriveType on gnulib

2012-07-08 Thread marco atzeri
On 3/22/2012 6:36 PM, Eric Blake wrote: On 03/22/2012 11:15 AM, marco atzeri wrote: Hi Eric Blake, this portion of your gnulib code -- #ifdef __CYGWIN__ #include #define ME_REMOTE me_remote /* All cygwin mount points include `:' or start with `//';

RE: Inconsistence on file operation when the name already exists with exe extension

2012-07-08 Thread Aaron Schneider
--On an empty dir--: touch file.exe touch file.img touch file doesn't create the corresponding file. --Then-- touch helpp cp helpp file cp: can't create regular file «file»: File exists On rm file it removes the file.exe instead of saying file not found. Is this behavior intended? This is

Re: perlcritic & perltidy

2012-07-08 Thread Andrew DeFaria
On 07/07/2012 12:20 AM, David Sastre Medina wrote: On Fri, Jul 06, 2012 at 05:23:00PM -0700, Andrew DeFaria wrote: Not specifically a Cygwin question but I used to be able to do cpan perlcritic or cpan perltidy to install those. But now when I try I get: Warning: Cannot install perlcritic,

[ANNOUNCEMENT] Updated: vim-7.3.566-1

2012-07-08 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** vim-7.3.566-1 *** vim-common-7.3.566-1 *** xxd-7.3.566-1 *** gvim-7.3.566-1 Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set and a choice of t

[ANNOUNCEMENT] Updated: mysql-5.5.25-1, perl-DBD-mysql-4.021-1

2012-07-08 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** mysql-5.5.25-1 *** mysqld-5.5.25-1 *** mysql-test-5.5.25-1 *** libmysqlclient18-5.5.25-1 *** libmysqlclient-devel-5.5.25-1 *** libmysqld0-5.5.25-1 *** libmysqld-devel-5.5.25-1 *** perl-DBD-mysql-4.021-1 MySQL Community Edit

[ANNOUNCEMENT] New package: llvm/clang-3.1-1

2012-07-08 Thread Yaakov (Cygwin/X)
The following packages have been added to the Cygwin distribution: *** llvm-3.1-1 *** llvm-doc-3.1-1 *** libllvm3.1-3.1-1 *** libllvm-devel-3.1-1 *** ocaml-llvm-3.1-1 *** clang-3.1-1 *** clang-analyzer-3.1-1 *** libclang-3.1-1 *** libclang-devel-3.1-1 *** python-clang-3.1-1 The LLVM suite provide

[ANNOUNCEMENT] Updated: swig-2.0.7-1

2012-07-08 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** swig-2.0.7-1 *** swig-debuginfo-2.0.7-1 (NEW) SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C

[ANNOUNCEMENT] Updated: ruby-1.8.7-p370-1

2012-07-08 Thread Yaakov (Cygwin/X)
The following packages have been updated for the Cygwin distribution: *** ruby-1.8.7-p370-1 *** ruby-debuginfo-1.8.7-p370-1 *** ruby-tcltk-1.8.7-p370-1 Ruby is an interpreted scripting language for quick and easy object-oriented programming. This is an update to the latest upstream bugfix releas