about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Declare STATE as array of char instead of int and do not initialize it (doneUlrich Drepper2000-04-031-2/+2
* 2000-02-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-241-5/+4
* Fix typos.Ulrich Drepper2000-02-223-3/+3
* (strnlen): Add cast to prevent warning.Ulrich Drepper2000-02-191-1/+1
* Handle case of missing \0 at the end of the given argz.Ulrich Drepper2000-01-261-8/+11
* Remove strndup macro definition. __strndup is not exported.Ulrich Drepper2000-01-241-26/+0
* Fix typo (__GNU_SOURCE -> __USE_GNU).Ulrich Drepper2000-01-241-1/+1
* (__strsep_g): Don't handle empty __S special.Ulrich Drepper2000-01-031-2/+2
* (__strtsep): Help gcc optimizing string access.Ulrich Drepper1999-12-181-3/+5
* (__memset_gc, __mempcpy_small, __strcpy_small, __stpcpy_small): CastUlrich Drepper1999-12-081-7/+7
* (__stpcpy_small): Make -pedantic shut up.Ulrich Drepper1999-11-131-1/+2
* (strsignal): Correct check for snprintf return value.Ulrich Drepper1999-11-101-2/+2
* Mark void* operations as extensions.Ulrich Drepper1999-08-091-43/+43
* (__strcpy_small): Fix a typo.Ulrich Drepper1999-07-311-1/+1
* Fix last patch.Ulrich Drepper1999-07-281-1/+2
* Fix aliasing problems.Ulrich Drepper1999-07-281-108/+185
* (strnlen): Remove extra prototype.Ulrich Drepper1999-06-251-1/+0
* Update.Ulrich Drepper1999-05-174-7/+45
* Update.Ulrich Drepper1999-05-031-0/+30
* Update.Ulrich Drepper1999-05-011-2/+3
* Update.Ulrich Drepper1999-04-301-6/+14
* Update.Ulrich Drepper1999-04-301-4/+47
* Fix bugs I introduced in last change.Ulrich Drepper1999-04-301-19/+21
* Update.Ulrich Drepper1999-04-301-3/+10
* Update.Ulrich Drepper1999-04-291-3/+59
* Update.Ulrich Drepper1999-04-284-4/+10
* Update.Ulrich Drepper1999-04-121-1/+10
* Only use strncmp optimization if count argument is constant.Ulrich Drepper1999-02-161-6/+7
* Update.Ulrich Drepper1999-02-151-0/+4
* Update.Ulrich Drepper1999-01-164-6/+25
* Update.Ulrich Drepper1998-12-131-2/+2
* Update.Ulrich Drepper1998-12-081-3/+0
* Update.Ulrich Drepper1998-12-043-63/+102
* Update.Ulrich Drepper1998-12-011-1/+5
* Update.Ulrich Drepper1998-11-271-0/+6
* Update.Ulrich Drepper1998-11-121-4/+4
* Update.Ulrich Drepper1998-10-281-1/+1
* Update.Ulrich Drepper1998-10-251-18/+18
* Update.Ulrich Drepper1998-10-151-7/+33
* Update.Ulrich Drepper1998-10-131-2/+4
* Update.Ulrich Drepper1998-10-111-2/+3
* Update.Ulrich Drepper1998-10-061-2/+2
* Update.Ulrich Drepper1998-10-011-1/+2
* Update.Ulrich Drepper1998-10-011-449/+424
* Update.Ulrich Drepper1998-09-211-1/+146
* Update.Ulrich Drepper1998-09-141-15/+17
* Update.Ulrich Drepper1998-09-112-18/+17
* Update.Ulrich Drepper1998-09-092-6/+9
* Update.Ulrich Drepper1998-09-072-34/+39
* Update.Ulrich Drepper1998-09-061-2/+2