2004-02-20 Jonathan Larmour * include/string.h: Prototype strdup(). * include/stringsupp.hxx: Prototype __strdup(). externC -> __externC while I'm here. * src/strdup.cxx: New file implementing strdup()/__strdup(). * cdl/string.cdl: Build strdup.cxx if CYGINT_ISO_MALLOC. * src/strtok.cxx (strtok): Use correct thread data type. 2003-02-24 Jonathan Larmour * cdl/string.cdl: Fix doc link. 2001-11-27 Jonathan Larmour * cdl/string.cdl (CYGFUN_LIBC_STRING_BSD_FUNCS): New option to indicate provision of BSD-ish string functions. * include/bsdstring.h: New header to export BSD string func prototypes. * src/bsdstring.cxx: New file. 2001-08-21 Jonathan Larmour * cdl/string.cdl (CYGSEM_LIBC_STRING_PER_THREAD_STRTOK): Improve dependencies. 2001-08-10 Robin Farine * src/memchr.cxx (__memchr): Don't check string validity if number of bytes to operate on is 0. * src/memcmp.cxx (__memcmp): Ditto. * src/memmove.cxx (__memmove): Ditto. * src/strncat.cxx (__strncat): Ditto. * src/strncmp.cxx (__strncmp): Ditto. * src/strncpy.cxx (__strncpy): Ditto. * src/strxfrm.cxx (__strxfrm): Ditto. 2000-05-20 Jonathan Larmour * src/strtok.cxx: Remove aliases 2000-05-02 Jonathan Larmour * New package Separated original libc out into separate packages on functional boundaries. Header files are now managed by isoinfra package Plenty of cleanups done, but no major functionality changes //=========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free // Software Foundation; either version 2 or (at your option) any later version. // // eCos is distributed in the hope that it will be useful, but WITHOUT ANY // WARRANTY; without even the implied warranty of MERCHANTABILITY or // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License // for more details. // // You should have received a copy of the GNU General Public License along // with eCos; if not, write to the Free Software Foundation, Inc., // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. // // As a special exception, if other files instantiate templates or use macros // or inline functions from this file, or you compile this file and link it // with other works to produce a work based on this file, this file does not // by itself cause the resulting work to be covered by the GNU General Public // License. However the source code for this file must still be made available // in accordance with section (3) of the GNU General Public License. // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. // // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. // at http://sources.redhat.com/ecos/ecos-license/ // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================