1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was

swallowing up too many characters.
This commit is contained in:
Peter Stephenson 2002-04-25 15:45:42 +00:00
parent 9dd13ac83f
commit f08fd02935
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-04-25 Peter Stephenson <pws@csr.com>
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was
swallowing up too many characters.
2002-04-25 Clint Adams <clint@zsh.org> 2002-04-25 Clint Adams <clint@zsh.org>
* 17044: Completion/Unix/Command/_w3m: complete all files, not * 17044: Completion/Unix/Command/_w3m: complete all files, not

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -383,9 +383,10 @@ zzlex(void)