|
|
|
@1824
|
[1824]
|
06/02/07 00:44:41 |
nahi |
* Copyright notice updated. add '2000-2007' uniformly. |
|
|
|
@1793
|
[1793]
|
05/20/07 18:35:31 |
nahi |
* support only utf-8 encoded input stream. closes #329. |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1352
|
[1352]
|
12/08/04 17:57:28 |
nahi |
* raise RuntimeError? under 1.9 when accessing locked property. still … |
|
|
|
@1283
|
[1283]
|
07/25/04 22:30:48 |
nahi |
* do not eval whole string. \\, \t, \r, \n, \f escaping chars are
… |
|
|
|
@1196
|
[1196]
|
04/13/04 00:34:30 |
nahi |
* loadproperty tries to load given filepath, then search $: to load. |
|
|
|
@1189
|
[1189]
|
04/13/04 00:01:25 |
nahi |
* add SOAP::Property#loadproperty. SOAP::Property.loadproperty just call … |
|
|
|
@1180
|
[1180]
|
02/06/04 23:02:42 |
nahi |
* key freezed in hook proc. |
|
|
|
@1176
|
[1176]
|
01/24/04 09:57:43 |
nahi |
* defined hook is no longer called when a sub key is changed. use
… |
|
|
|
@1174
|
[1174]
|
01/23/04 23:55:59 |
nahi |
* change the key which is passed when executing hook block. String -> … |
|
|
|
@1119
|
[1119]
|
12/22/03 12:56:17 |
nahi |
* lib/soap/property.rb: typo fix. |
|
|
|
@1113
|
[1113]
|
12/19/03 14:36:54 |
nahi |
* lib/soap/property.rb: tail recursion elimination. |
|
|
|
@1112
|
[1112]
|
12/18/03 23:23:21 |
nahi |
* lib/soap/property.rb: add property section.
* … |
|
|
|
@1111
|
[1111]
|
12/18/03 22:45:32 |
nahi |
* lib/soap/property.rb: load property file to existing property tree.
* … |
|
|
|
@1109
|
[1109]
|
12/08/03 23:34:17 |
nahi |
* add methods 'shutdown' and 'status' to SOAP::RPC::StandaloneServer? as … |
|
|
|
@1105
|
[1105]
|
12/05/03 21:53:29 |
nahi |
* read property from file. |
|
|
|
@1103
|
[1103]
|
12/04/03 22:44:09 |
nahi |
* read from file. |
|
|
|
@1101
|
[1101]
|
12/04/03 11:44:22 |
nahi |
* cascading lock. |
|
|
|
@1099
|
[1099]
|
12/04/03 00:11:24 |
nahi |
* include Enumerable.
* add root hook. prop.add_hook { |k, v| ... } |
|
|
|
@1095
|
[1095]
|
12/02/03 11:23:35 |
nahi |
* do not allow deleting key from locked property. |
|
|
|
@1092
|
[1092]
|
12/01/03 23:49:55 |
nahi |
* do not split key from property if locked. |
|
|
|
@1090
|
[1090]
|
12/01/03 21:33:35 |
nahi |
* lock/unlock return self. |
|
|
|
@1088
|
[1088]
|
12/01/03 21:23:25 |
nahi |
* dereference a value(nil) when hooked. |
|
|
|
@1086
|
[1086]
|
12/01/03 14:21:28 |
nahi |
* refactoring: Extract Method. |
|
|
|
@1085
|
[1085]
|
12/01/03 00:25:43 |
nahi |
* add lock/unlock feature: avoid unexpected key reference by typo. |
|
|
|
@1084
|
[1084]
|
11/30/03 22:19:57 |
nahi |
* add keys interface. |
|
|
|
@1083
|
[1083]
|
11/30/03 22:09:30 |
nahi |
* raise friendly message if a key is already defined as a value.
* … |
|
|
|
@1082
|
[1082]
|
11/30/03 21:21:12 |
nahi |
* typo fixed. |
|
|
|
@1081
|
[1081]
|
11/30/03 21:13:02 |
nahi |
* car, *cdr = *ary; Thanks to nobu. |
|
|
|
@1080
|
[1080]
|
11/30/03 20:55:12 |
nahi |
* add hook. not tested.. |
|
|
|
@1079
|
[1079]
|
11/30/03 17:29:06 |
nahi |
* property definition. |