Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libc/string/memset.c (memset): Fix comment. | Christopher Faylor | 2002-11-27 | 1 | -4/+2 |
| | |||||
* | * libc/string/memset.c (memset): Move initialization of 'd' earlier in | Christopher Faylor | 2002-11-26 | 1 | -1/+1 |
| | | | | function. | ||||
* | * libc/string/memset.c (memset): Minor optimization: Use new 'd' variable, | Christopher Faylor | 2002-11-25 | 1 | -1/+1 |
| | | | | introduced below, everywhere. | ||||
* | * libc/string/memset.c (memset): Make it safe even if | Kazu Hirata | 2002-11-25 | 1 | -4/+6 |
| | | | | sizeof (int) = 2. | ||||
* | 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> | Jeff Johnston | 2000-08-24 | 1 | -2/+1 |
| | | | | | | | | | | | | | * libc/stdio/stdio.c (__swrite): declare "oldmode" only if it's used later (ifdef __SCLE) * libc/stdio/vfscanf.c (__svfscanf): declare "state" only if it's used later (ifdef MB_CAPABLE) * libc/string/memset.c (memset): removed unused variables "count" and "unaligned_addr" * libc/locale/locale.c (_setlocale_r): declare "lc_ctype" and "last_lc_ctype" only of they're used later (ifdef MB_CAPABLE) * libc/unix/getpwent.c (getpwnam): removed unused variables "uid" and "gid" | ||||
* | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+110 |