svn commit: r450906 - in /incubator/stdcxx/trunk/include: deque list map set string vector

2006-09-28 Thread faridz
Author: faridz Date: Thu Sep 28 08:49:51 2006 New Revision: 450906 URL: http://svn.apache.org/viewvc?view=revrev=450906 Log: 2006-09-28 Farid Zaripov [EMAIL PROTECTED] * deque: Added #ifndef _RWSTD_NO_PART_SPEC_OVERLOAD/#endif around the function std::swapT, A (std::dequeT

svn commit: r451275 - in /incubator/stdcxx/trunk: etc/config/src/NEW_THROWS.cpp include/loc/_num_put.cc include/rw/_select.h src/file.cpp

2006-09-29 Thread faridz
Author: faridz Date: Fri Sep 29 06:06:27 2006 New Revision: 451275 URL: http://svn.apache.org/viewvc?view=revrev=451275 Log: 2006-09-29 Farid Zaripov [EMAIL PROTECTED] * _num_put.cc (__rw_iter_failed): Removed const to resolve ambiguity on MSVC 7.0 * _select.h

svn commit: r451278 - in /incubator/stdcxx/trunk: include/loc/_num_put.cc include/rw/_select.h src/file.cpp

2006-09-29 Thread faridz
Author: faridz Date: Fri Sep 29 06:14:55 2006 New Revision: 451278 URL: http://svn.apache.org/viewvc?view=revrev=451278 Log: 2006-09-29 Farid Zaripov [EMAIL PROTECTED] * _num_put.cc: Updated the licensing header * _select.h: The same * file.cpp: The same Modified

svn commit: r451298 - /incubator/stdcxx/trunk/include/loc/_num_put.cc

2006-09-29 Thread faridz
Author: faridz Date: Fri Sep 29 07:09:20 2006 New Revision: 451298 URL: http://svn.apache.org/viewvc?view=revrev=451298 Log: (empty) Modified: incubator/stdcxx/trunk/include/loc/_num_put.cc (contents, props changed) Modified: incubator/stdcxx/trunk/include/loc/_num_put.cc URL: http

svn commit: r452379 - in /incubator/stdcxx/trunk/include: deque list map rw/_specialized.h set vector

2006-10-03 Thread faridz
Author: faridz Date: Tue Oct 3 02:46:13 2006 New Revision: 452379 URL: http://svn.apache.org/viewvc?view=revrev=452379 Log: 2006-10-03 Farid Zaripov [EMAIL PROTECTED] * _specialized.h: Restored HP copyright notice * vector: Ditto * set: Ditto * map: Ditto

svn commit: r452382 - /incubator/stdcxx/trunk/include/sstream.cc

2006-10-03 Thread faridz
Author: faridz Date: Tue Oct 3 02:53:11 2006 New Revision: 452382 URL: http://svn.apache.org/viewvc?view=revrev=452382 Log: 2006-10-03 Farid Zaripov [EMAIL PROTECTED] * sstream.cc (basic_stringbuf::str): Added check before deallocate the old buffer Modified: incubator

svn commit: r452509 - /incubator/stdcxx/trunk/include/rw/_defs.h

2006-10-03 Thread faridz
Author: faridz Date: Tue Oct 3 07:28:24 2006 New Revision: 452509 URL: http://svn.apache.org/viewvc?view=revrev=452509 Log: 2006-10-03 Farid Zaripov [EMAIL PROTECTED] * _defs.h: _RWBUILD_std replaced to _RWSTD_LIB_SRC Modified: incubator/stdcxx/trunk/include/rw/_defs.h Modified

svn commit: r452510 - in /incubator/stdcxx/trunk/examples/manual/out: time_get.cpp time_get.out

2006-10-03 Thread faridz
Author: faridz Date: Tue Oct 3 07:30:34 2006 New Revision: 452510 URL: http://svn.apache.org/viewvc?view=revrev=452510 Log: 2006-10-03 Farid Zaripov [EMAIL PROTECTED] * time_get.cpp: File renamed ... * time_get.out: ... to this. Added: incubator/stdcxx/trunk/examples/manual

svn commit: r452794 - /incubator/stdcxx/trunk/etc/config/src/THREAD_SAFE_EXCEPTIONS.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 01:37:31 2006 New Revision: 452794 URL: http://svn.apache.org/viewvc?view=revrev=452794 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * THREAD_SAFE_EXCEPTIONS.cpp [_WIN32]: disable displaying general protection fault message box Modified

svn commit: r452797 - /incubator/stdcxx/trunk/util/output.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 01:40:08 2006 New Revision: 452797 URL: http://svn.apache.org/viewvc?view=revrev=452797 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * output.cpp (check_example): swapped size and count parameters of fread() call Modified: incubator/stdcxx/trunk

svn commit: r452852 - /incubator/stdcxx/trunk/src/exception.cpp

2006-10-04 Thread faridz
Author: faridz Date: Wed Oct 4 04:39:17 2006 New Revision: 452852 URL: http://svn.apache.org/viewvc?view=revrev=452852 Log: 2006-10-04 Farid Zaripov [EMAIL PROTECTED] * exception.cpp [_MSC_VER]: #undefined _RWSTD_NO_VSNPRINTF after #define vsnprintf _vsnprintf Modified

svn commit: r454300 - /incubator/stdcxx/trunk/src/time_put.cpp

2006-10-09 Thread faridz
Author: faridz Date: Mon Oct 9 00:48:35 2006 New Revision: 454300 URL: http://svn.apache.org/viewvc?view=revrev=454300 Log: 2006-10-09 Farid Zaripov [EMAIL PROTECTED] STDCXX-93 * time_put.cpp (__rw_get_timepunct): Corrected buffer size in wcsftime() calls

svn commit: r454778 - /incubator/stdcxx/trunk/tests/src/environ.cpp

