History log of /freebsd/lib/libc/string/Makefile.inc (Results 101 – 125 of 145)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/7.2.0_cvs, release/7.2.0
# 1829d5da 12-Mar-2009 Warner Losh <imp@FreeBSD.org>

Update the projects tree to a newer FreeBSD current.


# 09efd0ec 04-Mar-2009 David Schultz <das@FreeBSD.org>

Add wcpcpy(3) and wcpncpy(3).


# 69099ba2 28-Feb-2009 David Schultz <das@FreeBSD.org>

- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),
wcscasecmp(), and wcsncasecmp().
- Make some previously non-standard extensions visible
if POSIX_VISIBLE >= 200809.
- Use restrict qu

- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),
wcscasecmp(), and wcsncasecmp().
- Make some previously non-standard extensions visible
if POSIX_VISIBLE >= 200809.
- Use restrict qualifiers in stpcpy().
- Declare off_t and size_t in stdio.h.
- Bump __FreeBSD_version in case the new symbols (particularly
getline()) cause issues with ports.

Reviewed by: standards@

show more ...


# efad698c 09-Jan-2009 Ruslan Ermilov <ru@FreeBSD.org>

Sort MLINKS.


Revision tags: release/7.1.0_cvs, release/7.1.0
# f0eca40a 06-Dec-2008 Konstantin Belousov <kib@FreeBSD.org>

Import the strndup(3) function.
Copyright attribution is kept the same as in original NetBSD source.

Submitted by: Florian Smeets <flo kasimir com>
Obtained from: NetBSD
MFC after: 2 weeks


# 61970628 06-Dec-2008 Konstantin Belousov <kib@FreeBSD.org>

Order the str*.c files mostly alphabetical.

Submitted by: Florian Smeets <flo kasimir com>
MFC after: 2 weeks


Revision tags: release/6.4.0_cvs, release/6.4.0
# 4a723bd2 03-Nov-2008 Konstantin Belousov <kib@FreeBSD.org>

Add the ffsll and flsll functions. These are ffs and fls operating
on long long arguments.

Reviewed by: bde (previous version, that included asm implementation
for all ffs and fls functions on i386

Add the ffsll and flsll functions. These are ffs and fls operating
on long long arguments.

Reviewed by: bde (previous version, that included asm implementation
for all ffs and fls functions on i386 and amd64)
MFC after: 2 weeks

show more ...


# 82e45205 10-Apr-2008 Xin LI <delphij@FreeBSD.org>

Add memrchr(3).

Obtained from: OpenBSD


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# 6fad3aaf 13-Mar-2006 Daniel Eischen <deischen@FreeBSD.org>

Add each directory's symbol map file to SYM_MAPS.


Revision tags: release/6.0.0_cvs, release/6.0.0
# 6050c8fe 25-Aug-2005 Andre Oppermann <andre@FreeBSD.org>

Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted

Add the function memmem(3) as found in glibc and others.
It is the binary equivalent to strstr(3).

void *memmem(const void *big, size_t big_len,
const void *little, size_t little_len);

Submitted by: Pascal Gloor <pascal.gloor at spale.com>
MFC after: 3 days

show more ...


# d62e8d4c 13-Aug-2005 Tim J. Robbins <tjr@FreeBSD.org>

Add an implementation of the semi-standard wcsdup() function, as found
on Microsoft and GNU systems.


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1
# f434fe12 13-Jan-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Add and document ffsl(), fls() and flsl().


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# c9ae54ee 29-Jul-2003 Simon L. B. Nielsen <simon@FreeBSD.org>

* Merge index(3) and rindex(3) to index(3) since the two functions are
almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
are almost identical.
* Make the wor

* Merge index(3) and rindex(3) to index(3) since the two functions are
almost identical.
* Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
are almost identical.
* Make the wording of index(3) and strchr(3) more similar.
* mdoc(7) cleanup.

Submitted by: SUZUKI Koichi <metal@gc5.so-net.ne.jp>, keramida, myself
PR: docs/32054
Reviewed by: ru
Approved by: ceri (mentor)

show more ...


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# c51d717f 18-Nov-2002 Ruslan Ermilov <ru@FreeBSD.org>

libc_r wasn't so tied to libc for 22 months.


Revision tags: release/4.7.0_cvs
# fd4f1dd9 04-Oct-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character

Add a placeholder implementation of wcscoll() and wcsxfrm() which gives
locale-sensitive collation only in single-byte locales, and just does
binary comparison for the others with extended character sets.

show more ...


# 8269e8c8 03-Oct-2002 David E. O'Brien <obrien@FreeBSD.org>

Add stpcpy(3).


# 9ad39134 07-Sep-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add an implementation of wcstok(), based on strtok_r().


# c8e80475 20-Aug-2002 Tim J. Robbins <tjr@FreeBSD.org>

Add a manual page for wcswidth().


# 353450fb 20-Aug-2002 Andrey A. Chernov <ache@FreeBSD.org>

Move just committed version of wcswidth.c here (from "locale"),
a bit optimized now.


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# 4f7d6d65 27-Nov-2001 Wes Peters <wes@FreeBSD.org>

Must link strerror manpage to strerror_r.

Thanks for the review, Mike.

Submitted by: Mike Barcroft <mike@FreeBSD.org>


# 89503316 10-Oct-2001 Andrey A. Chernov <ache@FreeBSD.org>

Implement strcasestr() which many others (f.e. Linux) already have.


# 41036d78 09-Oct-2001 Mike Barcroft <mike@FreeBSD.org>

Add a new libc function, strnstr(3), which allows one to limit the
number of characters that are searched. This is especially useful
with file operations and non-NUL terminated strings.

Silence fro

Add a new libc function, strnstr(3), which allows one to limit the
number of characters that are searched. This is especially useful
with file operations and non-NUL terminated strings.

Silence from: -audit, -hackers
MFC after: 5 days

show more ...


# 545d3208 31-Jul-2001 Mark Peek <mp@FreeBSD.org>

Only pull in the MD files if they exist. This allows for progressive
implementation and compilation when bringing up a new architecture.


# c34d5912 10-Jul-2001 David E. O'Brien <obrien@FreeBSD.org>

style nits


# 01e281bd 15-May-2001 Takuya SHIOZAKI <tshiozak@FreeBSD.org>

adapt to FreeBSD.
- enable locale-insensitive functions of wchar.h:
wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr

adapt to FreeBSD.
- enable locale-insensitive functions of wchar.h:
wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c
wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c
wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
XXX: wcswidth.c is not enabled yet.
- enable wmemchr(3) man page.
XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.

show more ...


123456