-
jecuendet committed revision 2 to the UIQ3 open-source software and tools SVN repository, changing 32 files.
2006-12-04 14:09:55 UTC in UIQ3 open-source software and tools
-
jecuendet committed patchset 1 of module babyphone to the UIQ3 open-source software and tools CVS repository, changing 26 files.
2006-12-04 14:09:53 UTC in UIQ3 open-source software and tools
-
jecuendet registered the UIQ3 open-source software and tools project.
2006-11-13 15:15:02 UTC in UIQ3 open-source software and tools
-
In strstream::_M_setup, we initialize the put/get
pointers. But the "get end pointer" is initialized at
the "beginning of the put pointer".
It should be initialized to the "begin of get + N".
Correction patch:
void strstreambuf::_M_setup(char* get, char* put,
streamsize n) {
if (get) {
size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get)
: size_t(INT_MAX);
if (put) {.
2006-08-08 08:42:47 UTC in STLport
-
jecuendet committed patchset 21 of module sympto to the gdj CVS repository, changing 6 files.
2005-11-06 21:30:18 UTC in gdj
-
jecuendet committed patchset 20 of module sympto to the gdj CVS repository, changing 11 files.
2005-11-06 21:03:52 UTC in gdj
-
jecuendet committed patchset 19 of module sympto to the gdj CVS repository, changing 7 files.
2005-11-04 17:52:25 UTC in gdj
-
jecuendet committed patchset 18 of module sympto to the gdj CVS repository, changing 5 files.
2005-11-04 11:53:18 UTC in gdj
-
jecuendet committed patchset 17 of module sympto to the gdj CVS repository, changing 13 files.
2005-11-04 07:47:37 UTC in gdj
-
jecuendet committed patchset 16 of module sympto to the gdj CVS repository, changing 3 files.
2005-11-04 07:45:25 UTC in gdj