aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add strstr functionsMattias Andrée2015-09-017-12/+715
* wcswcs is deprecatedMattias Andrée2015-09-012-4/+4
* add strchr and variantsMattias Andrée2015-09-015-3/+504
* add index and rindexMattias Andrée2015-09-012-0/+62
* add string/array comparision functionsMattias Andrée2015-09-017-2/+427
* fix strdup functionsMattias Andrée2015-08-312-11/+10
* add _LIBRARY_HEADERMattias Andrée2015-08-3125-60/+64
* mMattias Andrée2015-08-312-2/+2
* update todoMattias Andrée2015-08-311-0/+20
* typoMattias Andrée2015-08-311-1/+1
* fix dupa macrosMattias Andrée2015-08-312-20/+26
* add bcopyMattias Andrée2015-08-312-1/+46
* add memory copying functionsMattias Andrée2015-08-3118-6/+2756
* add strlen and wcslenMattias Andrée2015-08-314-2/+200
* strerror_l is always MT-SafeMattias Andrée2015-08-312-4/+0
* m docMattias Andrée2015-08-311-2/+4
* typoMattias Andrée2015-08-311-2/+2
* do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée2015-08-311-1/+3
* wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be usedMattias Andrée2015-08-312-12/+19
* wchar_t and wint_t not safe for marshallingMattias Andrée2015-08-311-0/+10
* typoMattias Andrée2015-08-311-1/+1
* update todo: character class determinationMattias Andrée2015-08-312-0/+5
* add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée2015-08-312-0/+537
* update todo: paging lockingMattias Andrée2015-08-301-0/+2
* null considered harmful considered harmfulMattias Andrée2015-08-301-0/+12
* add prototypes for brk and sbrkMattias Andrée2015-08-301-0/+105
* add empty obstack.h, as a remainer to implement it laterMattias Andrée2015-08-301-0/+34
* add todos about adding mallopt and mallinfoMattias Andrée2015-08-301-0/+2
* add malloc_usable_sizeMattias Andrée2015-08-302-0/+30
* add memory.hMattias Andrée2015-08-301-0/+19
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-303-12/+313
* mMattias Andrée2015-08-301-1/+1
* move memory allocation functions to malloc.hMattias Andrée2015-08-303-89/+122
* readme: on extensionsMattias Andrée2015-08-301-1/+12
* add memory allocation functionsMattias Andrée2015-08-305-10/+466
* add creallocMattias Andrée2015-08-301-0/+12
* add missing inclusions of stddef.h to define NULLMattias Andrée2015-08-303-0/+4
* whitespaceMattias Andrée2015-08-301-4/+4
* add __warning and __slibc_warning macrosMattias Andrée2015-08-301-4/+16
* add __SLIBC_ONLY macroMattias Andrée2015-08-301-0/+10
* add slibc-alloc.hMattias Andrée2015-08-302-0/+128
* add bzero and explicit_bzeroMattias Andrée2015-08-304-0/+125
* mMattias Andrée2015-08-301-0/+3
* add strerror and variantsMattias Andrée2015-08-302-0/+244
* m fix slibc-errorMattias Andrée2015-08-301-3/+4
* remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée2015-08-305-18/+15
* add slibc-error.hMattias Andrée2015-08-302-0/+309
* mMattias Andrée2015-08-301-1/+1
* typoMattias Andrée2015-08-302-2/+2
* add error.hMattias Andrée2015-08-302-0/+339