summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266671, r266725:allanjude2015-04-161-1/+2
* Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-131-3/+3
* Add the functions documented in the man pages in commit 237393 to theissyl02012-06-211-2/+7
* Merge index() and strchr() together.ed2012-01-031-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* Add wcpcpy(3) and wcpncpy(3).das2009-03-041-2/+4
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-281-6/+13
* Sort MLINKS.ru2009-01-091-21/+32
* Import the strndup(3) function.kib2008-12-061-1/+2
* Order the str*.c files mostly alphabetical.kib2008-12-061-3/+3
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-031-2/+4
* Add memrchr(3).delphij2008-04-101-1/+2
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add the function memmem(3) as found in glibc and others.andre2005-08-251-5/+5
* Add an implementation of the semi-standard wcsdup() function, as foundtjr2005-08-131-2/+3
* Add and document ffsl(), fls() and flsl().des2004-01-131-1/+5
* * Merge index(3) and rindex(3) to index(3) since the two functions aresimon2003-07-281-2/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-6/+4
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givestjr2002-10-041-4/+6
* Add stpcpy(3).obrien2002-10-031-2/+3
* Add an implementation of wcstok(), based on strtok_r().tjr2002-09-071-3/+4
* Add a manual page for wcswidth().tjr2002-08-201-1/+1
* Move just committed version of wcswidth.c here (from "locale"),ache2002-08-201-1/+1
* Must link strerror manpage to strerror_r.wes2001-11-271-0/+1
* Implement strcasestr() which many others (f.e. Linux) already have.ache2001-10-101-1/+2
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-091-0/+2
* Only pull in the MD files if they exist. This allows for progressivemp2001-07-311-0/+2
* style nitsobrien2001-07-101-2/+2
* adapt to FreeBSD.tshiozak2001-05-151-2/+16
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Import strl{cat,cpy} from OpenBSD.imp1999-08-101-6/+8
* Fixed disordering and duplication of MLINKS in previous commit tobde1999-05-191-2/+1
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherpeter1999-05-181-2/+3
* Install man page link for strtok_r.jdp1999-01-191-1/+2
* Change MACHINE references to MACHINE_ARCH.jb1998-02-201-3/+3
* Sorted lists.bde1997-10-211-4/+4
* Handle machine-dependent (m-d) (string) sources more automatically.bde1997-10-161-73/+7
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-11/+6
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-4/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* ``mv'' -> ``mv -f''wosch1996-05-071-10/+11
* Another round of man page cleanups.mpp1996-02-121-1/+1
* Don't build swab.o here. It gets built in libc/i386/string. Previouslybde1995-03-071-1/+1
* Add 8bit collate stuffache1995-02-161-0/+1
* Use latest Arthur Olson timezone code rather than that supplied withwollman1994-09-131-2/+2
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-12/+16
OpenPOWER on IntegriCloud