1
0
Fork 0
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:
Peter Stephenson 2010-01-22 20:42:09 +00:00
parent f0287c6e17
commit ec46ff026e
2 changed files with 40 additions and 10 deletions

View file

@ -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 $
***************************************************** *****************************************************

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -4050,19 +4050,44 @@ cfp_test_exact(LinkList names, char **accept, char *skipped)