Mercurial > flash_v2
view packages/language/c/libc/string/current/ChangeLog @ 726:ad7c1313fd3d
* cdl/string.cdl: Fix doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:28:23 +0000 |
| parents | d2c90368aeef |
| children | f8ef9a4bea92 |
line wrap: on
line source
2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * cdl/string.cdl: Fix doc link. 2001-11-27 Jonathan Larmour <jlarmour@redhat.com> * 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 <jlarmour@redhat.com> * cdl/string.cdl (CYGSEM_LIBC_STRING_PER_THREAD_STRTOK): Improve dependencies. 2001-08-10 Robin Farine <acnrf@dial.eunet.ch> * 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 <jlarmour@redhat.co.uk> * src/strtok.cxx: Remove aliases 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> * 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#### //===========================================================================
