Commit Graph

1161 Commits

Author SHA1 Message Date
Jeff Garland
9d6fedb8e5 fix spelling
[SVN r19496]
2003-08-09 18:22:31 +00:00
Jeff Garland
6f4de9431a update documentation of calculations, especially special value handling
[SVN r19493]
2003-08-09 16:38:21 +00:00
Jeff Garland
3c82684e3e fixes for borland
[SVN r19343]
2003-07-29 14:08:31 +00:00
Jeff Garland
0a86d8e186 additional tests
[SVN r19285]
2003-07-23 16:02:18 +00:00
Jeff Garland
eb04a5c5ae fix MS compiler problems with operators
[SVN r19284]
2003-07-23 15:56:08 +00:00
Jeff Garland
2020482302 remove dividable to fix MS compilers
[SVN r19283]
2003-07-23 15:48:31 +00:00
Jeff Garland
3b778e1a45 add static cast to quiet Borland compiler warning
[SVN r19224]
2003-07-19 21:34:06 +00:00
Jeff Garland
a520d6aedd make sure of integer conversion in when no facet
[SVN r19222]
2003-07-19 21:21:11 +00:00
Jeff Garland
2d0572c6db arithmetic operations updates
[SVN r19218]
2003-07-19 20:39:42 +00:00
Jeff Garland
9cd2a4b039 add dividable and other arithmetic operations fixes
[SVN r19217]
2003-07-19 20:38:15 +00:00
Jeff Garland
43e5728bab add additional arithmetic operator tests
[SVN r19216]
2003-07-19 20:09:31 +00:00
Jeff Garland
09b5b2c11e add more arithmetic operators
[SVN r19215]
2003-07-19 20:08:53 +00:00
Jeff Garland
091a30280f Made exception for day of month out of range clearer
[SVN r18877]
2003-06-27 14:20:52 +00:00
Jeff Garland
7deb6833a7 add additional generator types to gregorian namespace
[SVN r18876]
2003-06-27 14:09:48 +00:00
Jeff Garland
824646c38c add copyright
[SVN r18794]
2003-06-15 14:37:58 +00:00
Jeff Garland
6f4487efdb Apply patch from Synge Todo to support sgi
[SVN r18708]
2003-06-08 20:43:45 +00:00
Beman Dawes
3e78819c59 fix two-phase name lookup problems
[SVN r18567]
2003-05-27 17:50:44 +00:00
Beman Dawes
efe82193b6 fix two-phase name lookup problems
[SVN r18566]
2003-05-27 17:35:33 +00:00
Beman Dawes
c4a58941b2 remove spurious semcolons
[SVN r18565]
2003-05-27 17:22:42 +00:00
Beman Dawes
1eb07c09de remove spurious semcolons
[SVN r18564]
2003-05-27 17:13:20 +00:00
Beman Dawes
fb726c9d59 remove extra semcolons to silence Comeau warnings
[SVN r18563]
2003-05-27 15:17:32 +00:00
Beman Dawes
757f9f3aa7 remove extra semcolons to silence Comeau warnings
[SVN r18562]
2003-05-27 14:57:22 +00:00
Jeff Garland
b3d100de3c updates for is_after, is_before, etc
[SVN r18561]
2003-05-27 14:55:40 +00:00
Guillaume Melquiond
79625f8b11 Remove a 64-bit integer constant and replace it by runtime computations as it is already done in other places of the code
[SVN r18446]
2003-05-19 12:21:46 +00:00
Jeff Garland
d81b8ee85a make integer constructors explicit
[SVN r18329]
2003-04-28 14:30:49 +00:00
Jeff Garland
3703aad2f8 fixes for time duration overflow bug
[SVN r18282]
2003-04-20 17:51:50 +00:00
Jeff Garland
019634b25b added test for long time durations
[SVN r18281]
2003-04-20 17:45:30 +00:00
Jeff Garland
03acae34f9 updates to fix time duration overflow problem
[SVN r18280]
2003-04-20 17:44:02 +00:00
Jeff Garland
c895a85254 add changes file
[SVN r18040]
2003-03-21 12:45:42 +00:00
Jeff Garland
1cf4e79803 add in the greogorian/testperiod.cpp
[SVN r17610]
2003-02-23 21:12:42 +00:00
Jeff Garland
697ade58c7 added test for adjacent, is_before, and is_after
[SVN r17609]
2003-02-23 21:12:18 +00:00
Jeff Garland
f044b1c8cd added some additional calculation interfaces
[SVN r17608]
2003-02-23 21:09:45 +00:00
Jeff Garland
dc8421ffd2 Fix the std abs problem once and for all
[SVN r17530]
2003-02-19 12:25:32 +00:00
Beman Dawes
e7d995e4fe bump _MSC_VER to 7.1 for no abs
[SVN r17511]
2003-02-18 17:17:48 +00:00
Jeff Garland
e195044873 improvements to time duration implementation
[SVN r17458]
2003-02-16 15:20:42 +00:00
Jeff Garland
cc92bc6551 add ten_thousandth
[SVN r17457]
2003-02-16 15:16:20 +00:00
Jeff Garland
7548f78730 Update build option info
[SVN r17387]
2003-02-14 03:43:38 +00:00
Jeff Garland
73b403c934 add change history page
[SVN r17386]
2003-02-14 03:43:19 +00:00
Jeff Garland
ad41658d25 add changes for high precision clock types
[SVN r17378]
2003-02-13 18:44:26 +00:00
Jeff Garland
b6a0023780 add c includes for high precision clock types
[SVN r17377]
2003-02-13 18:39:48 +00:00
Jeff Garland
9ea0c4744b high precision time clock class
[SVN r17375]
2003-02-13 18:38:35 +00:00
Jeff Garland
da173504c1 Additional comments, replace gdtl namespace reference
[SVN r17368]
2003-02-13 16:52:35 +00:00
Jeff Garland
2339d7e99d fix problem in example for seconds
[SVN r17366]
2003-02-13 16:01:22 +00:00
Jeff Garland
4c8f66a151 add coloring for tables
[SVN r17365]
2003-02-13 15:56:35 +00:00
Jeff Garland
32db0c7201 add copyright
[SVN r17364]
2003-02-13 15:53:57 +00:00
Jeff Garland
0d4fba4d15 add copyright
[SVN r17362]
2003-02-13 15:40:56 +00:00
Jeff Garland
540c30f3f0 fix regression error for compilers that don't support operator<<
[SVN r17332]
2003-02-12 17:30:01 +00:00
Jeff Garland
6d3227d5a9 Update to allow traits-based local time adjustment
[SVN r17304]
2003-02-10 13:23:54 +00:00
Jeff Garland
facde48090 static tz traits
[SVN r17300]
2003-02-10 12:43:29 +00:00
Jeff Garland
f7e84f004c add local adjustor test
[SVN r17299]
2003-02-10 12:31:02 +00:00