Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
Unmute 1 - 20 of 992  Next ›
900262 18.01.2010 02:21:27, by sebor
2010-01-17 John Taylor <jbt.oldemail@gmail.com>

STDCXX-1045
* etc/config/src/POSIX_MADVISE.cpp: New config test.
* src/memattr.cpp [_RWSTD_OS_SUNOS && !_RWSTD_NO_POSIX_MADVISE]
(__rw_memattr): Used posix_madvise() instead of madvise().
881089 17.11.2009 02:44:40, by sebor
2009-11-16 Martin Sebor <sebor@apache.org>

* status/2009-11.text: Board report for November 2009. To be copied into
https://svn.apache.org/repos/private/foundation/board/board_agenda_2009_11_18.txt.
814419 14.09.2009 00:46:50, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

Merged revs 814395, 814400, 814401, 814405, and 814409 from
branches/4.2.x.

2009-09-13 Martin Sebor <sebor@apache.org>

* tests/regress/23.vector.stdcxx-1037.cpp (Alloc::Alloc(const Alloc&)):
Corrected syntax to prevent compiler errors. (Does a recent version of
any compiler actually allow this? Maybe Visual C++?)

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/deque.cc (deque::_C_push): Parenthesized logic
expression to silence gcc -Wparentheses warning.
* include/list.cc (list::splice): Same.
* valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Same.
* tests/iostream/27.filebuf.cpp (CodeCvt::do_in): Same.
* tests/numerics/26.c.math.cp (test_behavior): Same.
* tests/src/locale.cpp (rw_get_wchars): Same.
* (UserTraits::lt, UserTraits::compare, UserTraits::copy,
UserTraits::move): Same.
* tests/src/cmdopt.cpp (_rw_print_help, _rw_getbounds, rw_runopts):
Same.
* tests/src/23.containers.cpp (_rw_sigcat): Same.
* tests/src/opt_lines.cpp (_rw_enable_line): Same.
* tests/src/printf.cpp (_rw_fmtstrarray, _rw_vasnprintf_ext,
_rw_fmtstr): Same.
* tests/src/opt_trace.cpp (_rw_setopt_trace_mask): Same.
* tests/localization/22.locale.num.put.cpp (do_test): Same.
* tests/localization/22.locale.messages.cpp (open_catalog): Same.
* tests/localization/22.locale.numpunct.cpp (check_numpunct): Same.
* tests/localization/22.locale.time.get.cpp (do_test): Same.
* tests/localization/22.locale.money.get.cpp (do_test): Same.
* tests/localization/22.locale.num.get.cpp (do_test): Same.
* tests/self/0.fnmatch.cpp (test): Same.
* tests/strings/21.string.compare.cpp (test_compare): Same.
* tests/strings/21.string.io.cpp (test_io): Same.
* tests/containers/23.vector.cons.cpp (test_ctors): Same.
* tests/algorithms/25.equal.cpp (test_equal): Same.
* tests/algorithms/25.transform.cpp (gen_test): Same.
* tests/algorithms/25.replace.cpp (test_replace): Same.
* util/collate.cpp (Def::process_order_stmt): Same.
* examples/tutorial/icecream.cpp (irand): Same.
* tests/support/18.numeric.special.float.cpp (VERIFY_FUNCTION): Same.
* tests/iostream/27.filebuf.codecvt.cpp (cformat::do_in): Same.
(run_test): Changed the type of a local to silence gcc's
-Wsign-compare warnings.
* include/rw/_ioiter.h (istreambuf_iterator::equal): Simplified
expression to silence gcc -Wparentheses warning and to help gcc
generate more optimal code (see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38126).
* tests/iostream/27.istream.sentry.cpp (test_ok): Same.

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* tests/src/char.cpp (UserTraits::lt, UserTraits::compare,
UserTraits::copy, UserTraits::move): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).

2009-09-13 Martin Sebor <sebor@apache.org>

