/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Diff of /webroot/swe/doc/swe-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by wakaba, Sun Mar 15 09:42:19 2009 UTC revision 1.41 by wakaba, Sun Jul 12 04:00:23 2009 UTC
# Line 1  Line 1 
1  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog    15 Mar 2009 09:41:26 -0000  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1247371223"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247371223</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:00:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog    12 Jul 2009 03:59:58 -0000
2    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
3    
4            * NamedText.pm (_get_file_name): Typo.
5    
6            * Lock.pm: Check whether any preferable locks are already taken or
7            not to avoid deadlocks.
8    
9            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
10            control.
11    
12            * IDLocks.pm (get_lock): Set lock_type to enable lock order
13            control.
14    
15    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
16    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
17    
18            * main.pl: Set |lock_type| to enable lock order control.
19    
20    </content></entry><entry xml:id="entry-1247310226"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247310226</id><title>2009-07-11 Wakaba</title><updated>2009-07-11T11:03:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    11 Jul 2009 11:03:40 -0000
21    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
22    
23            * sw.css: Added .swe-info class.
24    
25    </content></entry><entry xml:id="entry-1237192113"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237192113</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T08:28:31Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     16 Mar 2009 08:28:29 -0000
26            * main.pl: Show the relatedness of pages in the list of neighbor
27            nodes.
28    
29    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
30    
31    </content></entry><entry xml:id="entry-1237189495"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189495</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:44:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:44:50 -0000
32            * Repository.pm (are_related_ids): Repeat the relearning process
33            until the right answer is deduced.
34    
35    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
36    
37    </content></entry><entry xml:id="entry-1237189204"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189204</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:39:59Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:39:22 -0000
38    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
39    
40            * Repository.pm: New module.
41    
42    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
43    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
44    
45            * main.pl: Moved relatedness detection method into its own module.
46    
47    </content></entry><entry xml:id="entry-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 13:06:41 -0000
48            * Node.pm (document_id): New method.
49    
50    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
51    
52    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
53            * main.pl: Dump the name of neighbors.
54    
55    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
56    
57    </content></entry><entry xml:id="entry-1237122428"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122428</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 13:06:41 -0000
58            * Node.pm (document_id): New method.
59    
60    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
61    
62    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
63            * main.pl: Dump the name of neighbors.
64    
65    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
66    
67    </content></entry><entry xml:id="entry-1237121403"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237121403</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:50:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 12:49:18 -0000
68            * Graph.pm (get_node_by_id): New method.
69            (create_node): Changed to instantiate SWE::Object::Node.
70    
71            * Node.pm: New module.
72    
73    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
74    
75    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:49:58 -0000
76            * main.pl: Dump the list of neighbors.
77    
78    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
79    
80    </content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 12:26:50 -0000
81            * DB.pm: Added graph and global property databases.
82    
83    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
84    
85    ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
86            * Graph.pm: New module.
87    
88    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
89    
90    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:27:26 -0000
91            * main.pl: Graph generation moved to another module.  Implemented
92            graph/document association.
93    
94    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
95    
96    </content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        15 Mar 2009 09:41:26 -0000
97  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
98    
99          * NamedText.pm: New module.          * NamedText.pm: New module.
# Line 341  Line 436 
436          * ChangeLog: New file.          * ChangeLog: New file.
437    
438    
 </content></entry><updated>2009-03-15T09:42:17Z</updated></feed>  
439    </content></entry><updated>2009-07-12T04:00:21Z</updated></feed>

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.41

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24