aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string
AgeCommit message (Expand)AuthorFilesLines
2008-09-192008-09-19 Eric Blake <ebb9@byu.net>Jeff Johnston1-2/+26
2008-05-272008-05-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-45/+36
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-29/+22
2008-05-262008-05-26 Eric Blake <ebb9@byu.net>Jeff Johnston1-21/+21
2008-05-22Optimize the generic strchr.Eric Blake1-27/+42
2008-01-15* libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition.Eric Blake2-26/+41
2008-01-12Make strstr and strcasestr O(n), not O(n^2); add memmem.Eric Blake6-12/+646
2007-12-192007-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+0
2007-12-19 * libc/include/wchar.h: Add prototypes for wcpcpy and wcpncpy.Corinna Vinschen5-6/+135
2007-07-04 * libc/include/wchar.h: Add prototype for wcsxfrm.Corinna Vinschen4-7/+72
2007-06-28 * libc/include/string.h: Add prototypes for stpcpy and stpncpy.Corinna Vinschen5-14/+246
2007-06-082007-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-5/+117
2007-05-29Avoid more compiler warnings.Eric Blake2-2/+2
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey1-5/+21
2007-04-232007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston1-1/+2
2007-01-312007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston1-0/+4
2006-12-182006-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+1
2006-07-312006-07-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+2
2006-05-012006-05-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-32/+62
2006-04-132006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston1-5/+0
2006-04-112006-04-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-261/+820
2006-02-132006-02-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-5/+11
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston17-58/+58
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston28-39/+54
2005-07-082005-07-08 Ola Hugosson <Ola.Hugosson@anoto.com>Jeff Johnston1-0/+1
2005-03-062005-03-06 Ralf Corsepious <ralf.corsepius@rtems.org>Jeff Johnston1-2/+2
2004-09-162004-09-16 Antony King <antony.king@st.com>Jeff Johnston1-0/+8
2004-01-272004-01-27 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston1-1/+0
2004-01-232004-01-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston1-98/+15
2003-10-232003-10-23 Artem B. Bityuckiy <mail_lists@mail.ru>Jeff Johnston4-19/+104
2003-04-09 * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.Corinna Vinschen5-7/+130
2003-04-03 * libc/string/wcscoll.c: Fix comment.Corinna Vinschen1-5/+5
2003-04-03 * libc/include/wchar.h: Add definition for wcscoll.Corinna Vinschen4-8/+64
2003-03-172003-03-17 Bob Cassels <bcassels@abinitio.com>Jeff Johnston1-3/+2
2002-11-27* libc/string/memset.c (memset): Fix comment.Christopher Faylor1-4/+2
2002-11-26* libc/string/memset.c (memset): Move initialization of 'd' earlier inChristopher Faylor1-1/+1
2002-11-25* libc/string/memset.c (memset): Minor optimization: Use new 'd' variable,Christopher Faylor1-1/+1
2002-11-25 * libc/string/memset.c (memset): Make it safe even ifKazu Hirata1-4/+6
2002-09-042002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston2-5/+2
2002-09-032002-09-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-0/+4
2002-08-292002-08-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-5/+93
2002-08-292002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston22-6/+1805
2002-08-262002-08-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-46/+56
2002-07-262002-07-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2002-07-232002-07-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston9-14/+360
2002-07-19 * libc/argz/argz_replace.c: Include buf_findstr.h.Thomas Fitzsimmons1-0/+2
2002-06-07 * libm/common/s_fdim.c: New file.Thomas Fitzsimmons1-10/+29
2002-05-242002-05-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-14/+121
2002-05-242002-05-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-15/+77