facets 2.2.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/CHANGES +6 -0
  2. data/NOTES +14 -1
  3. data/Rakefile +26 -0
  4. data/demo/bench/general/bench_calls.rb +74 -0
  5. data/demo/bench/general/bench_includes.rb +25 -0
  6. data/demo/bench/general/bench_methods.rb +17 -0
  7. data/demo/bench/general/bench_pathname.rb +24 -0
  8. data/demo/bench/general/bench_range.rb +64 -0
  9. data/demo/bench/general/bench_return.rb +56 -0
  10. data/demo/bench/general/bench_yeild.rb +75 -0
  11. data/lib/{more → class}/facets/association.rb +0 -0
  12. data/lib/{more → class}/facets/autoarray.rb +0 -0
  13. data/lib/{more → class}/facets/basicobject.rb +0 -0
  14. data/lib/{more → class}/facets/buildingblock.rb +0 -44
  15. data/lib/{more → class}/facets/cachedelegator.rb +3 -0
  16. data/lib/{more → class}/facets/coroutine.rb +0 -56
  17. data/lib/{more → class}/facets/dictionary.rb +0 -0
  18. data/lib/{more → class}/facets/downloader.rb +0 -0
  19. data/lib/{more → class}/facets/filelist.rb +0 -0
  20. data/lib/{more → class}/facets/fileshell.rb +0 -0
  21. data/lib/{more → class}/facets/hashbuilder.rb +0 -0
  22. data/lib/{more → class}/facets/heap.rb +0 -0
  23. data/lib/{more → class}/facets/infinity.rb +0 -46
  24. data/lib/{more → class}/facets/interval.rb +0 -0
  25. data/lib/{more → class}/facets/ioredirect.rb +0 -0
  26. data/lib/{more → class}/facets/linkedlist.rb +0 -42
  27. data/lib/{more → class}/facets/lrucache.rb +0 -23
  28. data/lib/{more → class}/facets/minitar.rb +0 -0
  29. data/lib/{more → class}/facets/nackclass.rb +0 -0
  30. data/lib/{more → class}/facets/nullclass.rb +0 -0
  31. data/lib/{more → class}/facets/opencascade.rb +0 -70
  32. data/lib/{more → class}/facets/opencollection.rb +0 -0
  33. data/lib/class/facets/openhash.rb +41 -0
  34. data/lib/{more → class}/facets/openobject.rb +0 -121
  35. data/lib/{more → class}/facets/orderedhash.rb +0 -0
  36. data/lib/{more → class}/facets/pathlist.rb +0 -0
  37. data/lib/{more → class}/facets/pool.rb +0 -0
  38. data/lib/{more → class}/facets/pqueue.rb +0 -0
  39. data/lib/{more → class}/facets/progressbar.rb +0 -0
  40. data/lib/{more → class}/facets/recorder.rb +0 -40
  41. data/lib/{more → class}/facets/reference.rb +0 -0
  42. data/lib/{more → class}/facets/rwdelegator.rb +0 -0
  43. data/lib/{more → class}/facets/semaphore.rb +0 -0
  44. data/lib/{more → class}/facets/syncarray.rb +0 -24
  45. data/lib/{more → class}/facets/synchash.rb +1 -25
  46. data/lib/{more → class}/facets/timer.rb +0 -62
  47. data/lib/{more → class}/facets/tuple.rb +0 -60
  48. data/lib/{more → class}/facets/version.rb +0 -0
  49. data/lib/core/facets/dir/multiglob.rb +20 -5
  50. data/lib/core/facets/enumerable/cartesian.rb +2 -2
  51. data/lib/core/facets/enumerable/combination.rb +9 -1
  52. data/lib/core/facets/kernel/object.rb +1 -1
  53. data/lib/{more → mixin}/facets/binreadable.rb +0 -62
  54. data/lib/{more → mixin}/facets/buildable.rb +0 -48
  55. data/lib/mixin/facets/cloneable.rb +90 -0
  56. data/lib/{more → mixin}/facets/enumerablepass.rb +0 -81
  57. data/lib/{more → mixin}/facets/expirable.rb +0 -0
  58. data/lib/{more → mixin}/facets/fileable.rb +0 -0
  59. data/lib/{more → mixin}/facets/instantiable.rb +0 -30
  60. data/lib/{more → mixin}/facets/multiton.rb +0 -0
  61. data/lib/{more → mixin}/facets/registerable.rb +0 -0
  62. data/lib/mixin/facets/tasksystem.rb +350 -0
  63. data/lib/{more → mixin}/facets/uninheritable.rb +1 -39
  64. data/lib/{more → mixin}/facets/validation.rb +0 -0
  65. data/lib/more/facets/arguments.rb +0 -66
  66. data/lib/more/facets/attributes.rb +0 -35
  67. data/lib/more/facets/bbcode.rb +1 -31
  68. data/lib/more/facets/bytes.rb +0 -80
  69. data/lib/more/facets/class_extension.rb +0 -66
  70. data/lib/more/facets/classmethods.rb +0 -64
  71. data/lib/more/facets/compare_on.rb +0 -52
  72. data/lib/more/facets/curry.rb +0 -29
  73. data/lib/more/facets/cut.rb +0 -27
  74. data/lib/more/facets/date.rb +0 -54
  75. data/lib/more/facets/dependency.rb +0 -70
  76. data/lib/more/facets/elementor.rb +0 -67
  77. data/lib/more/facets/getoptlong.rb +0 -30
  78. data/lib/more/facets/{hash_keyize.rb → hash/keyize.rb} +0 -0
  79. data/lib/more/facets/inheritor.rb +0 -150
  80. data/lib/more/facets/instantise.rb +0 -41
  81. data/lib/more/facets/let.rb +0 -20
  82. data/lib/more/facets/memoize.rb +0 -45
  83. data/lib/more/facets/multipliers.rb +0 -110
  84. data/lib/more/facets/ostruct.rb +0 -124
  85. data/lib/more/facets/random.rb +0 -153
  86. data/lib/more/facets/rbconfig.rb +55 -0
  87. data/lib/more/facets/set.rb +27 -0
  88. data/lib/more/facets/snapshot.rb +0 -30
  89. data/lib/more/facets/stylize.rb +0 -147
  90. data/lib/more/facets/times.rb +0 -98
  91. data/lib/more/facets/tracepoint.rb +194 -0
  92. data/lib/more/facets/typecast.rb +0 -63
  93. data/lib/more/facets/ziputils.rb +7 -0
  94. data/log/Changelog-0.txt +239 -0
  95. data/log/Changelog-1.txt +450 -0
  96. data/log/Changelog.txt +841 -0
  97. data/log/Fixme.txt +18 -0
  98. data/log/Testlog.txt +188 -0
  99. data/log/Todo.txt +326 -0
  100. data/meta/MANIFEST +1 -1
  101. data/meta/VERSION +1 -0
  102. data/meta/authors +48 -0
  103. data/meta/description +8 -0
  104. data/meta/project.yaml +11 -5
  105. data/task/install +4 -2
  106. data/task/rdoc +5 -0
  107. data/task/test +40 -0
  108. data/test/{unit → class}/test_association.rb +0 -0
  109. data/test/{unit → class}/test_autoarray.rb +0 -0
  110. data/test/{unit → class}/test_basicobject.rb +0 -0
  111. data/test/{unit → class}/test_buildingblock.rb +1 -0
  112. data/test/{unit → class}/test_coroutine.rb +0 -0
  113. data/test/{unit → class}/test_dictionary.rb +0 -0
  114. data/test/{unit → class}/test_infinity.rb +0 -0
  115. data/test/{unit → class}/test_interval.rb +0 -0
  116. data/test/{unit → class}/test_linkedlist.rb +1 -1
  117. data/test/{unit → class}/test_lrucache.rb +3 -0
  118. data/test/{unit → class}/test_opencascade.rb +0 -0
  119. data/test/{unit → class}/test_openobject.rb +0 -0
  120. data/test/{unit → class}/test_recorder.rb +0 -1
  121. data/test/{unit → class}/test_syncarray.rb +2 -4
  122. data/test/{unit → class}/test_synchash.rb +2 -4
  123. data/test/{unit → class}/test_timer.rb +0 -1
  124. data/test/{unit → class}/test_tuple.rb +0 -0
  125. data/test/{unit → core}/array/test_delete.rb +0 -0
  126. data/test/{unit → core}/array/test_indexable.rb +0 -0
  127. data/test/{unit → core}/array/test_merge.rb +0 -0
  128. data/test/{unit → core}/array/test_only.rb +0 -0
  129. data/test/{unit → core}/array/test_pad.rb +0 -0
  130. data/test/{unit → core}/array/test_rotate.rb +0 -0
  131. data/test/{unit → core}/array/test_select.rb +0 -0
  132. data/test/{unit → core}/array/test_stackable.rb +0 -0
  133. data/test/{unit/binding/test_cflow.rb → core/binding/test_caller.rb} +2 -2
  134. data/test/{unit → core}/binding/test_defined.rb +0 -0
  135. data/test/{unit → core}/binding/test_eval.rb +0 -0
  136. data/test/{unit → core}/binding/test_here.rb +0 -0
  137. data/test/{unit → core}/binding/test_self.rb +0 -0
  138. data/test/{unit → core}/binding/test_vars.rb +0 -0
  139. data/test/{unit → core}/class/test_descendents.rb +0 -0
  140. data/test/{unit → core}/class/test_initializer.rb +0 -0
  141. data/test/{unit → core}/class/test_remove_descendents.rb +0 -0
  142. data/test/{unit → core}/comparable/test_bound.rb +0 -0
  143. data/test/{unit → core}/comparable/test_cmp.rb +0 -0
  144. data/test/{unit → core}/dir/test_parent.rb +0 -0
  145. data/test/{unit → core}/dir/test_recurse.rb +0 -0
  146. data/test/{unit → core}/dir/test_traverse.rb +0 -0
  147. data/test/{unit → core}/enumerable/test_cartesian.rb +0 -0
  148. data/test/{unit → core}/enumerable/test_collect.rb +0 -0
  149. data/test/{unit → core}/enumerable/test_combination.rb +0 -0
  150. data/test/{unit → core}/enumerable/test_count.rb +0 -0
  151. data/test/{unit → core}/enumerable/test_each.rb +0 -0
  152. data/test/{unit → core}/enumerable/test_mash.rb +0 -0
  153. data/test/{unit → core}/enumerable/test_permutation.rb +0 -0
  154. data/test/{unit → core}/enumerable/test_probability.rb +0 -0
  155. data/test/{unit → core}/enumerable/test_split.rb +0 -0
  156. data/test/{unit → core}/exception/test_detail.rb +0 -0
  157. data/test/{unit → core}/file/test_null.rb +0 -0
  158. data/test/{unit → core}/file/test_read.rb +0 -0
  159. data/test/{unit → core}/file/test_sanitize.rb +0 -0
  160. data/test/{unit → core}/file/test_split_all.rb +0 -0
  161. data/test/{unit → core}/file/test_write.rb +0 -0
  162. data/test/{unit → core}/filetest/test_root.rb +0 -0
  163. data/test/{unit → core}/hash/test_alias.rb +0 -0
  164. data/test/{unit → core}/hash/test_at.rb +0 -0
  165. data/test/{unit → core}/hash/test_autonew.rb +0 -0
  166. data/test/core/hash/test_collate.rb +33 -0
  167. data/test/{unit → core}/hash/test_delete.rb +0 -0
  168. data/test/{unit → core}/hash/test_each_with_key.rb +0 -0
  169. data/test/{unit → core}/hash/test_has_keys.rb +0 -0
  170. data/test/{unit → core}/hash/test_insert.rb +0 -0
  171. data/test/{unit → core}/hash/test_inverse.rb +0 -0
  172. data/test/{unit → core}/hash/test_op.rb +0 -0
  173. data/test/{unit → core}/hash/test_rekey.rb +0 -0
  174. data/test/{unit → core}/hash/test_reverse_merge.rb +0 -0
  175. data/test/{unit → core}/hash/test_select.rb +0 -0
  176. data/test/{unit → core}/hash/test_swap.rb +0 -0
  177. data/test/{unit → core}/hash/test_traverse.rb +0 -0
  178. data/test/{unit → core}/hash/test_update.rb +0 -0
  179. data/test/{unit → core}/hash/test_weave.rb +0 -0
  180. data/test/{unit → core}/hash/test_zipnew.rb +0 -0
  181. data/test/{unit → core}/integer/test_bitmask.rb +0 -0
  182. data/test/{unit → core}/integer/test_factorial.rb +0 -0
  183. data/test/{unit → core}/integer/test_multiple.rb +0 -0
  184. data/test/{unit → core}/integer/test_of.rb +0 -0
  185. data/test/{unit → core}/kernel/test_callstack.rb +0 -0
  186. data/test/{unit → core}/kernel/test_constant.rb +0 -0
  187. data/test/{unit → core}/kernel/test_deepcopy.rb +0 -0
  188. data/test/{unit → core}/kernel/test_instance.rb +0 -0
  189. data/test/{unit → core}/kernel/test_metaid.rb +0 -0
  190. data/test/{unit → core}/kernel/test_object.rb +1 -1
  191. data/test/{unit → core}/kernel/test_populate.rb +0 -0
  192. data/test/{unit → core}/kernel/test_report.rb +0 -0
  193. data/test/{unit → core}/kernel/test_returning.rb +0 -0
  194. data/test/{unit → core}/kernel/test_silence.rb +0 -0
  195. data/test/{unit → core}/kernel/test_super.rb +0 -0
  196. data/test/{unit → core}/kernel/test_tap.rb +0 -0
  197. data/test/{unit → core}/kernel/test_val.rb +0 -0
  198. data/test/{unit → core}/kernel/test_withattr.rb +0 -0
  199. data/test/{unit → core}/matchdata/test_match.rb +0 -0
  200. data/test/{unit → core}/matchdata/test_matchset.rb +0 -0
  201. data/test/{unit → core}/module/test_abstract.rb +0 -0
  202. data/test/{unit → core}/module/test_alias.rb +0 -0
  203. data/test/{unit → core}/module/test_cattr.rb +0 -0
  204. data/test/{unit → core}/module/test_clone.rb +0 -0
  205. data/test/{unit → core}/module/test_include.rb +0 -0
  206. data/test/{unit → core}/module/test_modify.rb +0 -0
  207. data/test/{unit → core}/module/test_name.rb +0 -0
  208. data/test/{unit → core}/module/test_traits.rb +0 -0
  209. data/test/{unit → core}/numeric/test_round.rb +0 -0
  210. data/test/{unit → core}/proc/test_bind.rb +0 -0
  211. data/test/{unit → core}/proc/test_compose.rb +0 -0
  212. data/test/{unit → core}/range/test_combine.rb +0 -0
  213. data/test/{unit → core}/range/test_overlap.rb +0 -0
  214. data/test/{unit → core}/regexp/test_arity.rb +0 -0
  215. data/test/{unit → core}/string/test_align.rb +0 -0
  216. data/test/{unit → core}/string/test_blank.rb +0 -0
  217. data/test/{unit → core}/string/test_bracket.rb +0 -0
  218. data/test/{unit → core}/string/test_case.rb +0 -0
  219. data/test/{unit → core}/string/test_crypt.rb +0 -0
  220. data/test/{unit → core}/string/test_filter.rb +0 -0
  221. data/test/{unit → core}/string/test_indexable.rb +0 -0
  222. data/test/{unit → core}/string/test_interpolate.rb +0 -0
  223. data/test/{unit → core}/string/test_natcmp.rb +0 -0
  224. data/test/{unit → core}/string/test_nchar.rb +0 -0
  225. data/test/{unit → core}/string/test_op.rb +0 -0
  226. data/test/{unit → core}/string/test_partitions.rb +0 -0
  227. data/test/{unit → core}/string/test_range.rb +0 -0
  228. data/test/{unit → core}/string/test_regesc.rb +0 -0
  229. data/test/{unit → core}/string/test_scan.rb +0 -0
  230. data/test/{unit → core}/string/test_stackable.rb +0 -0
  231. data/test/{unit → core}/string/test_tabs.rb +0 -0
  232. data/test/{unit → core}/string/test_wrap.rb +0 -0
  233. data/test/{unit → core}/symbol/test_chomp.rb +0 -0
  234. data/test/{unit → core}/symbol/test_generate.rb +0 -0
  235. data/test/{unit → core}/symbol/test_not.rb +0 -0
  236. data/test/{unit → core}/symbol/test_shadow.rb +0 -0
  237. data/test/{unit → core}/symbol/test_succ.rb +0 -0
  238. data/test/{unit → core}/symbol/test_to_proc.rb +0 -0
  239. data/test/{unit → core}/test_1stclassmethod.rb +0 -0
  240. data/test/{unit → core}/test_boolean.rb +0 -0
  241. data/test/{unit → core}/test_conversion.rb +0 -0
  242. data/test/{unit → core}/test_functor.rb +0 -0
  243. data/test/{unit → core}/time/test_change.rb +0 -0
  244. data/test/{unit → core}/time/test_elapse.rb +0 -0
  245. data/test/{unit → core}/time/test_stamp.rb +0 -0
  246. data/test/{unit → mixin}/test_binreadable.rb +0 -0
  247. data/test/{unit → mixin}/test_buildable.rb +1 -0
  248. data/test/mixin/test_cloneable.rb +41 -0
  249. data/test/{unit → mixin}/test_enumerablepass.rb +0 -0
  250. data/test/{unit → mixin}/test_instantiable.rb +2 -1
  251. data/test/{unit → mixin}/test_multiton.rb +0 -0
  252. data/test/{unit → mixin}/test_uninheritable.rb +1 -2
  253. data/test/{unit → more/hash}/test_keyize.rb +1 -1
  254. data/test/{unit → more}/test_advice.rb +0 -0
  255. data/test/{unit → more}/test_annotations.rb +0 -0
  256. data/test/{unit → more}/test_ansicode.rb +0 -0
  257. data/test/{unit → more}/test_aop.rb +0 -0
  258. data/test/{unit → more}/test_arguments.rb +1 -0
  259. data/test/{unit → more}/test_attributes.rb +2 -2
  260. data/test/{unit → more}/test_bbcode.rb +1 -0
  261. data/test/{unit → more}/test_bytes.rb +1 -0
  262. data/test/{unit → more}/test_class_extension.rb +2 -1
  263. data/test/{unit → more}/test_classmethods.rb +2 -1
  264. data/test/{unit → more}/test_compare_on.rb +0 -1
  265. data/test/{unit → more}/test_continuation.rb +0 -0
  266. data/test/{unit → more}/test_crypt.rb +0 -0
  267. data/test/{unit → more}/test_curry.rb +1 -0
  268. data/test/{unit → more}/test_cut.rb +2 -1
  269. data/test/{unit → more}/test_date.rb +1 -1
  270. data/test/{unit → more}/test_dependency.rb +2 -2
  271. data/test/{unit → more}/test_elementor.rb +1 -1
  272. data/test/{unit → more}/test_getoptlong.rb +1 -0
  273. data/test/{unit → more}/test_inheritor.rb +1 -1
  274. data/test/{unit → more}/test_instantise.rb +2 -1
  275. data/test/{unit → more}/test_interface.rb +0 -0
  276. data/test/{unit → more}/test_let.rb +0 -1
  277. data/test/{unit → more}/test_memoize.rb +2 -3
  278. data/test/{unit → more}/test_multipliers.rb +1 -1
  279. data/test/{unit → more}/test_namespace.rb +0 -0
  280. data/test/{unit → more}/test_ostruct.rb +0 -0
  281. data/test/{unit → more}/test_overload.rb +0 -0
  282. data/test/{unit → more}/test_paramix.rb +0 -0
  283. data/test/{unit → more}/test_prototype.rb +0 -0
  284. data/test/more/test_random.rb +146 -0
  285. data/test/{unit → more}/test_snapshot.rb +0 -3
  286. data/test/{unit → more}/test_stylize.rb +1 -2
  287. data/test/{unit → more}/test_thread.rb +0 -0
  288. data/test/{unit → more}/test_times.rb +2 -2
  289. data/test/{unit → more}/test_typecast.rb +0 -3
  290. metadata +1117 -1098
  291. data/lib/more/facets/cloneable.rb +0 -75
  292. data/log/changelog.txt +0 -0
  293. data/meta/facets.roll +0 -4
  294. data/meta/google_ad.html +0 -15
  295. data/meta/icli.yaml +0 -17
  296. data/task/changes +0 -29
  297. data/task/clean +0 -17
  298. data/task/clobber/package +0 -10
  299. data/task/log +0 -17
  300. data/task/prepare +0 -7
  301. data/task/publish +0 -43
  302. data/task/release +0 -10
  303. data/task/stamp +0 -33
  304. data/task/stats +0 -138
  305. data/task/test/cross +0 -309
  306. data/task/test/each +0 -42
  307. data/task/test/load +0 -30
  308. data/task/test/pairs +0 -50
  309. data/task/test/solo +0 -294
  310. data/task/test/syntax +0 -31
  311. data/task/test/whole +0 -34
  312. data/test/unit/hash/test_collate.rb +0 -31
  313. data/test/unit/test_random.rb +0 -149