2006-10-10 Thread faridz
Author: faridz Date: Tue Oct 10 08:19:29 2006 New Revision: 454778 URL: http://svn.apache.org/viewvc?view=revrev=454778 Log: 2006-10-10 Farid Zaripov [EMAIL PROTECTED] STDCXX-93 * environ.cpp (rw_putenv): Added missing semicolon Modified: incubator/stdcxx/trunk/tests/src

svn commit: r454781 - /incubator/stdcxx/trunk/etc/config/windows/configure.wsf

2006-10-10 Thread faridz
Author: faridz Date: Tue Oct 10 08:26:55 2006 New Revision: 454781 URL: http://svn.apache.org/viewvc?view=revrev=454781 Log: 2006-10-10 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (checkHeaders): Added tests for POSIX functions (putenv, setenv, unsetenv). Modified

svn commit: r464428 - in /incubator/stdcxx/trunk/etc/config: src/headers.inc src/libc_decl.sh windows/configure.wsf

2006-10-16 Thread faridz
Author: faridz Date: Mon Oct 16 02:33:10 2006 New Revision: 464428 URL: http://svn.apache.org/viewvc?view=revrev=464428 Log: 2006-10-16 Farid Zaripov [EMAIL PROTECTED] * libc_decl.sh: libc headers and functions moved to headers.inc file * configure.wsf (checkHeaders): The same

svn commit: r465512 - /incubator/stdcxx/trunk/include/bitset.cc

2006-10-19 Thread faridz
Author: faridz Date: Wed Oct 18 23:53:06 2006 New Revision: 465512 URL: http://svn.apache.org/viewvc?view=revrev=465512 Log: 2006-10-19 Farid Zaripov [EMAIL PROTECTED] STDCXX-297 * bitset.cc (__rw_bitset): Corrected calculation of size of the __bits buffer Modified

svn commit: r465641 - in /incubator/stdcxx/trunk/tests: include/driver.h src/driver.cpp src/opt_trace.cpp src/opt_trace.h

2006-10-19 Thread faridz
Author: faridz Date: Thu Oct 19 07:15:56 2006 New Revision: 465641 URL: http://svn.apache.org/viewvc?view=revrev=465641 Log: 2006-10-19 Farid Zaripov [EMAIL PROTECTED] * driver.h (rw_enable): New function to enable/disable specified diagnostics * driver.cpp (rw_enable

svn commit: r465652 - /incubator/stdcxx/trunk/etc/config/src/libc_decl.sh

2006-10-19 Thread faridz
Author: faridz Date: Thu Oct 19 08:06:16 2006 New Revision: 465652 URL: http://svn.apache.org/viewvc?view=revrev=465652 Log: 2006-10-19 Andrew Black [EMAIL PROTECTED] * libc_decl.sh: Fixed if expression Modified: incubator/stdcxx/trunk/etc/config/src/libc_decl.sh Modified

svn commit: r466955 - /incubator/stdcxx/trunk/tests/src/printf.cpp

2006-10-23 Thread faridz
Author: faridz Date: Mon Oct 23 01:57:26 2006 New Revision: 466955 URL: http://svn.apache.org/viewvc?view=revrev=466955 Log: 2006-10-23 Farid Zaripov [EMAIL PROTECTED] * printf.cpp (_rw_fmtstrarray): Use ' ' as delimiter if ' ' is specified in flags field Modified: incubator

svn commit: r466960 - in /incubator/stdcxx/trunk: ./ etc/config/windows/

2006-10-23 Thread faridz
Author: faridz Date: Mon Oct 23 02:20:40 2006 New Revision: 466960 URL: http://svn.apache.org/viewvc?view=revrev=466960 Log: 2006-10-23 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (checkHeaders): Removed unused parameter (configure): Try/catch'ed run of the sanity.exe while

svn commit: r467383 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js

2006-10-24 Thread faridz
Author: faridz Date: Tue Oct 24 09:55:07 2006 New Revision: 467383 URL: http://svn.apache.org/viewvc?view=revrev=467383 Log: 2006-10-24 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateTestLocaleDefs): Fixed bug in assignment * projects.js (CreateProjectsDefs): Fixed

svn commit: r469534 - /incubator/stdcxx/trunk/etc/config/windows/configure.wsf

2006-10-31 Thread faridz
Author: faridz Date: Tue Oct 31 07:54:04 2006 New Revision: 469534 URL: http://svn.apache.org/viewvc?view=revrev=469534 Log: 2006-10-31 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (configure): Remove VS_UNICODE_OUTPUT environment variable before run cl.exe Modified

svn commit: r469881 - /incubator/stdcxx/trunk/etc/config/windows/configure.wsf

2006-11-01 Thread faridz
Author: faridz Date: Wed Nov 1 04:06:43 2006 New Revision: 469881 URL: http://svn.apache.org/viewvc?view=revrev=469881 Log: 2006-11-01 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (configure): try/catch'ed removing VS_UNICODE_OUTPUT environment variable Modified

svn commit: r472092 - in /incubator/stdcxx/trunk/tests: self/0.printf.cpp src/fmt_defs.h src/printf.cpp

2006-11-07 Thread faridz
Author: faridz Date: Tue Nov 7 04:54:08 2006 New Revision: 472092 URL: http://svn.apache.org/viewvc?view=revrev=472092 Log: 2006-11-07 Farid Zaripov [EMAIL PROTECTED] * fmt_defs.h: Added definition of the DummyStruct * printf.cpp (rw_vasnprintf): Added checking for malformed

svn commit: r473351 - in /incubator/stdcxx/trunk/etc/config: src/EXPORT.cpp windows/configure.wsf windows/projects.js

2006-11-10 Thread faridz
Author: faridz Date: Fri Nov 10 06:33:27 2006 New Revision: 473351 URL: http://svn.apache.org/viewvc?view=revrev=473351 Log: 2006-11-10 Farid Zaripov [EMAIL PROTECTED] * EXPORT.cpp: Added ./ in LDOPTS. * configure.wsf (runExeTests): Added replacing .o with .obj in LDOPTS

svn commit: r474889 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js

