Changeset 1993 in kBuild for trunk/src/kmk/glob/ChangeLog
- Timestamp:
- Oct 29, 2008 12:37:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/glob/ChangeLog
r503 r1993 1 2007-12-22 Juan Manuel Guerrero <[email protected]> (tiny change) 2 3 * glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc 4 declaration that matches the one in the DJGPP libc. 5 1 6 2006-02-24 Eli Zaretskii <[email protected]> 2 7 3 8 * glob.c (my_malloc) [WINDOWS32]: Provide a full ISO C prototype, 4 9 to avoid compiler warnings. 5 10 6 11 2005-06-25 Paul D. Smith <[email protected]> … … 154 159 155 160 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr 156 161 only for ?s, not for *s. Fix from Chet Ramey. 157 162 158 163 159 164 160 165 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 161 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software166 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software 162 167 Foundation, Inc. 163 168 This file is part of GNU Make. … … 165 170 GNU Make is free software; you can redistribute it and/or modify it under the 166 171 terms of the GNU General Public License as published by the Free Software 167 Foundation; either version 2, or (at your option) any later version. 172 Foundation; either version 3 of the License, or (at your option) any later 173 version. 168 174 169 175 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY … … 172 178 173 179 You should have received a copy of the GNU General Public License along with 174 GNU Make; see the file COPYING. If not, write to the Free Software 175 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 180 this program. If not, see <http://www.gnu.org/licenses/>.
Note:
See TracChangeset
for help on using the changeset viewer.