annotate packages/language/c/libc/string/current/ChangeLog @ 3328:a27026771dae

Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
author vae
date Sat, 15 Jun 2013 20:28:37 +0000
parents ae816c83f082
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3328
a27026771dae Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
vae
parents: 3024
diff changeset
1 2013-06-13 Ilija Kocho <ilijak@siva.com.mk>
a27026771dae Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
vae
parents: 3024
diff changeset
2
a27026771dae Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
vae
parents: 3024
diff changeset
3 * tests/memchr.c: Fix compiler warnings for discrediting const pointer.
a27026771dae Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
vae
parents: 3024
diff changeset
4 [ Bugzilla 1001865 ]
a27026771dae Fix compiler warnings for discrediting const pointer. [ Bugzilla 1001865 ]
vae
parents: 3024
diff changeset
5
3024
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
6 2010-05-10 Ross Younger <wry@ecoscentric.com>
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
7
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
8 * include/string.h: Declare strnlen.
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
9 * include/stringsupp.hxx: Declare __strnlen.
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
10 * src/strnlen.cxx, tests/strnlen.c: Created.
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
11 * cdl/string.cdl (CYGFUN_LIBC_STRING_GNU_STRNLEN): New option,
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
12 compiles strnlen.cxx.
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
13 (CYGPKG_LIBC_STRING_TESTS): Add strnlen test.
ae816c83f082 * include/string.h: Declare strnlen.
jlarmour
parents: 2729
diff changeset
14
2725
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
15 2009-01-26 Jonathan Larmour <jifl@eCosCentric.com>
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
16
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
17 * tests/memchr.c (main): Rename to cyg_user_start if main isn't
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
18 going to be called.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
19 * tests/memcmp1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
20 * tests/memcmp2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
21 * tests/memcpy1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
22 * tests/memcpy2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
23 * tests/memmove1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
24 * tests/memmove2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
25 * tests/memset.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
26 * tests/strcat1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
27 * tests/strcat2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
28 * tests/strchr.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
29 * tests/strcmp1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
30 * tests/strcmp2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
31 * tests/strcoll1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
32 * tests/strcoll2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
33 * tests/strcpy1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
34 * tests/strcpy2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
35 * tests/strcspn.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
36 * tests/strlen.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
37 * tests/strncat1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
38 * tests/strncat2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
39 * tests/strncpy1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
40 * tests/strncpy2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
41 * tests/strpbrk.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
42 * tests/strrchr.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
43 * tests/strspn.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
44 * tests/strstr.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
45 * tests/strtok.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
46 * tests/strxfrm1.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
47 * tests/strxfrm2.c (main): Ditto.
fa083e5b947e Make the string tests work in configurations which do not involve
bartv
parents: 2031
diff changeset
48
2031
9decd7239b86 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
asl
parents: 1542
diff changeset
49 2005-07-22 Andrew Lunn <andrew.lunn@ascom.ch>
9decd7239b86 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
asl
parents: 1542
diff changeset
50
9decd7239b86 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
asl
parents: 1542
diff changeset
51 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
9decd7239b86 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
asl
parents: 1542
diff changeset
52 warnings.
9decd7239b86 * src/strcmp.cxx (__strcmp): Set retval to zero to avoid compiler
asl
parents: 1542
diff changeset
53
1542
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
54 2004-02-20 Jonathan Larmour <jifl@eCosCentric.com>
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
55
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
56 * include/string.h: Prototype strdup().
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
57 * include/stringsupp.hxx: Prototype __strdup().
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
58 externC -> __externC while I'm here.
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
59 * src/strdup.cxx: New file implementing strdup()/__strdup().
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
60 * cdl/string.cdl: Build strdup.cxx if CYGINT_ISO_MALLOC.
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
61
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
62 * src/strtok.cxx (strtok): Use correct thread data type.
f8ef9a4bea92 * include/string.h: Prototype strdup().
jlarmour
parents: 726
diff changeset
63
726
ad7c1313fd3d * cdl/string.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
64 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
ad7c1313fd3d * cdl/string.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
65
ad7c1313fd3d * cdl/string.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
66 * cdl/string.cdl: Fix doc link.
ad7c1313fd3d * cdl/string.cdl: Fix doc link.
jlarmour
parents: 210
diff changeset
67
197
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
68 2001-11-27 Jonathan Larmour <jlarmour@redhat.com>
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
69
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
70 * cdl/string.cdl (CYGFUN_LIBC_STRING_BSD_FUNCS): New option to indicate
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
71 provision of BSD-ish string functions.
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
72 * include/bsdstring.h: New header to export BSD string func prototypes.
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
73 * src/bsdstring.cxx: New file.
51b34619b677 Merge from eCos master repository on 2001-11-30-11:22:06-GMT
jlarmour
parents: 181
diff changeset
74
181
d61da071934c Merge from eCos master repository on 2001-08-22-06:38:55-BST
jlarmour
parents: 177
diff changeset
75 2001-08-21 Jonathan Larmour <jlarmour@redhat.com>
d61da071934c Merge from eCos master repository on 2001-08-22-06:38:55-BST
jlarmour
parents: 177
diff changeset
76
d61da071934c Merge from eCos master repository on 2001-08-22-06:38:55-BST
jlarmour
parents: 177
diff changeset
77 * cdl/string.cdl (CYGSEM_LIBC_STRING_PER_THREAD_STRTOK): Improve
d61da071934c Merge from eCos master repository on 2001-08-22-06:38:55-BST
jlarmour
parents: 177
diff changeset
78 dependencies.
d61da071934c Merge from eCos master repository on 2001-08-22-06:38:55-BST
jlarmour
parents: 177
diff changeset
79
177
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
80 2001-08-10 Robin Farine <acnrf@dial.eunet.ch>
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
81
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
82 * src/memchr.cxx (__memchr): Don't check string validity if number
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
83 of bytes to operate on is 0.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
84 * src/memcmp.cxx (__memcmp): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
85 * src/memmove.cxx (__memmove): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
86 * src/strncat.cxx (__strncat): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
87 * src/strncmp.cxx (__strncmp): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
88 * src/strncpy.cxx (__strncpy): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
89 * src/strxfrm.cxx (__strxfrm): Ditto.
4c750ce71ae3 Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents: 115
diff changeset
90
115
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
91 2000-05-20 Jonathan Larmour <jlarmour@redhat.co.uk>
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
92
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
93 * src/strtok.cxx: Remove aliases
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
94
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
95 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk>
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
96
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
97 * New package
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
98 Separated original libc out into separate packages on functional
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
99 boundaries.
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
100 Header files are now managed by isoinfra package
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
101 Plenty of cleanups done, but no major functionality changes
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
102
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
103 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
104 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
105 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
106 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
107 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 197
diff changeset
108 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
109 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
110 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
111 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
112 // later version.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 197
diff changeset
113 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
114 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
115 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
116 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
117 // General Public License for more details.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents: 197
diff changeset
118 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
119 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
120 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
121 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
122 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
123 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2725
diff changeset
124 // ####GPLCOPYRIGHTEND####
115
6ed91473a1cd Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
diff changeset
125 //===========================================================================