mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
users/14732: Test X:/ rather than X: in Cygwin
This commit is contained in:
parent
f0287c6e17
commit
ec46ff026e
2 changed files with 40 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* users/14732: Src/Zle/computil.c: we need to test X:/ rather
|
||||||
|
than X: for recent versions of Cygwin.
|
||||||
|
|
||||||
2010-01-21 Peter Stephenson <pws@csr.com>
|
2010-01-21 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* users/14723: Src/pattern.c: invalid character conversions
|
* users/14723: Src/pattern.c: invalid character conversions
|
||||||
|
@ -12623,5 +12628,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4870 $
|
* $Revision: 1.4871 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -4050,19 +4050,44 @@ cfp_test_exact(LinkList names, char **accept, char *skipped)
|
||||||