2006-11-14 Thread faridz
Author: faridz Date: Tue Nov 14 09:42:36 2006 New Revision: 474889 URL: http://svn.apache.org/viewvc?view=revrev=474889 Log: 2006-11-14 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateVCProject): Used Libs member of the ProjectDef class. * projects.js

svn commit: r475242 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2006-11-15 Thread faridz
Author: faridz Date: Wed Nov 15 06:13:55 2006 New Revision: 475242 URL: http://svn.apache.org/viewvc?view=revrev=475242 Log: 2006-11-15 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (InitVSObjects): Use devenv.com instead of devenv.exe to get buildlog in batch build Modified

svn commit: r475243 - in /incubator/stdcxx/trunk/etc/config: src/ windows/

2006-11-15 Thread faridz
Author: faridz Date: Wed Nov 15 06:15:58 2006 New Revision: 475243 URL: http://svn.apache.org/viewvc?view=revrev=475243 Log: 2006-11-15 Farid Zaripov [EMAIL PROTECTED] * COLLAPSE_STATIC_LOCALS.cpp: Removed ./ from the LDOPTS. * COLLAPSE_TEMPLATE_LOCALS.cpp: Ditto

svn commit: r475260 - /incubator/stdcxx/trunk/util/target.h

2006-11-15 Thread faridz
Author: faridz Date: Wed Nov 15 07:25:25 2006 New Revision: 475260 URL: http://svn.apache.org/viewvc?view=revrev=475260 Log: 2006-11-15 Farid Zaripov [EMAIL PROTECTED] * target.h: #include time.h instead of sys/types.h for clock_t Modified: incubator/stdcxx/trunk/util/target.h

svn commit: r478112 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js

2006-11-22 Thread faridz
Author: faridz Date: Wed Nov 22 02:23:03 2006 New Revision: 478112 URL: http://svn.apache.org/viewvc?view=revrev=478112 Log: 2006-11-22 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateTestLocaleDefs, projectCreateTestLocaleDefs): Code, independent from

svn commit: r479976 - /incubator/stdcxx/trunk/include/rw/_config-msvc.h

2006-11-28 Thread faridz
Author: faridz Date: Tue Nov 28 02:21:26 2006 New Revision: 479976 URL: http://svn.apache.org/viewvc?view=revrev=479976 Log: 2006-11-28 Farid Zaripov [EMAIL PROTECTED] * _config-msvc.h: Updated copyright notice Modified: incubator/stdcxx/trunk/include/rw/_config-msvc.h Modified

svn commit: r479979 - /incubator/stdcxx/trunk/include/vector

2006-11-28 Thread faridz
Author: faridz Date: Tue Nov 28 02:23:57 2006 New Revision: 479979 URL: http://svn.apache.org/viewvc?view=revrev=479979 Log: 2006-11-28 Farid Zaripov [EMAIL PROTECTED] * vector (vectorbool, _Allocator): Removed _VB_TYPENAME macro. [_RWSTD_NO_CLASS_PARTIAL_SPEC

svn commit: r481263 - /incubator/stdcxx/trunk/tests/src/process.cpp

2006-12-01 Thread faridz
Author: faridz Date: Fri Dec 1 07:31:11 2006 New Revision: 481263 URL: http://svn.apache.org/viewvc?view=revrev=481263 Log: 2006-12-01 Farid Zaripov [EMAIL PROTECTED] * process.cpp: Removed unused #include time.h (rw_waitpid): Used sleep() instead of nanosleep

svn commit: r492599 - /incubator/stdcxx/trunk/src/string.cpp

2007-01-04 Thread faridz
Author: faridz Date: Thu Jan 4 07:22:41 2007 New Revision: 492599 URL: http://svn.apache.org/viewvc?view=revrev=492599 Log: 2007-01-04 Farid Zaripov [EMAIL PROTECTED] * string.cpp (__rw_memchr, __rw_wmemchr): Fixed bug: the function returns incorrect result when nbytes == 0

svn commit: r494482 - /incubator/stdcxx/trunk/util/runall.cpp

2007-01-09 Thread faridz
Author: faridz Date: Tue Jan 9 08:54:40 2007 New Revision: 494482 URL: http://svn.apache.org/viewvc?view=revrev=494482 Log: 2007-01-09 Farid Zaripov [EMAIL PROTECTED] * runall.cpp (check_target_ok): Corrected index in array item assigning Modified: incubator/stdcxx/trunk/util

svn commit: r497103 - in /incubator/stdcxx/trunk/etc/config/windows: build.wsf projectdef.js summary.js

2007-01-17 Thread faridz
Author: faridz Date: Wed Jan 17 10:03:23 2007 New Revision: 497103 URL: http://svn.apache.org/viewvc?view=revrev=497103 Log: 2007-01-17 Farid Zaripov [EMAIL PROTECTED] * build.wsf (build): Set BuildLogging variable to true before the build * projectdef.js

svn commit: r497858 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js

2007-01-19 Thread faridz
Author: faridz Date: Fri Jan 19 08:14:55 2007 New Revision: 497858 URL: http://svn.apache.org/viewvc?view=revrev=497858 Log: 2007-01-19 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateTestLocalesDef): PreBuildCmd modified to use local variables for paths

svn commit: r498742 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js

2007-01-22 Thread faridz
Author: faridz Date: Mon Jan 22 10:48:05 2007 New Revision: 498742 URL: http://svn.apache.org/viewvc?view=revrev=498742 Log: 2007-01-22 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateTestLocalesDef): PreBuildCmd modified to avoid using of the $(SolutionDir

svn commit: r499822 - in /incubator/stdcxx/trunk/etc/config/windows: projectdef.js projects.js runall.wsf

2007-01-25 Thread faridz
Author: faridz Date: Thu Jan 25 07:52:35 2007 New Revision: 499822 URL: http://svn.apache.org/viewvc?view=revrev=499822 Log: 2007-01-25 Farid Zaripov [EMAIL PROTECTED] * projectdef.js (projectCreateTestLocalesDef): PreBuildCmd modified to avoid using of very long lines

