aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2015-09-022-7/+1
* add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée2015-09-021-0/+29
* add EXIT_SUCCESS and EXIT_FAILUREMattias Andrée2015-09-021-1/+14
* add ffs functionsMattias Andrée2015-09-022-0/+83
* add prototypes for strcasecmp_l and strncasecmp_lMattias Andrée2015-09-021-2/+33
* typoMattias Andrée2015-09-024-18/+18
* automate some parts of intconfMattias Andrée2015-09-025-55/+114
* assert shall flush all streamsMattias Andrée2015-09-021-0/+1
* silence obj/deps.mk ruleMattias Andrée2015-09-021-2/+2
* add incorrection headers that redirect with a warningMattias Andrée2015-09-026-0/+120
* fix more errorsMattias Andrée2015-09-029-35/+71
* remove old debug lineMattias Andrée2015-09-021-1/+0
* fix more warningsMattias Andrée2015-09-013-1/+7
* mMattias Andrée2015-09-011-1/+1
* fix some more errorsMattias Andrée2015-09-016-16/+27
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0141-163/+364
* add memfrobMattias Andrée2015-09-013-2/+52
* add strfryMattias Andrée2015-09-013-2/+60
* add basename and dirnameMattias Andrée2015-09-014-1/+185
* add strtok functionsMattias Andrée2015-09-014-0/+306
* add strspn functionsMattias Andrée2015-09-014-0/+257
* 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