mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
add *.dll and fix typo with errnames.h
This commit is contained in:
parent
815bc92148
commit
e939abd1cd
4 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-11-02 Felix Rosencrantz <f_rosencrantz@yahoo.com>
|
||||||
|
|
||||||
|
* unposted: Src/.cvsignore, Src/Builtins/.cvsignore,
|
||||||
|
Src/Modules/.cvsignore: add *.dll for cygwin builds and
|
||||||
|
fix typo.
|
||||||
|
|
||||||
2003-10-27 Peter Stephenson <pws@csr.com>
|
2003-10-27 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* zsh-users/6727: from Lloyd Zusman: Completion/Unix/Command/_w3m,
|
* zsh-users/6727: from Lloyd Zusman: Completion/Unix/Command/_w3m,
|
||||||
|
|
|
@ -29,3 +29,4 @@ bltinmods.list
|
||||||
tags TAGS
|
tags TAGS
|
||||||
cscope.out
|
cscope.out
|
||||||
*.swp
|
*.swp
|
||||||
|
*.dll
|
||||||
|
|
|
@ -14,3 +14,4 @@ so_locations
|
||||||
*.mdh.tmp
|
*.mdh.tmp
|
||||||
rlimits.h
|
rlimits.h
|
||||||
*.swp
|
*.swp
|
||||||
|
*.dll
|
||||||
|
|
|
@ -13,4 +13,5 @@ so_locations
|
||||||
*.mdhs
|
*.mdhs
|
||||||
*.mdh.tmp
|
*.mdh.tmp
|
||||||
*.swp
|
*.swp
|
||||||
ernames.c errcount.h
|
errnames.c errcount.h
|
||||||
|
*.dll
|
||||||
|
|
Loading…
Reference in a new issue