* tests/localization/22.locale.ctype.tolower.cpp (locale_list): Removed
unused global variable to silence gcc -Wshadow warnings.
* tests/localization/22.locale.messages.mt.cpp (run_test): Silenced
gcc's -Wunused warning, corrected a logic error in a preprocessor
conditional and fixed a typo.
* tests/localization/22.locale.statics.mt.cpp (test_global): Changed
type of a local variable to avoid gcc's -Wsign-compare warnings.
* tests/regress/22.locale.messages.stdcxx-542.cpp (run_test): Same.
* tests/containers/23.bitset.cpp (test_ctors, stress_ctors,
test_operators, test_other, stress_count, test_elem_access,
test_to_string): Corrected formatting directive for size_t argument.
* tests/regress/23.set.stdcxx-216.cpp (Value::Value(unsigned): Renamed
a function formal argument to avoid a gcc -Wshadow warning. Removed
commented out debugging code.
* tests/regress/21.string.append.stdcxx-438.cpp (operator new): Threw
std::bad_alloc on failure as required instead of returning null to
silence a gcc warning.
* tests/regress/21.string.replace.stdcxx-175.cpp (main): Removed
unused arguments to silence gcc -Wunused warnings.
* tests/regress/23.list.special.stdcxx-334.cpp (operator==, operator!=,
main): Same.
* tests/regress/23.list.insert.stdcxx-331.cpp (main): Same.
* tests/regress/21.string.stdcxx-466.cpp (main): Same.
* tests/regress/23.list.cons.stdcxx-268.cpp (main): Same.
* util/locale.cpp (write_coll_info): Removed an empty else branch
to silence a gcc -Wmissing-braces warning.
* util/exec.cpp (wait_for_child): Added braces to silence a gcc
-Wmissing-braces warning.
814418 14.09.2009 00:46:24, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

Merged revs 814395, 814400, 814401, 814405, and 814409 from
branches/4.2.x.

2009-09-13 Martin Sebor <sebor@apache.org>

* tests/regress/23.vector.stdcxx-1037.cpp (Alloc::Alloc(const Alloc&)):
Corrected syntax to prevent compiler errors. (Does a recent version of
any compiler actually allow this? Maybe Visual C++?)

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/deque.cc (deque::_C_push): Parenthesized logic
expression to silence gcc -Wparentheses warning.
* include/list.cc (list::splice): Same.
* valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Same.
* tests/iostream/27.filebuf.cpp (CodeCvt::do_in): Same.
* tests/numerics/26.c.math.cp (test_behavior): Same.
* tests/src/locale.cpp (rw_get_wchars): Same.
* (UserTraits::lt, UserTraits::compare, UserTraits::copy,
UserTraits::move): Same.
* tests/src/cmdopt.cpp (_rw_print_help, _rw_getbounds, rw_runopts):
Same.
* tests/src/23.containers.cpp (_rw_sigcat): Same.
* tests/src/opt_lines.cpp (_rw_enable_line): Same.
* tests/src/printf.cpp (_rw_fmtstrarray, _rw_vasnprintf_ext,
_rw_fmtstr): Same.
* tests/src/opt_trace.cpp (_rw_setopt_trace_mask): Same.
* tests/localization/22.locale.num.put.cpp (do_test): Same.
* tests/localization/22.locale.messages.cpp (open_catalog): Same.
* tests/localization/22.locale.numpunct.cpp (check_numpunct): Same.
* tests/localization/22.locale.time.get.cpp (do_test): Same.
* tests/localization/22.locale.money.get.cpp (do_test): Same.
* tests/localization/22.locale.num.get.cpp (do_test): Same.
* tests/self/0.fnmatch.cpp (test): Same.
* tests/strings/21.string.compare.cpp (test_compare): Same.
* tests/strings/21.string.io.cpp (test_io): Same.
* tests/containers/23.vector.cons.cpp (test_ctors): Same.
* tests/algorithms/25.equal.cpp (test_equal): Same.
* tests/algorithms/25.transform.cpp (gen_test): Same.
* tests/algorithms/25.replace.cpp (test_replace): Same.
* util/collate.cpp (Def::process_order_stmt): Same.
* examples/tutorial/icecream.cpp (irand): Same.
* tests/support/18.numeric.special.float.cpp (VERIFY_FUNCTION): Same.
* tests/iostream/27.filebuf.codecvt.cpp (cformat::do_in): Same.
(run_test): Changed the type of a local to silence gcc's
-Wsign-compare warnings.
* include/rw/_ioiter.h (istreambuf_iterator::equal): Simplified
expression to silence gcc -Wparentheses warning and to help gcc
generate more optimal code (see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38126).
* tests/iostream/27.istream.sentry.cpp (test_ok): Same.

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).

