|
|
|
@1993
|
[1993]
|
10/01/07 20:32:26 |
nahi |
* (merged from branches/1_5: -r1989:1992)
* simpleRestriction + … |
|
|
|
@1921
|
[1921]
|
08/25/07 00:52:30 |
nahi |
* added NestedException?.
* let MappingError? be a NestedException? and show … |
|
|
|
@1919
|
[1919]
|
08/23/07 21:01:27 |
nahi |
* should allow durations lower than a day. Thanks to an anonymous user … |
|
|
|
@1892
|
[1892]
|
07/21/07 12:51:36 |
nahi |
* added classes for rest built-in datatypes of XML Schema Datatypes … |
|
|
|
@1840
|
[1840]
|
06/08/07 15:15:58 |
nahi |
* re-implemented token and language type support. closes #252. |
|
|
|
@1839
|
[1839]
|
06/08/07 13:57:03 |
nahi |
* revert [1776]. I need to pay serious attention to intellectual … |
|
|
|
@1824
|
[1824]
|
06/02/07 00:44:41 |
nahi |
* Copyright notice updated. add '2000-2007' uniformly. |
|
|
|
@1816
|
[1816]
|
05/28/07 23:22:38 |
nahi |
* reverted changeset 1749; new! does not exist in earlier date.rb
* new … |
|
|
|
@1812
|
[1812]
|
05/27/07 11:19:19 |
nahi |
* performance tuning (memory and speed)
* reuse ParseFrame? in … |
|
|
|
@1776
|
[1776]
|
05/15/07 22:34:45 |
nahi |
* added support for token and language. applied a patch with a little … |
|
|
|
@1749
|
[1749]
|
05/02/07 17:12:12 |
nahi |
* avoid to use obsoleted method |
|
|
|
@1726
|
[1726]
|
09/25/06 14:26:30 |
nahi |
do not validate CES by default to avoid consuming memory. let XML … |
|
|
|
@1567
|
[1567]
|
06/05/05 16:29:14 |
nahi |
simplify to_datetime method checking for 1.9. |
|
|
|
@1559
|
[1559]
|
05/22/05 18:14:10 |
nahi |
use Date#start instead of Date#sg which is deprecated. |
|
|
|
@1548
|
[1548]
|
05/12/05 10:15:20 |
nahi |
add tests for #105 and fixed another bug Date.year < 0 handling. closes … |
|
|
|
@1547
|
[1547]
|
05/12/05 03:03:47 |
nahi |
move type-cast code from DateTimeFactory?_ to XSD::*. it's a … |
|
|
|
@1546
|
[1546]
|
05/12/05 02:42:21 |
nahi |
fixes for #105. test should be added. |
|
|
|
@1545
|
[1545]
|
05/11/05 22:05:02 |
nahi |
add tests for #105. closes #105. |
|
|
|
@1543
|
[1543]
|
05/11/05 18:59:26 |
nahi |
private method `hour' called for Date (not DateTime?) mapping. test should … |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1315
|
[1315]
|
08/03/04 15:00:50 |
nahi |
* add xsd derived type support; byte, nonPositiveInteger, … |
|
|
|
@1261
|
[1261]
|
07/03/04 13:31:55 |
nahi |
* extract lexical checking method from value setting method (_set). |
|
|
|
@1195
|
[1195]
|
04/13/04 00:32:58 |
nahi |
* 2 ** -149 can be a Rational when rational module preloaded. |
|
|
|
@1141
|
[1141]
|
12/28/03 11:03:35 |
nahi |
* lib/xsd/datatypes.rb: check the smallest positive non-zero … |
|
|
|
@1072
|
[1072]
|
11/28/03 14:31:20 |
nahi |
* an oldtype man like (v + 0.5).to_i thing... Use Rational#round … |
|
|
|
@1068
|
[1068]
|
11/28/03 14:18:36 |
nahi |
* dateTime precision bug fix (at least, I hope.) bug of soap4r.
… |
|
|
|
@1062
|
[1062]
|
11/27/03 23:16:42 |
nahi |
* Float#to_s uses scientific notation. use sprintf("%.*f", ...) to avoid … |
|
|
|
@1061
|
[1061]
|
11/26/03 22:20:29 |
nahi |
* keep secfrac String part. |
|
|
|
@1058
|
[1058]
|
11/25/03 15:07:45 |
nahi |
* changed license; GPL2 -> Ruby's.
* lib/soap/rpc/driver.rb, … |
|
|
|
@1009
|
[1009]
|
10/11/03 13:52:06 |
nahi |
* DateTime#of? is obsolete. Use DateTime#offset?. |
|
|
|
@1001
|
[1001]
|
10/05/03 12:57:19 |
nahi |
* Rational -> Decimal string bug fix. |
|
|
|
@995
|
[995]
|
10/04/03 00:02:48 |
nahi |
* refactoring. |
|
|
|
@993
|
[993]
|
10/02/03 00:13:26 |
nahi |
* lib/xsd/datatypes.rb(XSDFloat, XSDDouble): add +/- sign explicitly when
… |
|
|
|
@950
|
[950]
|
09/20/03 22:28:58 |
nahi |
* move wsdl/namedElements.rb to xsd/namedelements.
* do not introduce XSD … |
|
|
|
@846
|
[846]
|
08/22/03 00:15:35 |
nahi |
Add xsd module for XML Schema datatype. |