@@ -0,0 +1,841 @@
1
+ = Subversion Changelog
2
+
3
+ == 2008-02-18 transami
4
+
5
+ * Added options back into multiglob_r. (631)
6
+ * Fixed bug in multiglob_r so it will NOT follow symlinks. (630)
7
+ * Moved work/reference to work/ref. (629)
8
+ * Moved work/current to new (can you tell I have a new naming scheme for work/?) (628)
9
+ * Moved work/outdated to old. (627)
10
+ * Added some outdated tasks to work. Will eventually delete. (626)
11
+
12
+ == 2008-02-11 transami
13
+
14
+ * Moved doc/ to site/. (625)
15
+ * Added remaining doc files. (624)
16
+ * Converted website to XML. (623)
17
+
18
+ == 2008-02-10 transami
19
+
20
+ * Automated learn and quick doc menus. (622)
21
+
22
+ == 2008-02-09 transami
23
+
24
+ * Convert website from html to xml. (621)
25
+ * Finishing touches for next release. (620)
26
+ * Saved old rdoc script. (619)
27
+
28
+ == 2008-02-06 transami
29
+
30
+ * Updates to tests as embedded tests are no more. (618)
31
+ * Finally completed removal of all embedded tests. (617)
32
+ * Organized tests according to new lib organization. (616)
33
+ * Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion. (615)
34
+
35
+ == 2008-02-05 transami
36
+
37
+ * Working on end-user tasks. (614)
38
+ * Added work/outdated/task. (613)
39
+ * Updated the way rdocs are generated. (612)
40
+ * Organized all libs between core, more, class and mixin. (611)
41
+ * Moved class libraries to lib/class/facets. (610)
42
+ * Added lib/class. (609)
43
+ * Added tasksystem.rb. (608)
44
+ * Remove some admin task files no longer needed thanks to Reap. (607)
45
+ * Move admin/ to work/outdated. We'll be using reap instead. (606)
46
+ * Moved meta/facets.roll to .roll.
47
+ * This is related to an update of Rolls...
48
+ * It's better to have good SOC here regardless of some metadata redundancy. (605)
49
+ * Added meta/authors. (604)
50
+ * Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design. (603)
51
+ * Updaed reap config and removed icli.yaml. (602)
52
+ * Added doc/ads directory. (601)
53
+ * Removed dev/ directory. (600)
54
+ * Moved remaining dev files to work/ (will cleanup later). (599)
55
+ * Moved dev/sandbox to work/. (598)
56
+ * Moved dev/task and reference material to work directory. (597)
57
+ * Moved outdated dev libs to work. (596)
58
+ * Moved current dev to work directory. (595)
59
+ * Update to admin/tasks. (594)
60
+ * Update to project file. (593)
61
+ * Added enumerable/combinations. (592)
62
+ * Added openhash and tracepoint. (591)
63
+ * Added work directory. (590)
64
+ * Added some development scraps, plan to move dev/ to work/. (589)
65
+
66
+ == 2008-01-19 transami
67
+
68
+ * Remove admin/log. (588)
69
+ * Convert changelog to pure ruby. (587)
70
+ * Remove admin/svn subdir. (586)
71
+ * Organize admin tasks better. (585)
72
+ * Add admin tasks. (584)
73
+ * Moved admin tasks to admin directory. (583)
74
+ * Added admin directory. (582)
75
+ * Removed task/doc subdir. (581)
76
+ * Moved some tasks. (580)
77
+ * Convert tasks to pure ruby. (579)
78
+
79
+ == 2008-01-16 transami
80
+
81
+ * Move test/unit to test/core. (578)
82
+ * Moved remaining more test to test/more. (577)
83
+ * Added test/more/hash directory. (576)
84
+ * Moved more tests to test/more directory. (575)
85
+ * Added test/more. (574)
86
+ * Fixed test_keyize.rb. (573)
87
+ * binding/test_cflow renamed to test_caller (572)
88
+
89
+ == 2008-01-09 transami
90
+
91
+ * Added test for new hash/collate. (571)
92
+ * Added demo benchmarks. (570)
93
+ * Update publish task. (569)
94
+ * Update quick.html and wiki code. (568)
95
+ * Added TODO to toplevel. (567)
96
+ * Added a couple of missing binding requires to repo. (566)
97
+ * Moved More lib hash_keyize.rb to hash/keyize.rb. (565)
98
+
99
+ == 2007-12-30 transami
100
+
101
+ * Move source_material to just source. (564)
102
+
103
+ == 2007-12-28 transami
104
+
105
+ * ANd so it goes with work reorganization. (563)
106
+
107
+ == 2007-12-27 transami
108
+
109
+ * Moved dev/play to dev/sandbox. (562)
110
+ * Further reorganiztion of work area. (561)
111
+ * Some reorganization of developemnt area. (560)
112
+
113
+ == 2007-12-22 transami
114
+
115
+ * Moved doc/wiki to apiwiki b/c of Rubyforge's wiki. (559)
116
+ * Removed doc/api dir. (558)
117
+ * Added wiki. (557)
118
+ * Prepare for 2.2.1 release. (556)
119
+ * Update per-module/class files. (555)
120
+ * Moved binding/cflow.rb to caller.rb. (554)
121
+ * Fixed up binding extensions. (553)
122
+ * Update tests and prepare for next version. (552)
123
+ * Ditto. (551)
124
+ * Renamed a couple test tasks. (550)
125
+
126
+ == 2007-12-21 transami
127
+
128
+ * Moved methods and groups task to trash. (549)
129
+ * Moved core hash/keyize to more. (548)
130
+ * Added test class/remove_descendents.rb. (547)
131
+ * Added all remaining per-method require libs from methods/ --will need to wrok through these over time. (546)
132
+ * Added trash work directory. (545)
133
+ * Adjust text according to per-method file changes. (544)
134
+
135
+ == 2007-12-20 transami
136
+
137
+ * All hash method, but the conversion methods, are now rpresented in core/facets/hash. (543)
138
+ * Added a few more Hash per-method files. (542)
139
+ * Add per-method libs for hash. (541)
140
+ * Updated facets/string.rb. (540)
141
+ * Moved string/format.rb to string/wrap.rb. (539)
142
+ * Updated String#brief. (538)
143
+
144
+ == 2007-12-17 transami
145
+
146
+ * Renamed ROLLRC to facets.roll. (535)
147
+
148
+ == 2007-12-13 transami
149
+
150
+ * Fixed project.yaml summary. (534)
151
+ * Update AUTHORS list. (533)
152
+ * Update release notes. (532)
153
+ * Update CHANGES for 2.2.0. (531)
154
+ * VERSION 2.2.0 (530)
155
+ * Added some missing tests dur to recent separations. (529)
156
+ * Minor update to test/general. (528)
157
+ * Updated tests to reflect recent changes. (527)
158
+ * Fixed test for continuation and removed test for pp_s.rb. (526)
159
+ * Move task/docpkg to task/doc/zip. (525)
160
+ * Moved task/config.yaml to meta/ per new Ratch. (524)
161
+ * Moved task/special to task/doc. (523)
162
+ * Minor updates to test and install tasks. (522)
163
+ * Updated todo list (in dev/). (521)
164
+ * Copied log/history.rd to CHANGES. (520)
165
+ * Removed log/history.rd and log/todo.rd (519)
166
+ * Fixed stylize.rb for use with 1.9 (fixed case statement). (518)
167
+ * Separated kernel/returning, now that #tap will be in 1.9. (517)
168
+ * Updated facets.rb for use with 1.9. (516)
169
+ * Separated time/stamp.rb. (515)
170
+ * Divided binding up into a few more pieces. (514)
171
+ * Fixed kernel/instance to play nice with 1.9. (513)
172
+ * Added test for string/op.rb. (512)
173
+
174
+ == 2007-12-12 transami
175
+
176
+ * Renamed accessor #attributes to #instance_attributes. (511)
177
+
178
+ == 2007-12-10 transami
179
+
180
+ * Removed continuation from core. (510)
181
+ * Removed pp_s.rb (use pretty_inspect) add continuation.rb. (509)
182
+ * Documentaiton improvements and moved continuation extension to more lib. (508)
183
+ * Added 1.9 check in continuation/create.rb. (507)
184
+ * Added op.rb to string.rb. (506)
185
+ * Added String/op.rb with String#- method. (505)
186
+
187
+ == 2007-12-09 transami
188
+
189
+ * Minor edit to basicobject.rb in light of 1.9. (504)
190
+ * Minor adjustments to lazy.rb to fix warnings by Ruby 1.9. (503)
191
+ * Added Matthew Harris' Duration class. (502)
192
+ * Added Hash#slice and Hash#except (didn't we have this before?) (501)
193
+
194
+ == 2007-12-05 transami
195
+
196
+ * Minor adjust to website. (500)
197
+
198
+ == 2007-12-04 transami
199
+
200
+ * Improved on tests in relation to doc work. (499)
201
+ * Handled some minor bugs found while documenting. (498)
202
+ * Mode doc improvements. (497)
203
+
204
+ == 2007-12-02 transami
205
+
206
+ * Add a couple new task for rdoc gen. (496)
207
+ * Added nbsp to quickopts task. (495)
208
+ * Website updates. (494)
209
+ * Work on website using siteparts. (493)
210
+ * Added registerable.rb, updated history. (492)
211
+ * Added #include_as to facets/namespace.rb. (491)
212
+ * Cleanup test hearders. (490)
213
+ * Rdoc improvements. (489)
214
+
215
+ == 2007-12-01 transami
216
+
217
+ * Removed test for kernel/require_esc.rb (488)
218
+ * Remove kernel/require_esc.rb. (487)
219
+ * Updated integer docs. (486)
220
+ * Updates to kernel test headers. (485)
221
+ * Documentation updates to kernel extensions. (484)
222
+
223
+ == 2007-11-30 transami
224
+
225
+ * Update docs continued. (483)
226
+ * Update hash test headers. (482)
227
+ * Updated hash extension docs. (481)
228
+ * Updated docs. (480)
229
+ * Added some missing tests. (479)
230
+ * Continued docs update. (478)
231
+ * Update docs. (477)
232
+ * Added test_collect.rb split-offs and test_mash inplace of test_collate. (476)
233
+ * Updated lots of test headers. (475)
234
+ * Renamed Enumerable #collate to #mash. (old name, along with graph, will be an alias for time being) (474)
235
+ * Lots of doc updates. (473)
236
+ * Updated documentation for array extensions. (472)
237
+ * Updated AUTHORS. (471)
238
+ * Divided enumerable/collect into split.rb and each.rb as well. (470)
239
+ * Moved mapsend.rb to thread.rb. (469)
240
+ * Updated mapsend.rb to focus on threads. (468)
241
+
242
+ == 2007-11-28 transami
243
+
244
+ * VERSION 2.1.3 (467)
245
+ * Fixed bug is test/load. (466)
246
+ * Array#to_h used flatten, but it needs to be flatten(1). (465)
247
+ * Doc updates. (464)
248
+ * Fixed minor issue with collate. (463)
249
+ * Cleaned-up tests headers. (462)
250
+
251
+ == 2007-11-27 transami
252
+
253
+ * Fixed bug with main.rb <=> facets.rb. (461)
254
+ * Move core/main.rb back to core/facets.rb as it conflicts with lib in more/. (460)
255
+
256
+ == 2007-11-22 transami
257
+
258
+ * Updated manifest. (459)
259
+ * Remove task/config directory. (458)
260
+ * Added some missing tests to repo. (457)
261
+ * Added some missing tasks to repo. (456)
262
+ * Added some missing dev files (many of these can be deleted actually). (455)
263
+ * Added some missing files from repo. (454)
264
+ * Added log files. (453)
265
+ * Touch-up before release. (452)
266
+ * Update to metadata. (451)
267
+ * VERSION 2.1.2 (450)
268
+ * Renamed core/facets/facets.rb to main.rb (Rolls default). (449)
269
+ * Added copyright notice to COPYING file. (448)
270
+ * Renamed LICENSE to COPYING according to offical GPL policy. (447)
271
+ * Touch-up to logger.rb. (446)
272
+ * Added exception#details. (445)
273
+ * Move all test scripts to task/test/. (444)
274
+ * Added test subdir. (443)
275
+ * Prepare to make a test task subdir. (442)
276
+ * Continued fixes to metadata. (441)
277
+ * Fixes to metadata. (440)
278
+ * Added setup task. (439)
279
+
280
+ == 2007-11-17 transami
281
+
282
+ * Prepare for version 2.1.1 (438)
283
+
284
+ == 2007-11-16 transami
285
+
286
+ * Removed debug code. (437)
287
+ * Fixed options bug in command.rb (436)
288
+
289
+ == 2007-11-15 transami
290
+
291
+ * Moved nilclass/ergo to kernel/ergo. (435)
292
+ * Update Kernel#ergo. (434)
293
+ * Added missing libs. (433)
294
+ * Added pp_s.rb (Questionable addition, but we'll leave it for now.) (432)
295
+ * Added validation.rb. This is here for Nitro's sake --better techinques may replace it in the future. (431)
296
+ * Removed tracepoint.rb --now part of Ratchets project. (430)
297
+ * Added Console::Logger to logger.rb (may be separated in future). (429)
298
+ * Added option arity to command.rb. (428)
299
+
300
+ == 2007-11-10 transami
301
+
302
+ * Update to prepare task. manifest interface is better now ;) (426)
303
+ * Added UniversalOptions module. (425)
304
+ * Fixed minor bug in arguments.rb that prevented proper repeat parameters. (424)
305
+ * Removed extraneous symbol marks (:). (423)
306
+ * Fixed bug in to_console. (422)
307
+ * Adjustment to docs. (421)
308
+ * Some task improvements. (420)
309
+ * Moved common alias methods from attr.rb to alias.rb. (419)
310
+ * Added clobber/ tasks. (418)
311
+ * Updated tests. (417)
312
+ * VERSION 2.1.0 (416)
313
+ * MasterCommand now passes (args, opts), until 1.9 is main stream. (415)
314
+ * Added BiCrypt class for simple two-way encryption. (414)
315
+ * Added dev/test (413)
316
+ * Renamed RELEASE to WHATSNEW (412)
317
+ * Added injecting test and cleaned up. (411)
318
+ * Fixed bud in enumerable/cluster_by (returned nil instead of []). (410)
319
+ * Cleaned up enumerable/permutation.rb (409)
320
+
321
+ == 2007-11-09 transami
322
+
323
+ * minor space removal (408)
324
+ * Complete rewrite of command.rb. (407)
325
+ * Added comment for potential future #is. (406)
326
+ * Added "tester" attribues attr_xxx!. Also added alias_xxx for all attr_xxx methods. (405)
327
+ * Added top-level log directory. (404)
328
+
329
+ == 2007-11-08 transami
330
+
331
+ * Added -q option to zip method in ZipUtils. (403)
332
+
333
+ == 2007-11-05 transami
334
+
335
+ * Remove #q reference from RELEASE. (402)
336
+ * Cleanup of test_initializer.rb. (401)
337
+ * VERSION 2.0.5 (400)
338
+ * Fixed return bug in hash/op.rb. (399)
339
+ * Ok. #p is back. This will in fact be in 1.9, so we're good. (398)
340
+ * Allowed Class#initializer to return the attribute names.
341
+ * This should allow things like: 'private *initializer(...)' (397)
342
+
343
+ == 2007-11-04 transami
344
+
345
+ * Added missing (*args) in #initialize on Hash.new. (396)
346
+ * Renamed #p to #q, because of multiple args problem.
347
+ * I don't know how Ruby 1.9 plans to handle multiple args.
348
+ * Will deprecate for 1.9 anyway so doesn't matter much. (395)
349
+ * Fixed package name in icli.yaml. (394)
350
+ * Added name field to meta/icli.yaml. (393)
351
+ * Added meta/icli.yaml. (392)
352
+ * Added a RELEASE file to hold current release notes. (391)
353
+ * Added log task. (390)
354
+ * Added changelog file in doc/log/. (389)
355
+ * Up'd version to 2.0.4. (388)
356
+ * Update task/groups. (387)
357
+ * Fixed to_h in Command::Options (386)
358
+ * Fixed bug in initialize. (385)
359
+
360
+ == 2007-11-03 transami
361
+
362
+ * Removed extest task. We will no longer need it. (384)
363
+ * Fixed bug in Hash#- Thanks to Xavier Shay. (383)
364
+ * Minor update to rdoc.yaml. (382)
365
+ * Renamed old changelogs. (381)
366
+ * Touch up to methods task. (380)
367
+ * Update rsync filter (379)
368
+ * Minor updates fixing issues highlighted by running crosstest. (378)
369
+ * Many minor bug fixes after running against crosstest. (377)
370
+ * Added usage support for __foo options. (376)
371
+ * Fixed a many a test after running against crosstest. (375)
372
+ * Removed load task. It did not isolate the libs, so wasn't effective. (374)
373
+ * Added a number of new tasks. (373)
374
+ * Rename SMTP_TLS to Smtp_tls for Rdocs. (372)
375
+
376
+ == 2007-11-02 transami
377
+
378
+ * Moved rdoc.yaml to config/. (371)
379
+ * moved task/config to task/config/general. (370)
380
+ * Update tasks. (369)
381
+
382
+ == 2007-11-01 transami
383
+
384
+ * Added array/only, symbol/to_proc (where did it go?) and hash/select. (368)
385
+ * Update roll file. (367)
386
+ * Moved test_command_options to test_command. (366)
387
+ * Update dictionary test to check dup and autohash. (365)
388
+
389
+ == 2007-10-31 transami
390
+
391
+ * Fixed autohash and dup bugs. (364)
392
+ * Verbatim support for Rails' version of #alias_method_chain. (363)
393
+ * Remove site/ directory. (362)
394
+ * Moved rsync filter up too. (361)
395
+ * Moved doc/site/ up to doc/. (360)
396
+ * Added javascript directory to doc/. (359)
397
+
398
+ == 2007-10-30 transami
399
+
400
+ * Updates across the board. (358)
401
+ * Updates to stylize and command.rb. (357)
402
+ * Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?) (356)
403
+ * Oh smack. Lots of stuff fixed. (355)
404
+
405
+ == 2007-10-29 transami
406
+
407
+ * Remove version.txt. No longer needed. (354)
408
+ * Removed meta/project.yaml, replaced by facets roll file. (353)
409
+
410
+ == 2007-10-28 transami
411
+
412
+ * Modifications to command.rb, snapshot and rbsystem.
413
+ * Merged command.rb and command_options.rb into command.rb.
414
+ * Added to_data aliases to snapshot.rb
415
+ * Minor additions to rbsystem. Rather than System, maybe Ruby? (352)
416
+
417
+ == 2007-10-27 transami
418
+
419
+ * Removed embedded test from overload.rb. (351)
420
+ * Allow OpenStruct#initialize to take a setter block. (350)
421
+ * Downloader needs 'wb' flag rather then just 'w'. (349)
422
+ * Fixed typo and removed embedded test. (348)
423
+ * Fixed bug in command_options.rb, putting the class back in the Console namespace. (347)
424
+
425
+ == 2007-10-17 transami
426
+
427
+ * improved module/traits.rb (346)
428
+
429
+ == 2007-10-08 transami
430
+
431
+ * cleaned up some test and updated version to 2.0.2 (345)
432
+ * update methods to eleminate duplicate file names between lib/core and lib/methods (344)
433
+
434
+ == 2007-10-07 transami
435
+
436
+ * doc session - clean up array methods (343)
437
+ * fixed enumerable/test_collect.rb (342)
438
+ * doc update some tasks (341)
439
+ * updated version to 2.0.1 (340)
440
+ * minor bugs fixes (339)
441
+ * update methods task to display each file as it process it (338)
442
+ * added benchmarks for some enumerable methods. (337)
443
+ * moved demo/bench/bench_factorial to an demo/bench/integer subclass (336)
444
+ * added Erik Veenstra to AUHTORS for work on enumerable/group_by and cluster_by (335)
445
+ * minor improvement to test task to specifically read test_*.rb files (334)
446
+ * removed enumerable/partition.rb (333)
447
+ * move enumerable/partition.rb methods to collect.rb. (332)
448
+
449
+ == 2007-10-06 transami
450
+
451
+ * Improved Integer#of. (331)
452
+ * Minor improvements to collect.rb and partition.rb (330)
453
+ * Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by. (329)
454
+ * Rennamed Enumerable#partition_by to group_by (like RUby 1.9) and fixed bug in cluster_by. (328)
455
+ * update quick docs (327)
456
+ * Doc updates (326)
457
+
458
+ == 2007-10-03 transami
459
+
460
+ * Added Oliver Renaud to the AUTHORS list (oops!) (325)
461
+
462
+ == 2007-10-02 transami
463
+
464
+ * update README to not use folded lines (324)
465
+ * spellchecked README (323)
466
+ * update test task and test_aop.rb (322)
467
+ * minor update to meta/project.yaml (321)
468
+ * updates to groups task and methods task and version to 'stable' (320)
469
+ * updated test task to allow 'live' test (319)
470
+ * update AUTHORS (318)
471
+ * update test task and move AUTHORS file to toplevel (317)
472
+ * moved note/ to doc/notes (316)
473
+ * update tasks for core/fore move and moved todo to dev/ (315)
474
+ * moved fore to core (and core to methods) (314)
475
+
476
+ == 2007-09-20 transami
477
+
478
+ * update test and install tasks (313)
479
+ * require fixes to cut.rb and attributes.rb (312)
480
+ * fixed tests for string/nchar and kernel/silence (311)
481
+ * Fixed String#brief in format.rb (310)
482
+
483
+ == 2007-09-13 transami
484
+
485
+ * removed 1stClassMethod from "more" docs (309)
486
+ * removed 1stClassMethod as a rdoc target (now in Core target) (308)
487
+ * update install and rdoc tasks (307)
488
+ * moved string/test_index.rb to string/test_nchar.rb (306)
489
+ * updated indexable tests (305)
490
+ * update string.rb to include string/nchar.rb (304)
491
+ * moved index.rb to nchar.rb (303)
492
+ * clean up string/index.rb (302)
493
+ * moved facets.rb to fore directory (301)
494
+ * add comment to groups task (300)
495
+ * added groups task (299)
496
+ * updated all extrension group files (array.rb, binding.rb, etc.) (298)
497
+
498
+ == 2007-09-12 transami
499
+
500
+ * uncapitalize meta files (297)
501
+ * update methods task a bit more, plus related configuration (296)
502
+ * updated methods task (295)
503
+ * removed lib/core --this is generated content (may be renamed too) (294)
504
+ * added load and stats tasks (293)
505
+ * update install task --this replaces setup b/c of Facets' special install needs (292)
506
+ * update project file (291)
507
+ * removed lib/facets (290)
508
+ * moved remaining libs to fore (will later consider an additional subdivision) (289)
509
+ * move facets/fore to fore/facets (288)
510
+ * move facets/more to more/facets (287)
511
+ * added ;ob/core, more and fore (286)
512
+ * move memorize (285)
513
+
514
+ == 2007-09-10 transami
515
+
516
+ * removed io and net directories (284)
517
+ * moved io/redirect.rb to more/ioredirect.rb and net/smtp_tls.rb and net/uploadutils.rb libs to more too. (283)
518
+ * few more libs moved to more/ directory (282)
519
+ * moved all the most obvious more libs to the more directory (281)
520
+ * moved fore "grouping" libs to fore directory (280)
521
+ * moved "fore" libs to fore directory (279)
522
+ * create for and more directories (yes, you know what's coming ;) (278)
523
+ * renamed remain.rb (was main_as_module.rb) to just main.rb (277)
524
+ * improved rdoc task and project.yaml file (276)
525
+ * better docs for OpenObject (275)
526
+ * improved method hiding (274)
527
+
528
+ == 2007-09-07 transami
529
+
530
+ * documentation touch ups (273)
531
+ * fixes for conversion.rb rather than conversions.rb (272)
532
+ * updated to website docs (271)
533
+ * moved demos to demo/sample (270)
534
+ * added bench and sample dir to demo (269)
535
+
536
+ == 2007-09-06 transami
537
+
538
+ * moved spy.html to light.html (268)
539
+ * menum change to webpage, fixed core doc link (267)
540
+ * moved metadata files to meta/ (info/ or box/ would be better?) (266)
541
+ * updated test_conversion.rb for to_h/to_hash (265)
542
+ * reverse_each instead of each for after advice in advice.rb (264)
543
+ * final fix to to_h/to_hash discrepency (263)
544
+ * added a Path and Root features to Pathname (good idea?) (262)
545
+
546
+ == 2007-09-05 transami
547
+
548
+ * update advice.rb test and moved old cut test to dev/scrap (261)
549
+ * updated advice; removed preinitialize.rb to trinkets project (it was too expiremental) (260)
550
+ * command_filter.rb needs to considered/developed; moved to dev/new/ (259)
551
+ * fixed interface.rb fo singelton methods (258)
552
+ * updates to tests (257)
553
+ * whole lot of small bug fixes (256)
554
+ * add tests to revision control (255)
555
+ * removed old cut test (moved to dev/scrap) (254)
556
+ * working on tests (253)
557
+ * added read.rb (taken from readwrite.rb) (252)
558
+ * split readwrite.rb into read.rb and write.rb (251)
559
+
560
+ == 2007-09-04 transami
561
+
562
+ * remove string/unpack.rb, offset can be had using '@' format instead (250)
563
+ * renamed conversions.rb to conversion.rb, fixed some requires (249)
564
+ * improved attr.rb (248)
565
+ * some cleanup of enumerable extensions (247)
566
+ * setup annotations demo (246)
567
+ * add non-embedded tests (245)
568
+
569
+ == 2007-09-03 transami
570
+
571
+ * finally brough over toadcode prototype.rb and cleaned it up enough to be useful (244)
572
+ * removed annotations subdir (243)
573
+ * moved annotations/ann.rb and attr.rb to annotations.rb and attributes.rb (242)
574
+ * remove annotations.rb (241)
575
+ * moved annotations/settings.rb up a dir (240)
576
+ * remove settings.rb (239)
577
+
578
+ == 2007-09-02 transami
579
+
580
+ * chnaged multiton_id(e) to multiton_id(*e,&b) (238)
581
+ * updated test task (237)
582
+ * added Christoph Rippel to authors lists (236)
583
+ * added doc header to new multiton class (235)
584
+ * update to new version of multiton (234)
585
+ * playing around with multiton2.rb (233)
586
+ * renamed dev/try to dev/new (232)
587
+ * created dev/old to temporarily house old versions of libs that have been replaced. (231)
588
+ * fixed quick.html documentation (230)
589
+ * used old wiki.gif as email.gif instead (229)
590
+ * fixed config.yaml publish entry (228)
591
+ * some minor updates to index.html (227)
592
+ * moved site to doc/site (226)
593
+ * update to publish task (225)
594
+ * updates of tasks (224)
595
+ * added kernel/report.rb to hold debug/warn extensions. (223)
596
+ * renamed reporting.rb to silence.rb (222)
597
+ * update reporting.rb (created report.rb from it) (221)
598
+
599
+ == 2007-09-01 transami
600
+
601
+ * task work (220)
602
+ * clean up dev finis (219)
603
+ * cleanup dev just a bit more (218)
604
+ * continue cleanup of dev directory (217)
605
+ * moved dev/twiki to misc/ (216)
606
+ * removed dev/core (215)
607
+ * moved require_directory.rb to misc/ (214)
608
+ * added dev/misc for code scraps that might be useful but are not straight lib or task code (213)
609
+ * more dev changes (212)
610
+ * organize dev better (211)
611
+ * cleanup of dev continues (210)
612
+ * cleanup of dev dir (209)
613
+ * clean up dev dir more (208)
614
+ * some cleanup of dev directory (207)
615
+ * almost completed advice lib (206)
616
+ * added comment about possible update (205)
617
+ * deprecate instance_send and instance_map (204)
618
+
619
+ == 2007-08-31 transami
620
+
621
+ * work on rdoc task (203)
622
+ * work on rdoc task (202)
623
+ * added dev/cut dir (201)
624
+
625
+ == 2007-08-29 transami
626
+
627
+ * no reason to track .config (200)
628
+ * clean up trunk (199)
629
+ * added todo comment (198)
630
+ * added advice.rb to replace old aspects.rb (197)
631
+ * removed aspects.rb (sucked), added prototype.rb (infancy) and adjusted to class_extension.rb (196)
632
+ * removed #to_roman (now part of the English project) (195)
633
+ * cont. work on aop and cuts (194)
634
+ * fixed IMG tag bug (193)
635
+ * added yaml.rb (192)
636
+ * move #here convenience method to binding/eval (separate?) (191)
637
+ * added in order to remove kernel/misc.rb (190)
638
+ * consolidate string/regesc (189)
639
+ * added module/methods (188)
640
+ * updates to include and attr (187)
641
+
642
+ == 2007-08-28 transami
643
+
644
+ * fixed Range#umbrella (186)
645
+ * more organization of docs (185)
646
+ * orginizing docs (184)
647
+
648
+ == 2007-08-27 transami
649
+
650
+ * update val.rb (183)
651
+ * added proc/fn.rb (from kernel/misc.rb) and fixed typo in compose.rb (182)
652
+ * moved misc.rb to val.rb (181)
653
+ * better organization of some kernel methods (180)
654
+ * moved #here alias to eval.rb (179)
655
+ * minor updates and some bug fixes (modspace what broke) (178)
656
+ * removed file/yaml.rb in favor or just yaml.rb (177)
657
+ * moved this to facets/yaml.rb (176)
658
+
659
+ == 2007-08-25 transami
660
+
661
+ * work on aop system (175)
662
+ * Added aop.rb, and cut.r and recursive.rb (174)
663
+ * moved cut.rb to dev (old version will be deprecated) (173)
664
+ * added to_hash to Dictionary, and minor mods to others (172)
665
+
666
+ == 2007-08-24 transami
667
+
668
+ * oops, no need for enumerator directory (171)
669
+ * moved threaded_send.rb to mapsend.rb (170)
670
+ * moved threaded_send out of enumerable/ dir (169)
671
+ * updates to elementor.rb (168)
672
+ * merged instance_map into threaded_send (167)
673
+ * removed map_send (166)
674
+ * merging map_send with threaded_send (165)
675
+
676
+ == 2007-08-23 transami
677
+
678
+ * cont work on elementwise methods (164)
679
+ * divide elementwise functions betwee two libs (163)
680
+ * uniq.rb is merged into count.rb (162)
681
+ * removed count.rb (uniq.rb will become count.rb) (161)
682
+ * more refinement to enumerable extensions (160)
683
+ * continued refinement of enumerable extensions (159)
684
+ * general improvements to the organization of enumerable extensions (158)
685
+
686
+ == 2007-08-22 transami
687
+
688
+ * moved rake/ back to task/ (157)
689
+ * added a couple of tasks (156)
690
+ * renamed rake files as task file (155)
691
+ * update some tasks (154)
692
+ * moved methods.rake to methods (153)
693
+ * updated methods task to use ratch (152)
694
+ * Okay, were going to use Ratch --heaven help me. (151)
695
+
696
+ == 2007-08-19 transami
697
+
698
+ * removed facets/cli dir (150)
699
+ * moved all cli libs from facets/cli to facets/ (149)
700
+ * removed src/ directory (148)
701
+ * finished cli lib move (147)
702
+ * made dev/cli (146)
703
+ * almost finished integrating cli libs (145)
704
+ * moved cli support files to facets locations (144)
705
+ * moved cli lib to facets main (also modified functor) (143)
706
+ * preparing to move cli libs to facets main (142)
707
+
708
+ == 2007-08-18 transami
709
+
710
+ * renamed hash/reverse to hash/merge (it contains #reverse_merge) (141)
711
+
712
+ == 2007-08-13 transami
713
+
714
+ * updated Project.yaml (140)
715
+ * remove Manifest.txt from repository (139)
716
+ * more and more task work (138)
717
+ * removed info/ and added Project.yaml (137)
718
+ * moved info/ content to top-level (136)
719
+ * more task work (135)
720
+ * removed rake.rake (134)
721
+ * more task work (133)
722
+ * basic tasks are almost ready (132)
723
+ * continued work on rake tasks (131)
724
+
725
+ == 2007-08-12 transami
726
+
727
+ * more work on rake tasks (130)
728
+ * tweak methods.rake (129)
729
+ * cont. improvement of rake tasks (128)
730
+ * added clean.rake (127)
731
+ * more updates to rake tasks (126)
732
+ * got rid of setup in favor of a simply install.rake (125)
733
+ * added a rake support file (124)
734
+ * renamed tasks with *.rb (123)
735
+ * updated tasks to be rake tasks (122)
736
+ * moved methods to methods.rake (121)
737
+ * update methods to be a rake file (120)
738
+ * Will use rake adn be done with it. (119)
739
+
740
+ == 2007-08-11 transami
741
+
742
+ * cont. clean up of metadata (118)
743
+ * clean up of metadata (117)
744
+ * remove instance_intercept (trinket code) (115)
745
+ * continued modification of those tasky tools (114)
746
+ * removed lib/more (this is it!) (113)
747
+ * moved M-Z of more/facets to facets (this is it!) (112)
748
+ * moved A-L of more/facets to facets (this is it!) (111)
749
+
750
+ == 2007-08-10 transami
751
+
752
+ * removed lib/core (this is it!) (110)
753
+ * moved lib/core/facets.rb to lib/facets.rb (this is it!) (109)
754
+ * moved lib/core/facets to lib/facets (this is it!) (108)
755
+ * added file/yaml.rb (107)
756
+ * added a list of libraries considered "core" (106)
757
+ * continued work on build tools (104)
758
+ * change tools for core/more convergence (so help us god!) (103)
759
+ * added conversion requirement to some core libs (102)
760
+ * update methods task (101)
761
+
762
+ == 2007-08-06 transami
763
+
764
+ * update quick.html to mirror rdoc changes --still needs work though (100)
765
+ * remove old rdoc task (99)
766
+ * added rdoc section (minimal) to tool/config.yaml (98)
767
+ * nope. remove site/rdoc (97)
768
+ * add rdoc dir, should we? (96)
769
+ * remove site/rdoc in preperation for new way (95)
770
+ * facets.rb belongs to core/ (94)
771
+ * renamed some doc files (93)
772
+ * removed src/core (92)
773
+ * move src/core/lin to lib/core (91)
774
+ * added kernel/constant (90)
775
+ * remove src/core/web (89)
776
+ * moving more of core to top-level (svn sucks!) (88)
777
+ * moving core support files to top-level (87)
778
+ * removed src/more (86)
779
+ * move src/more/lib to lib/more (85)
780
+ * made lib dir (to replace src) (84)
781
+ * added settings.rb which points to annotations/settings.rb (83)
782
+ * moved svn to annotations/ subdir (82)
783
+ * moved dev files to top-level as part of more transition (81)
784
+ * temporarily removed dev/more (80)
785
+ * moved annotations demo to demo dir (79)
786
+ * added demo folder (78)
787
+ * add dev/more (77)
788
+ * remove struct again! (stupid svn) (76)
789
+ * moved file to top-level doc as part of more transisiton (75)
790
+ * bullshit svn crap (74)
791
+ * ann moved back to more (strongly considering annotations for it's own project) (73)
792
+ * build moved back to more (72)
793
+ * aop moved back to more (71)
794
+ * cast moved back to more (70)
795
+ * crypt moved back to more (69)
796
+ * exts moved back to more (68)
797
+ * file moved back to more (67)
798
+ * meta moved back to more (66)
799
+ * misc moved back to more (65)
800
+ * model moved back to more (64)
801
+ * struct moved to back to more (63)
802
+ * moved sync back to more (62)
803
+
804
+ == 2007-08-05 transami
805
+
806
+ * minor modification to core's method task (61)
807
+ * finished removing facets/core from revision control (60)
808
+ * remove facets/core/ method libs from revision control (59)
809
+ * fixed task/methods, update facets/core (which will be removed from revision ctrl) (58)
810
+ * updated methods task to point to facets/core/ (57)
811
+ * moved lib/facets_by_method/ to facets/core/ for backward compatibility (56)
812
+
813
+ == 2007-08-04 transami
814
+
815
+ * updated some tools (55)
816
+
817
+ == 2007-08-03 transami
818
+
819
+ * moved commandoptions.rb to command_options.rb (54)
820
+ * rewrote command and command options libs (53)
821
+
822
+ == 2007-08-02 transami
823
+
824
+ * fixed up website (52)
825
+ * moved web to site (51)
826
+ * added splash.html (really trash but we'll hang on to it fot now) (50)
827
+ * added .rsync_filter to wesite, for publish task (49)
828
+ * moved 'task' to 'tool' (was 'util' before that) (48)
829
+ * removed web/home.html, replaced with index.html (47)
830
+ * update website to look better on Widows (45)
831
+ * moved facets-by-method/ to facets_by_method/. note: this was the old facets/core/. (44)
832
+
833
+ == 2007-08-01 transami
834
+
835
+ * rearranged web directory (no more cover page) (43)
836
+
837
+ == 2007-07-31 transami
838
+
839
+ * removed core ri files and series 1.8 packages (42)
840
+ * initial import (41)
841
+