/[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.36 by wakaba, Sun Mar 15 13:07:13 2009 UTC revision 1.46 by wakaba, Sun Jul 12 06:33:54 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-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  <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-1247380434"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247380434</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:33:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog 12 Jul 2009 06:33:44 -0000
2            * main.pl Locks during the non-inverted index is updated.
3    
4    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
5    
6    </content></entry><entry xml:id="entry-1247379728"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247379728</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:22:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        12 Jul 2009 06:21:38 -0000
7            * HashedIndex.pm (lock, lock_file_name): New methods.
8    
9    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
10    
11    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 06:22:03 -0000
12            * main.pl: Locks the index database before the modification.
13    
14    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
15    
16    </content></entry><entry xml:id="entry-1247378662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247378662</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:04:20Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 06:04:15 -0000
17            * sw-sami.js: New script.  It loads search result and insert into
18            the document.
19    
20            * sw.js: Loads sw-sami.js.
21    
22    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
23    
24    </content></entry><entry xml:id="entry-1247374904"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374904</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T05:01:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 05:01:39 -0000
25    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
26    
27            * sw.js: Load sami-core.js.
28    
29    </content></entry><entry xml:id="entry-1247374191"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374191</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:49:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 04:49:44 -0000
30            * main.pl: Put the |script| element at the end of the |body|
31            element.
32    
33    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
34    
35    </content></entry><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
36    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
37    
38            * NamedText.pm (_get_file_name): Typo.
39    
40            * Lock.pm: Check whether any preferable locks are already taken or
41            not to avoid deadlocks.
42    
43            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
44            control.
45    
46            * IDLocks.pm (get_lock): Set lock_type to enable lock order
47            control.
48    
49    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
50    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
51    
52            * main.pl: Set |lock_type| to enable lock order control.
53    
54    </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
55    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
56    
57            * sw.css: Added .swe-info class.
58    
59    </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
60            * main.pl: Show the relatedness of pages in the list of neighbor
61            nodes.
62    
63    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
64    
65    </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
66            * Repository.pm (are_related_ids): Repeat the relearning process
67            until the right answer is deduced.
68    
69    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
70    
71    </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
72    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
73    
74            * Repository.pm: New module.
75    
76    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
77    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
78    
79            * main.pl: Moved relatedness detection method into its own module.
80    
81    </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
82          * Node.pm (document_id): New method.          * Node.pm (document_id): New method.
83    
84  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
# Line 390  Line 470 
470          * ChangeLog: New file.          * ChangeLog: New file.
471    
472    
 </content></entry><updated>2009-03-15T13:07:11Z</updated></feed>  
473    </content></entry><updated>2009-07-12T06:33:49Z</updated></feed>

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.46

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24