svn commit: r501846 - /incubator/stdcxx/trunk/util/exec.cpp

2007-01-31 Thread faridz
Author: faridz Date: Wed Jan 31 05:57:39 2007 New Revision: 501846 URL: http://svn.apache.org/viewvc?view=revrev=501846 Log: 2007-01-31 Farid Zaripov [EMAIL PROTECTED] * exec.cpp (calculate_usage): Corrected variable in conditional expression Modified: incubator/stdcxx/trunk

svn commit: r504581 - /incubator/stdcxx/trunk/include/list

2007-02-07 Thread faridz
Author: faridz Date: Wed Feb 7 07:28:39 2007 New Revision: 504581 URL: http://svn.apache.org/viewvc?view=revrev=504581 Log: 2007-02-07 Farid Zaripov [EMAIL PROTECTED] STDCXX-334 * list (swap): Fixed bug: used reference instead of the temporary object. Modified: incubator

svn commit: r507940 - /incubator/stdcxx/trunk/include/deque

2007-02-15 Thread faridz
Author: faridz Date: Thu Feb 15 06:36:04 2007 New Revision: 507940 URL: http://svn.apache.org/viewvc?view=revrev=507940 Log: 2007-02-15 Farid Zaripov [EMAIL PROTECTED] STDCXX-127 * deque (swap): Corrected _C_beg._C_node and _C_end._C_node after swap operation for empty

svn commit: r507942 - in /incubator/stdcxx/trunk/include: deque deque.cc

2007-02-15 Thread faridz
Author: faridz Date: Thu Feb 15 06:39:19 2007 New Revision: 507942 URL: http://svn.apache.org/viewvc?view=revrev=507942 Log: 2007-02-15 Farid Zaripov [EMAIL PROTECTED] * deque: The swap method moved from here ... * deque.cc: ... to here Modified: incubator/stdcxx/trunk

svn commit: r509962 - in /incubator/stdcxx/trunk/tests/include: 21.strings.h rw_sigdefs.h

2007-02-21 Thread faridz
Author: faridz Date: Wed Feb 21 02:38:19 2007 New Revision: 509962 URL: http://svn.apache.org/viewvc?view=revrev=509962 Log: 2007-02-21 Farid Zaripov [EMAIL PROTECTED] ChangeLog: * rw_sigdefs.h: New file with definitions of helpers macros to define member and non-member

svn commit: r510071 [5/5] - in /incubator/stdcxx/trunk/tests: algorithms/ containers/ include/ numerics/ self/ src/ utilities/

2007-02-21 Thread faridz
Modified: incubator/stdcxx/trunk/tests/src/value.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/value.cpp?view=diffrev=510071r1=510070r2=510071 == --- incubator/stdcxx/trunk/tests/src/value.cpp

svn commit: r510948 - in /incubator/stdcxx/trunk/tests: include/rw_value.h src/value.cpp

2007-02-23 Thread faridz
Author: faridz Date: Fri Feb 23 06:07:59 2007 New Revision: 510948 URL: http://svn.apache.org/viewvc?view=revrev=510948 Log: 2007-02-23 Farid Zaripov [EMAIL PROTECTED] ChangeLog: * rw_value.h (_rw_user_class_fmat_init): New static variable to install the formatting

svn commit: r511019 - in /incubator/stdcxx/trunk/tests: include/23.list.h src/23.containers.cpp

2007-02-23 Thread faridz
Author: faridz Date: Fri Feb 23 09:04:11 2007 New Revision: 511019 URL: http://svn.apache.org/viewvc?view=revrev=511019 Log: 2007-02-23 Farid Zaripov [EMAIL PROTECTED] ChangeLog: * 23.list.h: New file with definitions of helpers used in clause 23.list tests. * 23

svn commit: r513406 - /incubator/stdcxx/trunk/tests/support/18.limits.traps.cpp

2007-03-01 Thread faridz
Author: faridz Date: Thu Mar 1 09:01:07 2007 New Revision: 513406 URL: http://svn.apache.org/viewvc?view=revrev=513406 Log: 2007-03-01 Farid Zaripov [EMAIL PROTECTED] * 18.limits.traps.cpp (test_trap): New function to avoid MSVC error C2712: Cannot use __try in functions

svn commit: r513412 - /incubator/stdcxx/trunk/tests/support/18.limits.traps.cpp

2007-03-01 Thread faridz
Author: faridz Date: Thu Mar 1 09:16:07 2007 New Revision: 513412 URL: http://svn.apache.org/viewvc?view=revrev=513412 Log: (empty) Modified: incubator/stdcxx/trunk/tests/support/18.limits.traps.cpp Modified: incubator/stdcxx/trunk/tests/support/18.limits.traps.cpp URL: http

svn commit: r515619 - in /incubator/stdcxx/trunk/tests: self/0.alloc.cpp src/alloc.cpp

2007-03-07 Thread faridz
Author: faridz Date: Wed Mar 7 07:55:37 2007 New Revision: 515619 URL: http://svn.apache.org/viewvc?view=revrev=515619 Log: 2007-03-07 Farid Zaripov [EMAIL PROTECTED] * alloc.cpp: fixed typo (removed comma); * 0.alloc.cpp: use setjmp() instead sigsetjmp() on Cygwin Modified

svn commit: r516404 - in /incubator/stdcxx/trunk/etc/config: configure.sh fixtree.sh run_locale_utils.sh runall.sh src/headers.inc src/libc_decl.sh xlC_version.sh

2007-03-09 Thread faridz
Author: faridz Date: Fri Mar 9 05:15:36 2007 New Revision: 516404 URL: http://svn.apache.org/viewvc?view=revrev=516404 Log: 2007-03-09 Farid Zaripov [EMAIL PROTECTED] * configure.sh: Added svn:executable property, svn:eol-style changed from native to LF. * fixtree.sh

svn commit: r518222 - /incubator/stdcxx/trunk/include/rw/_tree.cc

