lib/strnlen.c


Log

Author Commit Date CI Message
Paul Eggert 4589d52c 2003-07-09T22:48:52 Switch from LGPL to GPL.
Bruno Haible 590547f8 2003-01-31T15:47:03 Make this module usable in shared libraries.
Jim Meyering 625db224 2002-03-02T17:39:17 (strnlen): Define-away/undef so that an inconsistent prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't cause trouble.
Jim Meyering ca7e92f4 2001-02-17T16:53:33 (__strnlen): Merge in a change from GNU libc.
Jim Meyering d8e74bb3 2000-06-18T18:16:54 Include memory.h, string.h, and/or strings.h as needed. (this snippet comes from src/system.h).
Jim Meyering e09a10a6 2000-06-04T13:20:20 Include <config.h> if HAVE_CONFIG_H.
Jim Meyering 85b73e4b 2000-06-03T21:47:37 [!HAVE_DECL_MEMCHR]: Declare memchr.
Jim Meyering 007fb8a2 2000-05-06T15:45:30 Undefine __strnlen and strnlen. [!weak_alias]: Define __strnlen to strnlen.
Jim Meyering b49dfb3c 2000-05-04T06:34:23 New file, from glibc.