1 |
786 |
skrzyp |
2011-11-21 John Dallaway
|
2 |
|
|
|
3 |
|
|
* include/ustl/ustring.h: Fix incorrect behaviour of iat when passed
|
4 |
|
|
offset+npos. Reported by Frank Pagliughi. Patch from uSTL HEAD.
|
5 |
|
|
[ Bugzilla 1001390 ]
|
6 |
|
|
|
7 |
|
|
2010-06-25 Simon Kallweit
|
8 |
|
|
|
9 |
|
|
* include/*:
|
10 |
|
|
* tests/*:
|
11 |
|
|
* HISTORY:
|
12 |
|
|
* LICENSE: Updated to uSTL 1.4 sources.
|
13 |
|
|
|
14 |
|
|
2009-10-06 Uwe Kindler
|
15 |
|
|
|
16 |
|
|
* doc/ustl.sgml: Removed cout.flush() from example and from note.
|
17 |
|
|
Added note about use of compiler flag -Wno-undef.
|
18 |
|
|
|
19 |
|
|
2009-08-30 John Dallaway
|
20 |
|
|
|
21 |
|
|
* include/*.h: Move all headers to include/ustl/ except ustl.h and
|
22 |
|
|
stdint.h to avoid pollution of the root include directory in the
|
23 |
|
|
eCos install tree.
|
24 |
|
|
* include/ustl.h: Specify ustl/ directory when including header files.
|
25 |
|
|
* cdl/ustl.h: Add include/ustl/ to the header file directory list
|
26 |
|
|
using CYGPKG_USTL_CFLAGS_ADD.
|
27 |
|
|
|
28 |
|
|
2009-08-24 Uwe Kindler
|
29 |
|
|
|
30 |
|
|
* doc/ustl.sgml: Moved documentation from README file into
|
31 |
|
|
ustl.sgml documentation file.
|
32 |
|
|
* README: Remove.
|
33 |
|
|
* cdl/ustl.cdl: Reference per-package documentation.
|
34 |
|
|
* tests/stdtest.h: Removed unused code.
|
35 |
|
|
|
36 |
|
|
2009-08-21 Sergei Gavrikov
|
37 |
|
|
|
38 |
|
|
* src/bktrace.cpp: prevent inclusion of host header
|
39 |
|
|
(eCos builds for Linux synthetic target).
|
40 |
|
|
* src/uexception.cpp:exception::read(): initialise local
|
41 |
|
|
variable stmSize.
|
42 |
|
|
|
43 |
|
|
2009-08-20 Uwe Kindler
|
44 |
|
|
|
45 |
|
|
* Initial contribution of uSTL library
|
46 |
|
|
|
47 |
|
|
//===========================================================================
|
48 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
49 |
|
|
// -------------------------------------------
|
50 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
51 |
|
|
// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
|
52 |
|
|
//
|
53 |
|
|
// This program is free software; you can redistribute it and/or modify
|
54 |
|
|
// it under the terms of the GNU General Public License as published by
|
55 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
56 |
|
|
// later version.
|
57 |
|
|
//
|
58 |
|
|
// This program is distributed in the hope that it will be useful, but
|
59 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
60 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
61 |
|
|
// General Public License for more details.
|
62 |
|
|
//
|
63 |
|
|
// You should have received a copy of the GNU General Public License
|
64 |
|
|
// along with this program; if not, write to the
|
65 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
66 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
67 |
|
|
// -------------------------------------------
|
68 |
|
|
// ####GPLCOPYRIGHTEND####
|
69 |
|
|
//===========================================================================
|