2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* tests/src/char.cpp (UserTraits::lt, UserTraits::compare,
UserTraits::copy, UserTraits::move): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).

2009-09-13 Martin Sebor <sebor@apache.org>

* tests/localization/22.locale.ctype.tolower.cpp (locale_list): Removed
unused global variable to silence gcc -Wshadow warnings.
* tests/localization/22.locale.messages.mt.cpp (run_test): Silenced
gcc's -Wunused warning, corrected a logic error in a preprocessor
conditional and fixed a typo.
* tests/localization/22.locale.statics.mt.cpp (test_global): Changed
type of a local variable to avoid gcc's -Wsign-compare warnings.
* tests/regress/22.locale.messages.stdcxx-542.cpp (run_test): Same.
* tests/containers/23.bitset.cpp (test_ctors, stress_ctors,
test_operators, test_other, stress_count, test_elem_access,
test_to_string): Corrected formatting directive for size_t argument.
* tests/regress/23.set.stdcxx-216.cpp (Value::Value(unsigned): Renamed
a function formal argument to avoid a gcc -Wshadow warning. Removed
commented out debugging code.
* tests/regress/21.string.append.stdcxx-438.cpp (operator new): Threw
std::bad_alloc on failure as required instead of returning null to
silence a gcc warning.
* tests/regress/21.string.replace.stdcxx-175.cpp (main): Removed
unused arguments to silence gcc -Wunused warnings.
* tests/regress/23.list.special.stdcxx-334.cpp (operator==, operator!=,
main): Same.
* tests/regress/23.list.insert.stdcxx-331.cpp (main): Same.
* tests/regress/21.string.stdcxx-466.cpp (main): Same.
* tests/regress/23.list.cons.stdcxx-268.cpp (main): Same.
* util/locale.cpp (write_coll_info): Removed an empty else branch
to silence a gcc -Wmissing-braces warning.
* util/exec.cpp (wait_for_child): Added braces to silence a gcc
-Wmissing-braces warning.
814409 14.09.2009 00:34:54, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

* tests/localization/22.locale.ctype.tolower.cpp (locale_list): Removed
unused global variable to silence gcc -Wshadow warnings.
* tests/localization/22.locale.messages.mt.cpp (run_test): Silenced
gcc's -Wunused warning, corrected a logic error in a preprocessor
conditional and fixed a typo.
* tests/localization/22.locale.statics.mt.cpp (test_global): Changed
type of a local variable to avoid gcc's -Wsign-compare warnings.
* tests/regress/22.locale.messages.stdcxx-542.cpp (run_test): Same.
* tests/containers/23.bitset.cpp (test_ctors, stress_ctors,
test_operators, test_other, stress_count, test_elem_access,
test_to_string): Corrected formatting directive for size_t argument.
* tests/regress/23.set.stdcxx-216.cpp (Value::Value(unsigned): Renamed
a function formal argument to avoid a gcc -Wshadow warning. Removed
commented out debugging code.
* tests/regress/21.string.append.stdcxx-438.cpp (operator new): Threw
std::bad_alloc on failure as required instead of returning null to
silence a gcc warning.
* tests/regress/21.string.replace.stdcxx-175.cpp (main): Removed
unused arguments to silence gcc -Wunused warnings.
* tests/regress/23.list.special.stdcxx-334.cpp (operator==, operator!=,
main): Same.
* tests/regress/23.list.insert.stdcxx-331.cpp (main): Same.
* tests/regress/21.string.stdcxx-466.cpp (main): Same.
* tests/regress/23.list.cons.stdcxx-268.cpp (main): Same.
* util/locale.cpp (write_coll_info): Removed an empty else branch
to silence a gcc -Wmissing-braces warning.
* util/exec.cpp (wait_for_child): Added braces to silence a gcc
-Wmissing-braces warning.
814405 14.09.2009 00:28:15, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* tests/src/char.cpp (UserTraits::lt, UserTraits::compare,
UserTraits::copy, UserTraits::move): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).
814401 14.09.2009 00:25:08, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Parenthesized logic expression
to silence gcc -Wparentheses warning. (Missed in r814400).
814400 14.09.2009 00:22:32, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

STDCXX-791
* include/deque.cc (deque::_C_push): Parenthesized logic
expression to silence gcc -Wparentheses warning.
* include/list.cc (list::splice): Same.
* valarray (valarray::valarray(const gslice_array&,
gslice_array::operator=, gslice_array::operator*=,
gslice_array::operator/=, gslice_array::operator+=,
gslice_array::operator-=, gslice_array::operator%=,
gslice_array::operator^=, gslice_array::operator&=,
gslice_array::operator|=, gslice_array::operator<<=,
gslice_array::operator>>=): Same.
* tests/iostream/27.filebuf.cpp (CodeCvt::do_in): Same.
* tests/numerics/26.c.math.cp (test_behavior): Same.
* tests/src/locale.cpp (rw_get_wchars): Same.
* (UserTraits::lt, UserTraits::compare, UserTraits::copy,
UserTraits::move): Same.
* tests/src/cmdopt.cpp (_rw_print_help, _rw_getbounds, rw_runopts):
Same.
* tests/src/23.containers.cpp (_rw_sigcat): Same.
* tests/src/opt_lines.cpp (_rw_enable_line): Same.
* tests/src/printf.cpp (_rw_fmtstrarray, _rw_vasnprintf_ext,
_rw_fmtstr): Same.
* tests/src/opt_trace.cpp (_rw_setopt_trace_mask): Same.
* tests/localization/22.locale.num.put.cpp (do_test): Same.
* tests/localization/22.locale.messages.cpp (open_catalog): Same.
* tests/localization/22.locale.numpunct.cpp (check_numpunct): Same.
* tests/localization/22.locale.time.get.cpp (do_test): Same.
* tests/localization/22.locale.money.get.cpp (do_test): Same.
* tests/localization/22.locale.num.get.cpp (do_test): Same.
* tests/self/0.fnmatch.cpp (test): Same.
* tests/strings/21.string.compare.cpp (test_compare): Same.
* tests/strings/21.string.io.cpp (test_io): Same.
* tests/containers/23.vector.cons.cpp (test_ctors): Same.
* tests/algorithms/25.equal.cpp (test_equal): Same.
* tests/algorithms/25.transform.cpp (gen_test): Same.
* tests/algorithms/25.replace.cpp (test_replace): Same.
* util/collate.cpp (Def::process_order_stmt): Same.
* examples/tutorial/icecream.cpp (irand): Same.
* tests/support/18.numeric.special.float.cpp (VERIFY_FUNCTION): Same.
* tests/iostream/27.filebuf.codecvt.cpp (cformat::do_in): Same.
(run_test): Changed the type of a local to silence gcc's
-Wsign-compare warnings.
* include/rw/_ioiter.h (istreambuf_iterator::equal): Simplified
expression to silence gcc -Wparentheses warning and to help gcc
generate more optimal code (see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38126).
* tests/iostream/27.istream.sentry.cpp (test_ok): Same.
814395 14.09.2009 00:05:17, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

* tests/regress/23.vector.stdcxx-1037.cpp (Alloc::Alloc(const Alloc&)):
Corrected syntax to prevent compiler errors. (Does a recent version of
any compiler actually allow this? Maybe Visual C++?)
814382 13.09.2009 22:45:28, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

* index.html (Copyright): Updated.
814381 13.09.2009 22:44:28, by sebor
2009-09-13 Martin Sebor <sebor@apache.org>

* index.html (Committers): Updated affiliation.
811386 04.09.2009 15:24:07, by faridz
2009-09-04 Farid Zaripov <faridz@apache.org>

Merged r811381 from 4.2.x branch.

STDCXX-1042
* tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS 5.11.
811383 04.09.2009 15:21:49, by faridz
2009-09-04 Farid Zaripov <faridz@apache.org>

Merged r811381 from 4.2.x branch.

STDCXX-1042
* tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS 5.11.
811381 04.09.2009 15:19:10, by faridz
2009-09-04 Farid Zaripov <faridz@apache.org>

STDCXX-1042
* tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS 5.11.
808359 27.08.2009 12:40:42, by faridz
2009-08-27 Farid Zaripov <faridz@apache.org>

* include/rw/_config-msvcrt.h: Disable exceptions if the macro
_CPPUNWIND is not #defined by compiler.
808358 27.08.2009 12:37:51, by faridz
2009-08-27 Farid Zaripov <faridz@apache.org>

* etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777607.
* etc/config/src/INVALID_ARGUMENT_DTOR.cpp: Same.
* etc/config/src/LENGTH_ERROR_DTOR.cpp: Same.
* etc/config/src/LOGIC_ERROR_DTOR.cpp: Same.
* etc/config/src/OUT_OF_RANGE_DTOR.cpp: Same.
* etc/config/src/OVERFLOW_ERROR_DTOR.cpp: Same.
* etc/config/src/RANGE_ERROR_DTOR.cpp: Same.
* etc/config/src/RUNTIME_ERROR_DTOR.cpp: Same.
* etc/config/src/UNDERFLOW_ERROR_DTOR.cpp: Same.
* src/domain_error.cpp: Same.
* src/invalid_argument.cpp: Same.
* src/length_error.cpp: Same.
* src/logic_error.cpp: Same.
* src/out_of_range.cpp: Same.
* src/overflow_error.cpp: Same.
* src/range_error.cpp: Same.
* src/runtime_error.cpp: Same.
* src/underflow_error.cpp: Same.
808357 27.08.2009 12:37:20, by faridz
2009-08-27 Farid Zaripov <faridz@apache.org>

* etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777606.
* etc/config/src/INVALID_ARGUMENT_DTOR.cpp: Same.
* etc/config/src/LENGTH_ERROR_DTOR.cpp: Same.
* etc/config/src/LOGIC_ERROR_DTOR.cpp: Same.
* etc/config/src/OUT_OF_RANGE_DTOR.cpp: Same.
* etc/config/src/OVERFLOW_ERROR_DTOR.cpp: Same.
* etc/config/src/RANGE_ERROR_DTOR.cpp: Same.
* etc/config/src/RUNTIME_ERROR_DTOR.cpp: Same.
* etc/config/src/UNDERFLOW_ERROR_DTOR.cpp: Same.
* src/domain_error.cpp: Same.
* src/invalid_argument.cpp: Same.
* src/length_error.cpp: Same.
* src/logic_error.cpp: Same.
* src/out_of_range.cpp: Same.
* src/overflow_error.cpp: Same.
* src/range_error.cpp: Same.
* src/runtime_error.cpp: Same.
* src/underflow_error.cpp: Same.
808355 27.08.2009 12:34:08, by faridz
2009-08-27 Farid Zaripov <faridz@apache.org>

* etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777603.
* etc/config/src/INVALID_ARGUMENT_DTOR.cpp: Same.
* etc/config/src/LENGTH_ERROR_DTOR.cpp: Same.
* etc/config/src/LOGIC_ERROR_DTOR.cpp: Same.
* etc/config/src/OUT_OF_RANGE_DTOR.cpp: Same.
* etc/config/src/OVERFLOW_ERROR_DTOR.cpp: Same.
* etc/config/src/RANGE_ERROR_DTOR.cpp: Same.
* etc/config/src/RUNTIME_ERROR_DTOR.cpp: Same.
* etc/config/src/UNDERFLOW_ERROR_DTOR.cpp: Same.
* src/domain_error.cpp: Same.
* src/invalid_argument.cpp: Same.
* src/length_error.cpp: Same.
* src/logic_error.cpp: Same.
* src/out_of_range.cpp: Same.
* src/overflow_error.cpp: Same.
* src/range_error.cpp: Same.
* src/runtime_error.cpp: Same.
* src/underflow_error.cpp: Same.
805093 17.08.2009 20:57:34, by sebor
2009-08-17 Martin Sebor <sebor@apache.org>

* status/2009-08.text: Board report for August 2009. To be copied into
https://svn.apache.org/repos/private/foundation/board/board_agenda_2009_08_19.txt.
804291 14.08.2009 18:44:37, by faridz
2009-08-14 Farid Zaripov <faridz@apache.org>

Merged r804283, r804285 from 4.2.x branch

* tests/regress/23.vector.stdcxx-1037.cpp: New regression
test for STDCXX-1037.

STDCXX-1037
* include/vector.cc: Assign __other's data to self before
swaping __other with __tmp.
1 2 3 4 5 6 7 8 9 10 Next