aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* the pagesize shall be retrieved in crt0 to avoid an unnecessary branching in calls to malloc-functionsMattias Andrée2015-12-161-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix issue #6 on githubMattias Andrée2015-12-161-2/+21
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* add ackMattias Andrée2015-12-161-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* typo + attributesMattias Andrée2015-12-163-40/+41
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée2015-12-168-2/+419
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix issue #5 on githubMattias Andrée2015-12-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* update todo: host endian to network endian, and network endian to host endian, conversion functions for 64-bits.Mattias Andrée2015-12-151-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* update todoMattias Andrée2015-12-151-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* idea (optional security feature): shred unlinked file if there is no other linkMattias Andrée2015-12-041-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-12-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m readmeMattias Andrée2015-12-021-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* copyoMattias Andrée2015-12-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-12-011-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-11-261-3/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* sprintf considered saferMattias Andrée2015-11-262-0/+60
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-11-261-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement machinesizeMattias Andrée2015-11-262-7/+191
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* todo: ... and ptrdiff_tMattias Andrée2015-11-251-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todo: intptr_t can be wider than size_tMattias Andrée2015-11-251-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m etymologyMattias Andrée2015-11-254-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* tell in doc in which version things were introducedMattias Andrée2015-11-25215-11/+2053
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* slibc-print does not define NULLMattias Andrée2015-11-251-8/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-256-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add S_IRALL, S_IWALL, S_IXALL, and S_ISALLMattias Andrée2015-11-251-0/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sockprintf, vsockprintf, sockwprintf, and vsockwprintfMattias Andrée2015-11-232-4/+272
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todoMattias Andrée2015-11-201-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-11-202-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add optimised variants of *casecmpMattias Andrée2015-11-202-0/+148
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more etymologyMattias Andrée2015-11-2026-8/+453
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more etymologyMattias Andrée2015-11-2012-0/+408
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix issue #4Mattias Andrée2015-11-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* etymology for some functionsMattias Andrée2015-11-1916-5/+233
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix memory leak at failure of execveat (issue #3)Mattias Andrée2015-11-191-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix issue #2Mattias Andrée2015-11-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-11-192-3/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reorder new functionsMattias Andrée2015-11-181-85/+85
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc some new functionsMattias Andrée2015-11-181-4/+48
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add more string.h and wchar.h functionsMattias Andrée2015-11-182-0/+430
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2015-11-181-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2015-11-182-0/+44
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-11-187-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-11-1816-16/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement additional string.h and wchar.h functionsMattias Andrée2015-11-182-0/+754
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-11-181-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-11-181-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-11-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out string/strn/ from string/str/Mattias Andrée2015-11-1715-0/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>