2007-03-14 Thread faridz
Author: faridz Date: Wed Mar 14 10:13:34 2007 New Revision: 518222 URL: http://svn.apache.org/viewvc?view=revrev=518222 Log: 2007-03-14 Farid Zaripov [EMAIL PROTECTED] STDCXX-16 * _tree.cc (operator=): Added missing assignment of the _C_cmp member. Modified: incubator

svn commit: r518899 - /incubator/stdcxx/trunk/etc/config/windows/configure.wsf

2007-03-16 Thread faridz
Author: faridz Date: Fri Mar 16 02:24:03 2007 New Revision: 518899 URL: http://svn.apache.org/viewvc?view=revrev=518899 Log: 2007-03-16 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (configure): Removed empty string from array initializer. Modified: incubator/stdcxx/trunk/etc

svn commit: r522993 - /incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp

2007-03-27 Thread faridz
Author: faridz Date: Tue Mar 27 09:44:40 2007 New Revision: 522993 URL: http://svn.apache.org/viewvc?view=revrev=522993 Log: 2007-03-27 Farid Zaripov [EMAIL PROTECTED] STDCXX-364 * STRUCT_TM_IN_WCHAR_H.cpp: Removed struct keyword. Modified: incubator/stdcxx/trunk/etc/config

svn commit: r523397 - in /incubator/stdcxx/trunk/tests/containers: 23.list.assign.cpp 23.list.cons.cpp 23.list.erase.cpp 23.list.insert.cpp

2007-03-28 Thread faridz
Author: faridz Date: Wed Mar 28 09:27:51 2007 New Revision: 523397 URL: http://svn.apache.org/viewvc?view=revrev=523397 Log: 2007-03-28 Farid Zaripov [EMAIL PROTECTED] * 23.list.assign.cpp (_rw_advance): Removed static keyword. * 23.list.cons.cpp (_rw_advance): Ditto

svn commit: r525939 - in /incubator/stdcxx/trunk/etc/config/windows: build.wsf generate.wsf summary.js

2007-04-05 Thread faridz
Author: faridz Date: Thu Apr 5 12:28:50 2007 New Revision: 525939 URL: http://svn.apache.org/viewvc?view=revrev=525939 Log: 2007-04-05 Farid Zaripov [EMAIL PROTECTED] * build.wsf (BuildProject): Get real name of the project file instead of the predefined PrjName.vcproj

svn commit: r526233 - /incubator/stdcxx/trunk/etc/config/gcc.config

2007-04-06 Thread faridz
Author: faridz Date: Fri Apr 6 10:32:53 2007 New Revision: 526233 URL: http://svn.apache.org/viewvc?view=revrev=526233 Log: 2007-04-06 Farid Zaripov [EMAIL PROTECTED] * gcc.config [Cygwin]: Set SHARED_SUFFIX = .dll Modified: incubator/stdcxx/trunk/etc/config/gcc.config Modified

svn commit: r526240 - in /incubator/stdcxx/trunk/etc/config/windows: build.wsf generate.wsf makelog.wsf projects.js runall.wsf

2007-04-06 Thread faridz
Author: faridz Date: Fri Apr 6 11:11:38 2007 New Revision: 526240 URL: http://svn.apache.org/viewvc?view=revrev=526240 Log: 2007-04-06 Farid Zaripov [EMAIL PROTECTED] * build.wsf: Rename stdlib to stdcxx. * generate.wsf: Ditto. * makelog.wsf: Ditto. * projects.js

svn commit: r527435 - /incubator/stdcxx/trunk/etc/config/windows/generate.wsf

2007-04-11 Thread faridz
Author: faridz Date: Wed Apr 11 02:55:34 2007 New Revision: 527435 URL: http://svn.apache.org/viewvc?view=revrev=527435 Log: 2007-04-11 Farid Zaripov [EMAIL PROTECTED] * generate.wsf (Echo): New function to replace WScript.Echo(). Modified: incubator/stdcxx/trunk/etc/config/windows

svn commit: r527468 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

2007-04-11 Thread faridz
Author: faridz Date: Wed Apr 11 05:10:59 2007 New Revision: 527468 URL: http://svn.apache.org/viewvc?view=revrev=527468 Log: 2007-04-11 Farid Zaripov [EMAIL PROTECTED] * projects.js (localedef): Added a dependency on locale.cpp and memchk.cpp. (locale): Replaced all

svn commit: r528545 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

2007-04-13 Thread faridz
Author: faridz Date: Fri Apr 13 09:17:05 2007 New Revision: 528545 URL: http://svn.apache.org/viewvc?view=revrev=528545 Log: 2007-04-13 Farid Zaripov [EMAIL PROTECTED] * projects.js (CreateProjectsDefs): Corrected path to the shared library. Modified: incubator/stdcxx/trunk

svn commit: r529336 - /incubator/stdcxx/trunk/util/locale_stub.cpp

2007-04-16 Thread faridz
Author: faridz Date: Mon Apr 16 10:34:02 2007 New Revision: 529336 URL: http://svn.apache.org/viewvc?view=revrev=529336 Log: 2007-04-16 Farid Zaripov [EMAIL PROTECTED] * locale_stub.cpp (main): Corrected calculation of the command line length (arglen). Modified: incubator

svn commit: r532753 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2007-04-26 Thread faridz
Author: faridz Date: Thu Apr 26 07:19:03 2007 New Revision: 532753 URL: http://svn.apache.org/viewvc?view=revrev=532753 Log: 2007-04-26 Farid Zaripov [EMAIL PROTECTED] STDCXX-398 * projectdef.js (projectCreateVCProject): Added workarounds to build projects with .obj

svn commit: r537827 - in /incubator/stdcxx/trunk/etc/config/windows: summary.js utilities.js

2007-05-14 Thread faridz
Author: faridz Date: Mon May 14 06:29:04 2007 New Revision: 537827 URL: http://svn.apache.org/viewvc?view=revrev=537827 Log: 2007-05-14 Farid Zaripov [EMAIL PROTECTED] * summary.js (checkForFailures, readBuildLog): Added check to avoid JScript runtime error: Input past end

