Jeff Garland
174bea2604
added new date parsing tests to go along with updates to date parsing code including new tokenizer stuff
...
[SVN r27622]
2005-03-12 20:30:09 +00:00
Jeff Garland
a62c95047c
fix for failures on gcc3.x on Solaris -- apparently on that platform there is a macro that defines sun == 1 -- unbelievable...
...
[SVN r27618]
2005-03-12 03:56:24 +00:00
Jeff Garland
b880f4c50a
add st louis entry
...
[SVN r27617]
2005-03-12 03:31:35 +00:00
Jeff Garland
c6292bcabc
fix test so it can find tz csv file when run from regression directory
...
[SVN r27563]
2005-03-07 03:53:44 +00:00
Victor A. Wagner Jr.
7971e6658a
Changed - some &*somestdstring.end() to &*somestdstring.begin+somestdstring.size()
...
since dereferencing ....end() is undefined
I realize that most optimizers will do away with the dereference, but some
debugging libraries won't (in particular VC8.0)
[SVN r27549]
2005-03-04 06:52:10 +00:00
Jeff Garland
09fc884f2d
make output of generators have a 2 digit day in all cases
...
[SVN r27488]
2005-02-23 10:07:53 +00:00
Jeff Garland
09bfa592a6
add in the local time tests
...
[SVN r27456]
2005-02-20 22:47:44 +00:00
Jeff Garland
0aab889bfe
fix metroworks and other regressions as a result of multiple definitions of the 1_33_facet_io macro -- in some cases it's defined in the JAMFILE so we don't want to redefine here
...
[SVN r27435]
2005-02-19 22:26:19 +00:00
Jeff Garland
c5d45806bd
Change test to reinit the last variable before the universal_time loop so that failures in some test setups are fixed. Should fix regression errors before 1.33
...
[SVN r27409]
2005-02-17 13:52:25 +00:00
Jeff Garland
965643e13f
Fix problems with gcc 3.4 and 4.x compiles by adding this-> to protected member access
...
[SVN r27405]
2005-02-16 13:04:40 +00:00
Jeff Garland
32d0fd2cd1
make division operator const
...
[SVN r27404]
2005-02-16 13:03:38 +00:00
Jeff Garland
8b48ef6483
changes to support new io facets
...
[SVN r27359]
2005-02-13 20:50:37 +00:00
Jeff Garland
039d89c800
update exceptions for local time code
...
[SVN r27355]
2005-02-13 19:51:27 +00:00
Jeff Garland
bec5356557
add various julian date tests for posix timezones
...
[SVN r27354]
2005-02-13 19:50:25 +00:00
Jeff Garland
7b2035e21f
fix regression failures due to new univ time tests that were added
...
[SVN r27352]
2005-02-13 19:12:42 +00:00
Jeff Garland
f4038f5df4
change the i/o to not be included if pre_133 macro is set
...
[SVN r27351]
2005-02-13 19:11:14 +00:00
Jeff Garland
462c4f4112
change storage for default strings over to individual chars to avoid redefinition problems
...
[SVN r27350]
2005-02-13 19:09:50 +00:00
Jeff Garland
c812fbed5a
remove zone_abbrev function
...
[SVN r27349]
2005-02-13 19:08:51 +00:00
Jeff Garland
f060e8752a
fix errors in compiler config due to bad patch
...
[SVN r27339]
2005-02-13 02:38:32 +00:00
Jeff Garland
8c7d41bd85
fixes for regressions on old compilers after check-in of new facet code
...
[SVN r27309]
2005-02-10 15:17:01 +00:00
Jeff Garland
aadbd5f054
massive doc update for local_time changes
...
[SVN r27002]
2005-02-02 03:05:39 +00:00
Jeff Garland
1981aae5ba
update to jamfile and localization
...
[SVN r27001]
2005-02-02 02:39:19 +00:00
Jeff Garland
1db70c3342
mostly doc updates -- a few minor typedefs and such for local time
...
[SVN r27000]
2005-02-02 02:34:46 +00:00
Jeff Garland
3683b78bd7
add local time examples
...
[SVN r26999]
2005-02-02 02:14:09 +00:00
Jeff Garland
3295744a1a
updated diagram
...
[SVN r26998]
2005-02-02 02:11:00 +00:00
Jeff Garland
f18f2ddeff
add new legacy io file -- fix broken regression tests
...
[SVN r26984]
2005-02-01 03:15:16 +00:00
Jeff Garland
31383c0c8e
series of test changes associated with new facet code
...
[SVN r26941]
2005-01-30 21:04:49 +00:00
Jeff Garland
94de717857
large series of changes associated with revamped facet code
...
[SVN r26940]
2005-01-30 20:58:52 +00:00
Stefan Slapeta
faf814d4e1
check bad leap year from string
...
[SVN r26860]
2005-01-27 11:09:50 +00:00
Stefan Slapeta
d9a4057d06
Added bad leap year test
...
[SVN r26859]
2005-01-27 11:08:55 +00:00
Jeff Garland
a62d8b80c9
fix vc6 failure -- bad scoping rules on that compiler - fix patch
...
[SVN r26841]
2005-01-25 01:29:24 +00:00
Jeff Garland
5783232967
fix vc6 failure -- bad scoping rules on that compiler
...
[SVN r26840]
2005-01-25 01:26:21 +00:00
Jeff Garland
2c22145a5b
changes to build Jamfile to support new i/o facets
...
[SVN r26819]
2005-01-23 15:59:49 +00:00
Jeff Garland
8da8b543ab
updates to enable universal_time for windows platforms
...
[SVN r26812]
2005-01-22 19:16:03 +00:00
Jeff Garland
678e87764f
updates to enable universal_time for windows tests
...
[SVN r26811]
2005-01-22 19:15:38 +00:00
Jeff Garland
fff2e8e38d
add in a universal time extension for gettimeofday clocks
...
[SVN r26805]
2005-01-22 16:33:48 +00:00
Jeff Garland
70ccb62a4c
add in a test to run the universal time extension
...
[SVN r26804]
2005-01-22 16:32:45 +00:00
Jeff Garland
f82a252c95
add full name tests for tz database - part of 11-03 io patchset
...
[SVN r26660]
2005-01-10 04:12:31 +00:00
Jeff Garland
f5fcfac64c
add new local streaming tests -- part of 11-03 io patchset
...
[SVN r26659]
2005-01-10 04:11:33 +00:00
Jeff Garland
021b754074
changes to add local_time io -- 11-03 io patchset
...
[SVN r26658]
2005-01-10 00:29:14 +00:00
Jeff Garland
09b747bb1c
add new tests for local time facet 11-03 IO patchset
...
[SVN r26657]
2005-01-10 00:27:35 +00:00
Jeff Garland
94591c956a
updates for the 11-03 i/o patchset
...
[SVN r26656]
2005-01-10 00:14:09 +00:00
Jeff Garland
5505ebb621
add as part of the 11-03 io patchset
...
[SVN r26655]
2005-01-09 23:24:05 +00:00
Jeff Garland
a3463b52bc
fix for VC7 regression change
...
[SVN r26654]
2005-01-09 23:13:54 +00:00
Jeff Garland
b27dfd4666
add additional tests
...
[SVN r26653]
2005-01-09 23:06:20 +00:00
Jeff Garland
c4ec04ca2a
new local time stuff from 11-03 patchset
...
[SVN r26652]
2005-01-09 22:52:50 +00:00
Jeff Garland
5c85586294
various changes from 11_03_2004 patch set
...
[SVN r26651]
2005-01-09 20:37:36 +00:00
Jeff Garland
dcaf8594e1
first version of operators
...
[SVN r26650]
2005-01-09 20:23:48 +00:00
Jeff Garland
c0c724e6dd
add comment regarding static cast
...
[SVN r26469]
2004-12-07 11:00:12 +00:00
Jeff Garland
389747604e
apply sunpro patch from caleb epstein
...
[SVN r26468]
2004-12-07 10:52:50 +00:00