| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-11-14 | escape: 192 128 → \0 | Mattias Andrée | 1 | -1/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-14 | doc: cleanname is not symlink-safe either | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-14 | m | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-14 | add slibc-human.h and implement escape and unescape | Mattias Andrée | 2 | -0/+372 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-13 | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 2 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-13 | add cleanname | Mattias Andrée | 1 | -0/+81 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-31 | doc | Mattias Andrée | 3 | -0/+41 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | m | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | typo | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | doc typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | beginning of implementation of falloc | Mattias Andrée | 1 | -0/+129 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | m doc | Mattias Andrée | 1 | -2/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | rememalign: check mode | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | add rememalign: realloc with configurable alignment | Mattias Andrée | 1 | -7/+78 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-18 | the pointer returned by malloc is aligned | Mattias Andrée | 1 | -3/+29 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-17 | improve attributes | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-17 | fix errors | Mattias Andrée | 18 | -150/+212 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | whitespace | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | improve and fix bprintf | Mattias Andrée | 1 | -12/+25 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | fix realloc + add extalloc and naive_extalloc | Mattias Andrée | 1 | -1/+68 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | add custom_realloc | Mattias Andrée | 1 | -0/+35 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | typo | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | limitations on allocsize | Mattias Andrée | 1 | -0/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-13 | fix strrchr bug, return the end of the string if c is 0 | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-13 | CPP directive __func__ requires C99 | Mattias Andrée | 1 | -8/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-13 | fix use of va_copy | Mattias Andrée | 3 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-12 | m doc | Mattias Andrée | 1 | -6/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | add zalloc | Mattias Andrée | 1 | -0/+25 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | beginning of scanf functions | Mattias Andrée | 1 | -0/+641 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | m | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | m | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | m + m doc | Mattias Andrée | 1 | -4/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | fix inclusions | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | m | Mattias Andrée | 2 | -3/+191 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | add execat functions | Mattias Andrée | 1 | -0/+507 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | fix m error | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | typo | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | execvpe: simplify and fix errors | Mattias Andrée | 1 | -37/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | m doc: exec will use . and default PATH if PATH is not set | Mattias Andrée | 1 | -4/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-11 | add exec functions | Mattias Andrée | 1 | -0/+376 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add abs, labs, llabs, and imaxabs | Mattias Andrée | 2 | -0/+108 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | m | Mattias Andrée | 2 | -16/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add atof | Mattias Andrée | 1 | -0/+38 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add atoi, atol, atoll, and atoq | Mattias Andrée | 1 | -0/+116 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add abspath and relpath | Mattias Andrée | 2 | -0/+204 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2 | -0/+168 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | m doc | Mattias Andrée | 2 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-07 | m slibc_perror | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