svn propchange: r538186 - svn:log

2007-05-15 Thread faridz
Author: faridz Revision: 538186 Modified property: svn:log Modified: svn:log at Tue May 15 07:28:29 2007 -- --- svn:log (original) +++ svn:log Tue May 15 07:28:29 2007 @@ -1,7 +1,8 @@ 2007-05-15 Farid Zaripov [EMAIL

svn commit: r541631 - /incubator/stdcxx/trunk/examples/tutorial/dynatype.cpp

2007-05-25 Thread faridz
Author: faridz Date: Fri May 25 05:58:35 2007 New Revision: 541631 URL: http://svn.apache.org/viewvc?view=revrev=541631 Log: 2007-05-25 Farid Zaripov [EMAIL PROTECTED] * dynatype.cpp: Updated copyright notice; (main): Fixed missprint (v1 replaced with v3). Modified

svn commit: r541635 - /incubator/stdcxx/trunk/examples/tutorial/dynatype.cpp

2007-05-25 Thread faridz
Author: faridz Date: Fri May 25 06:13:16 2007 New Revision: 541635 URL: http://svn.apache.org/viewvc?view=revrev=541635 Log: 2007-05-25 Farid Zaripov [EMAIL PROTECTED] STDCXX-378 * dynatype.cpp: Removed dynatype::operator T() to resolve ambiguity between user defined

svn commit: r542494 - /incubator/stdcxx/trunk/examples/tutorial/dynatype.cpp

2007-05-29 Thread faridz
Author: faridz Date: Tue May 29 04:44:13 2007 New Revision: 542494 URL: http://svn.apache.org/viewvc?view=revrev=542494 Log: 2007-05-29 Farid Zaripov [EMAIL PROTECTED] STDCXX-378 * dynatype.cpp: Restored dynatype::operator T(); dynatype::operator T() const renamed

svn commit: r543195 - in /incubator/stdcxx/trunk/etc/config/windows: build.wsf utilities.js

2007-05-31 Thread faridz
Author: faridz Date: Thu May 31 10:57:28 2007 New Revision: 543195 URL: http://svn.apache.org/viewvc?view=revrev=543195 Log: 2007-05-31 Farid Zaripov [EMAIL PROTECTED] * build.wsf (getBuildLog): New function to extract data from BuildLog.htm; (event_ProjectBuildStarted): Added

svn commit: r544587 - /incubator/stdcxx/trunk/src/typeinfo.cpp

2007-06-05 Thread faridz
Author: faridz Date: Tue Jun 5 11:31:59 2007 New Revision: 544587 URL: http://svn.apache.org/viewvc?view=revrev=544587 Log: 2007-06-05 Farid Zaripov [EMAIL PROTECTED] STDCXX-188 * typeinfo.cpp: silenced warning: _C_name was declared but never referenced Modified

svn commit: r544782 - in /incubator/stdcxx/trunk/tests/regress: ./ 23.list.insert.stdcxx-331.cpp

2007-06-06 Thread faridz
Author: faridz Date: Wed Jun 6 02:50:30 2007 New Revision: 544782 URL: http://svn.apache.org/viewvc?view=revrev=544782 Log: 2007-06-06 Farid Zaripov [EMAIL PROTECTED] * 23.list.insert.stdcxx-331.cpp: new test from STDCXX-331 issue Added: incubator/stdcxx/trunk/tests/regress

svn commit: r544786 - /incubator/stdcxx/trunk/tests/regress/23.list.special.stdcxx-334.cpp

2007-06-06 Thread faridz
Author: faridz Date: Wed Jun 6 02:57:07 2007 New Revision: 544786 URL: http://svn.apache.org/viewvc?view=revrev=544786 Log: 2007-06-06 Farid Zaripov [EMAIL PROTECTED] * 23.list.special.stdcxx-334.cpp: new test from STDCXX-334 issue Added: incubator/stdcxx/trunk/tests/regress/23

svn commit: r544791 - /incubator/stdcxx/trunk/tests/regress/23.deque.special.stdcxx-127.cpp

2007-06-06 Thread faridz
Author: faridz Date: Wed Jun 6 03:00:57 2007 New Revision: 544791 URL: http://svn.apache.org/viewvc?view=revrev=544791 Log: 2007-06-06 Farid Zaripov [EMAIL PROTECTED] * 23.deque.special.stdcxx-127.cpp: new test from STDCXX-127 issue Added: incubator/stdcxx/trunk/tests/regress/23

svn commit: r544831 - /incubator/stdcxx/trunk/examples/tutorial/dynatype.cpp

2007-06-06 Thread faridz
Author: faridz Date: Wed Jun 6 06:03:48 2007 New Revision: 544831 URL: http://svn.apache.org/viewvc?view=revrev=544831 Log: 2007-06-06 Farid Zaripov [EMAIL PROTECTED] * dynatype.cpp (copy): static_cast to const T instead of T Modified: incubator/stdcxx/trunk/examples/tutorial

svn commit: r544910 - in /incubator/stdcxx/trunk/etc/config/src: GLOBAL_BAD_ALLOC.cpp STD_BAD_ALLOC.cpp

2007-06-06 Thread faridz
Author: faridz Date: Wed Jun 6 11:27:17 2007 New Revision: 544910 URL: http://svn.apache.org/viewvc?view=revrev=544910 Log: 2007-06-06 Farid Zaripov [EMAIL PROTECTED] * GLOBAL_BAD_ALLOC.cpp: Use size_t type in new() instead of unsigned long. * STD_BAD_ALLOC.cpp: Ditto

svn commit: r546562 - in /incubator/stdcxx/trunk/include/rw: _config-icc.h _config-msvc.h _config-msvcrt.h _config.h

2007-06-12 Thread faridz
Author: faridz Date: Tue Jun 12 09:25:18 2007 New Revision: 546562 URL: http://svn.apache.org/viewvc?view=revrev=546562 Log: 2007-06-12 Farid Zaripov [EMAIL PROTECTED] STDCXX-429 * _config.h: #include _config-msvc.h only on MSVC. * _config-msvcrt.h: New file

svn commit: r546872 - /incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out

2007-06-13 Thread faridz
Author: faridz Date: Wed Jun 13 06:51:29 2007 New Revision: 546872 URL: http://svn.apache.org/viewvc?view=revrev=546872 Log: 2007-06-13 Farid Zaripov [EMAIL PROTECTED] * dynatype.out: Corrected example expected output. Modified: incubator/stdcxx/trunk/examples/tutorial/out

svn commit: r546966 - /incubator/stdcxx/trunk/tests/regress/27.stringbuf.members.stdcxx-427.cpp

2007-06-13 Thread faridz
Author: faridz Date: Wed Jun 13 10:17:18 2007 New Revision: 546966 URL: http://svn.apache.org/viewvc?view=revrev=546966 Log: 2007-06-13 Farid Zaripov [EMAIL PROTECTED] * 27.stringbuf.members.stdcxx-427.cpp: new test from STDCXX-427 issue Added: incubator/stdcxx/trunk/tests/regress

svn commit: r546973 - /incubator/stdcxx/trunk/examples/manual/in/money_manip.in

2007-06-13 Thread faridz
Author: faridz Date: Wed Jun 13 10:36:07 2007 New Revision: 546973 URL: http://svn.apache.org/viewvc?view=revrev=546973 Log: 2007-06-13 Farid Zaripov [EMAIL PROTECTED] * money_manip.in: New input file for the money_manip.cpp example. Added: incubator/stdcxx/trunk/examples/manual

svn commit: r548682 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-06-19 Thread faridz
Author: faridz Date: Tue Jun 19 03:28:48 2007 New Revision: 548682 URL: http://svn.apache.org/viewvc?view=revrev=548682 Log: 2007-06-13 Farid Zaripov [EMAIL PROTECTED] * build.wsf (build): Fix the Call was Rejected By Callee error. Modified: incubator/stdcxx/trunk/etc/config/windows

svn commit: r548779 - /incubator/stdcxx/trunk/etc/config/windows/configure.wsf

2007-06-19 Thread faridz
Author: faridz Date: Tue Jun 19 09:00:40 2007 New Revision: 548779 URL: http://svn.apache.org/viewvc?view=revrev=548779 Log: 2007-06-19 Farid Zaripov [EMAIL PROTECTED] * configure.wsf (cleanQuit): New function to clean and quit. (configure): Use cleanQuit() instead

svn propchange: r548682 - svn:log

2007-06-19 Thread faridz
Author: faridz Revision: 548682 Modified property: svn:log Modified: svn:log at Tue Jun 19 09:05:31 2007 -- --- svn:log (original) +++ svn:log Tue Jun 19 09:05:31 2007 @@ -1,3 +1,3 @@ -2007-06-13 Farid Zaripov [EMAIL

svn propchange: r549586 - svn:log

2007-06-22 Thread faridz
Author: faridz Revision: 549586 Modified property: svn:log Modified: svn:log at Fri Jun 22 00:22:28 2007 -- --- svn:log (original) +++ svn:log Fri Jun 22 00:22:28 2007 @@ -1,4 +1,5 @@ 2007-06-21 Farid Zaripov [EMAIL

svn commit: r549748 - /incubator/stdcxx/trunk/etc/config/windows/build.wsf

2007-06-22 Thread faridz
Author: faridz Date: Fri Jun 22 01:02:46 2007 New Revision: 549748 URL: http://svn.apache.org/viewvc?view=revrev=549748 Log: 2007-06-22 Farid Zaripov [EMAIL PROTECTED] * build.wsf (build): Limit infinite loop by 60 seconds. Modified: incubator/stdcxx/trunk/etc/config/windows

svn commit: r549766 - in /incubator/stdcxx/trunk: examples/manual/rwexcept.cpp include/rw/_error.h src/exception.cpp

2007-06-22 Thread faridz
Author: faridz Date: Fri Jun 22 03:15:46 2007 New Revision: 549766 URL: http://svn.apache.org/viewvc?view=revrev=549766 Log: 2007-06-22 Farid Zaripov [EMAIL PROTECTED] STDCXX-454 * _error.h: Added declaration of the __rw_free_what_buf. * exception.cpp (__rw_free_what_buf

svn commit: r549862 - /incubator/stdcxx/trunk/include/rw/_error.h

2007-06-22 Thread faridz
Author: faridz Date: Fri Jun 22 09:09:57 2007 New Revision: 549862 URL: http://svn.apache.org/viewvc?view=revrev=549862 Log: 2007-06-22 Farid Zaripov [EMAIL PROTECTED] * _error.h: Put _RWSTD_EXPORT before the return type for consistency between declaration and definition

svn commit: r550426 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

2007-06-25 Thread faridz
Author: faridz Date: Mon Jun 25 02:20:25 2007 New Revision: 550426 URL: http://svn.apache.org/viewvc?view=revrev=550426 Log: 2007-06-25 Farid Zaripov [EMAIL PROTECTED] * projects.js (CreateProjectsDefs): Enable RTTI for all tests. Modified: incubator/stdcxx/trunk/etc/config/windows

svn commit: r550545 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.ctype.is.cpp 22.locale.ctype.narrow.cpp 22.locale.ctype.scan.cpp 22.locale.ctype.tolower.cpp 22.locale.ctype.toupper.cpp

2007-06-25 Thread faridz
Author: faridz Date: Mon Jun 25 09:50:10 2007 New Revision: 550545 URL: http://svn.apache.org/viewvc?view=revrev=550545 Log: 2007-06-25 Farid Zaripov [EMAIL PROTECTED] * 22.locale.ctype.is.cpp: Check the pointer before dereferencing of it. * 22.locale.ctype.narrow.cpp: Ditto

svn commit: r550774 - in /incubator/stdcxx/trunk/examples/manual: moneyput.cpp num_get.cpp time_get.cpp

2007-06-26 Thread faridz
Author: faridz Date: Tue Jun 26 04:03:33 2007 New Revision: 550774 URL: http://svn.apache.org/viewvc?view=revrev=550774 Log: 2007-06-26 Farid Zaripov [EMAIL PROTECTED] STDCXX-462 * moneyput.cpp (main): Create named std::locale object instead of unnamed. * num_get.cpp

svn commit: r550833 - in /incubator/stdcxx/trunk/tests/localization: 22.locale.money.put.mt.cpp 22.locale.num.put.mt.cpp 22.locale.time.put.mt.cpp

2007-06-26 Thread faridz
Author: faridz Date: Tue Jun 26 08:50:07 2007 New Revision: 550833 URL: http://svn.apache.org/viewvc?view=revrev=550833 Log: 2007-06-26 Farid Zaripov [EMAIL PROTECTED] * 22.locale.money.put.mt.cpp: Added Ios::ios() invoking ios_base::init(0). * 22.locale.num.put.mt.cpp: The same

svn commit: r550842 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

2007-06-26 Thread faridz
Author: faridz Date: Tue Jun 26 09:26:46 2007 New Revision: 550842 URL: http://svn.apache.org/viewvc?view=revrev=550842 Log: 2007-06-26 Farid Zaripov [EMAIL PROTECTED] * projects.js (CreateProjectsDefs): Enable RTTI in stdcxx project. Modified: incubator/stdcxx/trunk/etc/config

svn commit: r552912 - in /incubator/stdcxx/trunk/tests/strings: 21.string.access.cpp 21.string.copy.cpp

2007-07-03 Thread faridz
Author: faridz Date: Tue Jul 3 10:00:59 2007 New Revision: 552912 URL: http://svn.apache.org/viewvc?view=revrev=552912 Log: 2007-07-03 Farid Zaripov [EMAIL PROTECTED] * 21.string.access.cpp (test_access): Avoid use rw_match() for comparing the single characters. * 21

svn commit: r553286 - /incubator/stdcxx/trunk/util/locale.cpp

2007-07-04 Thread faridz
Author: faridz Date: Wed Jul 4 11:07:15 2007 New Revision: 553286 URL: http://svn.apache.org/viewvc?view=revrev=553286 Log: 2007-07-04 Farid Zaripov [EMAIL PROTECTED] * locale.cpp: Use dir /B command on Windows instead of ls -1 Modified: incubator/stdcxx/trunk/util/locale.cpp

svn commit: r553483 - /incubator/stdcxx/trunk/tests/iostream/27.ostream.cpp

2007-07-05 Thread faridz
Author: faridz Date: Thu Jul 5 05:45:50 2007 New Revision: 553483 URL: http://svn.apache.org/viewvc?view=revrev=553483 Log: 2007-07-05 Farid Zaripov [EMAIL PROTECTED] * 27.ostream.cpp (test_formatted): Don't check os.width(0) if _RWSTD_NO_EXT_KEEP_WIDTH_ON_FAILURE defined

svn commit: r553587 - /incubator/stdcxx/trunk/tests/self/0.new.cpp

2007-07-05 Thread faridz
Author: faridz Date: Thu Jul 5 11:13:04 2007 New Revision: 553587 URL: http://svn.apache.org/viewvc?view=revrev=553587 Log: 2007-07-05 Farid Zaripov [EMAIL PROTECTED] * 0.new.cpp: Catch SIGSEGV signal as SIGABRT. Modified: incubator/stdcxx/trunk/tests/self/0.new.cpp Modified

svn commit: r553924 - /incubator/stdcxx/trunk/tests/iostream/27.stringbuf.virtuals.cpp

2007-07-06 Thread faridz
Author: faridz Date: Fri Jul 6 08:21:37 2007 New Revision: 553924 URL: http://svn.apache.org/viewvc?view=revrev=553924 Log: 2007-07-06 Farid Zaripov [EMAIL PROTECTED] * 27.stringbuf.virtuals.cpp: #define EOF as unique value; (test_virtual): Assign arg0 and ret_expect to Traits

svn commit: r553931 - /incubator/stdcxx/trunk/include/sstream.cc

2007-07-06 Thread faridz
Author: faridz Date: Fri Jul 6 08:34:56 2007 New Revision: 553931 URL: http://svn.apache.org/viewvc?view=revrev=553931 Log: 2007-07-06 Farid Zaripov [EMAIL PROTECTED] * sstream.cc (xsputn): Allow to pass internal buffer as method parameter. Modified: incubator/stdcxx/trunk/include

svn commit: r554745 - /incubator/stdcxx/trunk/etc/config/windows/projects.js

2007-07-09 Thread faridz
Author: faridz Date: Mon Jul 9 12:28:07 2007 New Revision: 554745 URL: http://svn.apache.org/viewvc?view=revrev=554745 Log: 2007-07-09 Farid Zaripov [EMAIL PROTECTED] * projects.js (CreateProjectsDefs): Turn on RTTI for rwtest project. Modified: incubator/stdcxx/trunk/etc/config

svn commit: r554861 - in /incubator/stdcxx/trunk/etc/config/windows: icc-10.0-x64.config icc-10.0.config

2007-07-10 Thread faridz
Author: faridz Date: Tue Jul 10 00:40:13 2007 New Revision: 554861 URL: http://svn.apache.org/viewvc?view=revrev=554861 Log: 2007-07-10 Farid Zaripov [EMAIL PROTECTED] * icc-10.0-x64.config: Added svn:eol-style = native, svn:keywords = Id properties. * icc-10.0.config: The same

svn commit: r555006 - /incubator/stdcxx/trunk/src/catalog.cpp

2007-07-10 Thread faridz
Author: faridz Date: Tue Jul 10 09:55:02 2007 New Revision: 555006 URL: http://svn.apache.org/viewvc?view=revrev=555006 Log: 2007-07-10 Farid Zaripov [EMAIL PROTECTED] * catalog.cpp (catopen): while() loop replaced to for() loop with checking for max iterations. Modified

  1   2   3   4   >