|
|
|
@ -1,6 +1,10 @@ |
|
|
|
2005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com> |
|
|
|
|
|
|
|
* libc/string/wcsspn.c (wcsspn): Add missing increment of q. |
|
|
|
|
|
|
|
2005-07-07 Shaun Jackman <sjackman@gmail.com> |
|
|
|
|
|
|
|
* newlib/libc/unix/ttyname.c (ttyname): Avoid calling _closedir |
|
|
|
* libc/unix/ttyname.c (ttyname): Avoid calling _closedir |
|
|
|
twice for the same directory. _closedir calls free, and freeing |
|
|
|
the same pointer twice may cause a crash. |
|
|
|
|
|
|
|
|