summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* 2008-12-12 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-124-10/+203
* 2008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-111-2/+2
* 2008-10-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-10-021-1/+1
* * configure: Regenerate for new libtool.Steve Ellcey2008-09-291-1/+13
* 2008-09-19 Eric Blake <ebb9@byu.net>Jeff Johnston2008-09-191-2/+26
* 2008-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-05-271-1/+1
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-261-45/+36
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-261-29/+22
* 2008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston2008-05-261-21/+21
* Optimize the generic strchr.Eric Blake2008-05-221-27/+42
* * libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition.Eric Blake2008-01-152-26/+41
* Make strstr and strcasestr O(n), not O(n^2); add memmem.Eric Blake2008-01-126-12/+646
* 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-12-191-1/+0
* * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.Corinna Vinschen2007-12-195-6/+135
* * libc/include/wchar.h: Add prototype for wcsxfrm.Corinna Vinschen2007-07-044-7/+72
* * libc/include/string.h: Add prototypes for stpcpy and stpncpy.Corinna Vinschen2007-06-285-14/+246
* 2007-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-06-084-5/+117
* Avoid more compiler warnings.Eric Blake2007-05-292-2/+2
* * ltmain.sh: Update from GCC.Steve Ellcey2007-05-241-5/+21
* 2007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston2007-04-231-1/+2
* 2007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-01-311-0/+4
* 2006-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-12-181-3/+1
* 2006-07-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-07-311-0/+2
* 2006-05-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-05-012-32/+62
* 2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2006-04-131-5/+0
* 2006-04-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-04-112-261/+820
* 2006-02-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-02-132-5/+11
* 2005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2005-10-2817-58/+58
* 2005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2005-10-2828-39/+54
* 2005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com>Jeff Johnston2005-07-081-0/+1
* 2005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>Jeff Johnston2005-03-061-2/+2
* 2004-09-16 Antony King <antony.king@st.com>Jeff Johnston2004-09-161-0/+8
* 2004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-01-271-1/+0
* 2004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2004-01-231-98/+15
* 2003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>Jeff Johnston2003-10-234-19/+104
* * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.Corinna Vinschen2003-04-095-7/+130
* * libc/string/wcscoll.c: Fix comment.Corinna Vinschen2003-04-031-5/+5
* * libc/include/wchar.h: Add definition for wcscoll.Corinna Vinschen2003-04-034-8/+64
* 2003-03-17 Bob Cassels <bcassels@abinitio.com>Jeff Johnston2003-03-171-3/+2
* * libc/string/memset.c (memset): Fix comment.Christopher Faylor2002-11-271-4/+2
* * libc/string/memset.c (memset): Move initialization of 'd' earlier inChristopher Faylor2002-11-261-1/+1
* * libc/string/memset.c (memset): Minor optimization: Use new 'd' variable,Christopher Faylor2002-11-251-1/+1
* * libc/string/memset.c (memset): Make it safe even ifKazu Hirata2002-11-251-4/+6
* 2002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston2002-09-042-5/+2
* 2002-09-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-09-034-0/+4
* 2002-08-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-08-294-5/+93
* 2002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston2002-08-2922-6/+1805
* 2002-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-08-262-46/+56
* 2002-07-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-07-261-1/+1
* 2002-07-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-07-239-14/+360