~roguescholar/boost/+git/program_options:svn-tags/merged_to_RC_1_32_0

Last commit made on 2004-11-19
Get this branch:
git clone -b svn-tags/merged_to_RC_1_32_0 https://git.launchpad.net/~roguescholar/boost/+git/program_options

Branch merges

Branch information

Name:
svn-tags/merged_to_RC_1_32_0
Repository:
lp:~roguescholar/boost/+git/program_options

Recent commits

d733931... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_32_0'.

[SVN r26255]

9bd7193... by Vladimir Prus

Make program_options compile on IBM compiler.

Patch from Matthias Troyer.

[SVN r26096]

e7fd9b2... by Vladimir Prus

Add comments

[SVN r26081]

adab37a... by Vladimir Prus

Intel workaround

[SVN r25425]

de971fc... by Vladimir Prus

Add declspec, in hope to fix a CW9.3 problem

[SVN r25399]

1d37290... by Vladimir Prus

Update todo

[SVN r25373]

718e376... by Vladimir Prus

Doc tweak

[SVN r25372]

05a5406... by Vladimir Prus

Move test of unicode command line from parsers_test.cpp to unicode_test,
to make test failures more informative. Otherwise, the failure of
'parsers_test' seem to indicate the library is unusable.

[SVN r25330]

97b337c... by Vladimir Prus

MinGW-no-wstring workaround

[SVN r25292]

074c154... by Vladimir Prus

Fix a recently introduces failure of unicode_test. I was trying
to form an argument to logic_error using wstring, which did not work. Now
try to convert wstring into local 8-bit encoding, and use a dummy text
when that fails.

[SVN r25242]