Changeset 1993 for trunk/src/kmk/glob
- Timestamp:
- Oct 29, 2008, 1:37:51 AM (17 years ago)
- Location:
- trunk/src/kmk/glob
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/glob/ChangeLog
r503 r1993 1 2007-12-22 Juan Manuel Guerrero <juan.guerrero@gmx.de> (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 <eliz@gnu.org> 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 <psmith@gnu.org> … … 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/>. -
trunk/src/kmk/glob/Makefile.am
r503 r1993 1 1 # -*-Makefile-*-, or close enough 2 2 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 3 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.3 # 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 4 # This file is part of GNU Make. 5 5 # 6 # GNU Make is free software; you can redistribute it and/or modify it under the 7 # terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 2, or (at your option) any later version. 6 # GNU Make is free software; you can redistribute it and/or modify it under 7 # the terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 3 of the License, or (at your option) any later 9 # version. 9 10 # 10 11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 # details. 13 15 # 14 16 # You should have received a copy of the GNU General Public License along with 15 # GNU Make; see the file COPYING. If not, write to the Free Software 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 # this program. If not, see <http://www.gnu.org/licenses/>. 17 18 18 19 AUTOMAKE_OPTIONS = foreign -
trunk/src/kmk/glob/Makefile.ami
r503 r1993 1 1 # Makefile for standalone libglob.a (fnmatch, glob). -*-Makefile-*- 2 2 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 # 2005, 2006 Free Software Foundation, Inc.3 # 2005, 2006, 2007 Free Software Foundation, Inc. 4 4 # This file is part of GNU Make. 5 5 # 6 # GNU Make is free software; you can redistribute it and/or modify it under the 7 # terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 2, or (at your option) any later version. 6 # GNU Make is free software; you can redistribute it and/or modify it under 7 # the terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 3 of the License, or (at your option) any later 9 # version. 9 10 # 10 11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 # details. 13 15 # 14 16 # You should have received a copy of the GNU General Public License along with 15 # GNU Make; see the file COPYING. If not, write to the Free Software 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 # this program. If not, see <http://www.gnu.org/licenses/>. 17 18 18 19 # Ultrix 2.2 make doesn't expand the value of VPATH. -
trunk/src/kmk/glob/SMakefile
r503 r1993 1 1 # Makefile for standalone distribution of libglob.a (fnmatch, glob). 2 2 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 # 2005, 2006 Free Software Foundation, Inc.3 # 2005, 2006, 2007 Free Software Foundation, Inc. 4 4 # This file is part of GNU Make. 5 5 # 6 # GNU Make is free software; you can redistribute it and/or modify it under the 7 # terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 2, or (at your option) any later version. 6 # GNU Make is free software; you can redistribute it and/or modify it under 7 # the terms of the GNU General Public License as published by the Free Software 8 # Foundation; either version 3 of the License, or (at your option) any later 9 # version. 9 10 # 10 11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 12 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 # details. 13 15 # 14 16 # You should have received a copy of the GNU General Public License along with 15 # GNU Make; see the file COPYING. If not, write to the Free Software 16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 # this program. If not, see <http://www.gnu.org/licenses/>. 17 18 18 19 # Ultrix 2.2 make doesn't expand the value of VPATH. -
trunk/src/kmk/glob/configure.bat
-
Property svn:eol-style
changed from
native
toCRLF
r503 r1993 1 1 @echo off 2 2 rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3 rem 2004, 2005, 2006 Free Software Foundation, Inc.3 rem 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 4 rem This file is part of GNU Make. 5 5 rem 6 6 rem GNU Make is free software; you can redistribute it and/or modify it under 7 7 rem the terms of the GNU General Public License as published by the Free 8 rem Software Foundation; either version 2, or (at your option) any later9 rem version.10 8 rem Software Foundation; either version 3 of the License, or (at your option) 9 rem any later version. 10 rem 11 11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT 12 12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for. 14 14 rem more details. 15 15 rem 16 16 rem You should have received a copy of the GNU General Public License along 17 rem with GNU Make; see the file COPYING. If not, write to the Free Software 18 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 rem with this program. If not, see <http://www.gnu.org/licenses/>. 19 18 20 19 echo Configuring glob for DJGPP -
Property svn:eol-style
changed from
-
trunk/src/kmk/glob/fnmatch.c
r803 r1993 1 /* Copyright (C) 1991, 92, 93, 96, 97, 98, 99 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999 Free Software 2 Foundation, Inc. 2 3 This file is part of the GNU C Library. 3 4 -
trunk/src/kmk/glob/fnmatch.h
r503 r1993 1 /* Copyright (C) 1991, 92, 93, 96, 97, 98, 99 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999 Free Software 2 Foundation, Inc. 2 3 This file is part of the GNU C Library. 3 4 -
trunk/src/kmk/glob/glob.c
r1333 r1993 1 /* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 Free 2 Software Foundation, Inc. 2 3 3 4 This library is free software; you can redistribute it and/or … … 191 192 static void * 192 193 my_realloc (void *p, unsigned int n) 194 # elif defined(__DJGPP__) 195 static void * 196 my_realloc (void *p, size_t n) 193 197 # else 194 198 static char * … … 196 200 char *p; 197 201 unsigned int n; 198 # endif202 # endif 199 203 { 200 204 /* These casts are the for sake of the broken Ultrix compiler, -
trunk/src/kmk/glob/glob.h
r503 r1993 1 /* Copyright (C) 1991, 92, 95, 96, 97, 98 Free Software Foundation, Inc. 1 /* Copyright (C) 1991, 1992, 1995, 1996, 1997, 1998 Free Software Foundation, 2 Inc. 2 3 3 4 The GNU C Library is free software; you can redistribute it and/or
Note:
See TracChangeset
for help on using the changeset viewer.