OSDN Git Service

bbk/bchan.git
13 years agoimplement cookie domain and host check.
ornse01 [Sat, 30 Apr 2011 14:12:14 +0000 (14:12 +0000)]
implement cookie domain and host check.
- implement test.
- fix test case value.
- fix bugs.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@243 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd cookie order tests.
ornse01 [Sat, 30 Apr 2011 12:38:26 +0000 (12:38 +0000)]
add cookie order tests.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@242 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement cookie's key check in Set-Cookie reading.
ornse01 [Fri, 29 Apr 2011 13:56:24 +0000 (13:56 +0000)]
implement cookie's key check in Set-Cookie reading.
- not tested.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@241 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix implementation
ornse01 [Wed, 27 Apr 2011 15:26:51 +0000 (15:26 +0000)]
fix implementation
- unite cookie queue
- for ordering by path each type cookie.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@240 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix domain attribute's periods number condition.
ornse01 [Tue, 12 Apr 2011 14:14:20 +0000 (14:14 +0000)]
fix domain attribute's periods number condition.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@239 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd test case but not pass.
ornse01 [Mon, 11 Apr 2011 14:46:56 +0000 (14:46 +0000)]
add test case but not pass.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@238 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoremove unused debug output.
ornse01 [Mon, 11 Apr 2011 14:15:53 +0000 (14:15 +0000)]
remove unused debug output.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@237 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement cookiedb test. but not sufficient.
ornse01 [Sun, 10 Apr 2011 11:56:29 +0000 (11:56 +0000)]
implement cookiedb test. but not sufficient.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@236 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years ago- add path information for generation cookie.
ornse01 [Sun, 10 Apr 2011 10:46:31 +0000 (10:46 +0000)]
- add path information for generation cookie.
- fix to space after last semicolon.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@235 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement send condition check. but not tested.
ornse01 [Sun, 10 Apr 2011 09:10:40 +0000 (09:10 +0000)]
implement send condition check. but not tested.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@234 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix bugs
ornse01 [Sun, 10 Apr 2011 07:24:10 +0000 (07:24 +0000)]
fix bugs
- initialize value.
- add "else".
- fix state transition.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@233 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix interface and add temporary implementation or empty functions.
ornse01 [Wed, 6 Apr 2011 15:33:54 +0000 (15:33 +0000)]
fix interface and add temporary implementation or empty functions.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@232 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd temporary implement persistent cookie data base for writing header function.
ornse01 [Wed, 6 Apr 2011 15:15:07 +0000 (15:15 +0000)]
add temporary implement persistent cookie data base for writing header function.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@231 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement cookiedb_writeheadercontext_t.
ornse01 [Wed, 6 Apr 2011 14:49:33 +0000 (14:49 +0000)]
implement cookiedb_writeheadercontext_t.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@230 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange Expires and Max-Age value setting function.
ornse01 [Tue, 5 Apr 2011 14:10:46 +0000 (14:10 +0000)]
change Expires and Max-Age value setting function.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@229 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoconvert cookie's expire date to STIME in parsing "Set-Cookie:" header.
ornse01 [Tue, 5 Apr 2011 13:54:27 +0000 (13:54 +0000)]
convert cookie's expire date to STIME in parsing "Set-Cookie:" header.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@228 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement storing volatile cookie. but not testing.
ornse01 [Sun, 3 Apr 2011 14:38:00 +0000 (14:38 +0000)]
implement storing volatile cookie. but not testing.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@227 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd cookiedib.c to Makefile.text.
ornse01 [Sun, 3 Apr 2011 12:03:02 +0000 (12:03 +0000)]
add cookiedib.c to Makefile.text.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@226 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd copyright declration and interface definition.
ornse01 [Sun, 3 Apr 2011 12:02:41 +0000 (12:02 +0000)]
add copyright declration and interface definition.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@225 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite test for http date and http cookie parser.
ornse01 [Sat, 2 Apr 2011 14:59:51 +0000 (14:59 +0000)]
unite test for http date and http cookie parser.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@224 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd parser for Set-Cookie header.
ornse01 [Sat, 2 Apr 2011 14:44:19 +0000 (14:44 +0000)]
add parser for Set-Cookie header.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@223 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd tokenchecker_endinput.
ornse01 [Sat, 2 Apr 2011 07:53:42 +0000 (07:53 +0000)]
add tokenchecker_endinput.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@222 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd tokenchecker_finalize().
ornse01 [Sun, 27 Mar 2011 14:05:03 +0000 (14:05 +0000)]
add tokenchecker_finalize().

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@221 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement parser for rfc733 format date text.
ornse01 [Sun, 27 Mar 2011 13:04:08 +0000 (13:04 +0000)]
implement parser for rfc733 format date text.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@220 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite http message-header lexer test.
ornse01 [Mon, 21 Mar 2011 10:28:03 +0000 (10:28 +0000)]
unite http message-header lexer test.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@219 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement http message-header lexer.
ornse01 [Mon, 21 Mar 2011 10:27:26 +0000 (10:27 +0000)]
implement http message-header lexer.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@218 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix copyright year mistake.
ornse01 [Sun, 13 Feb 2011 12:45:20 +0000 (12:45 +0000)]
fix copyright year mistake.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@217 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd NG by word condition in generate traydata.
ornse01 [Sun, 13 Feb 2011 12:36:52 +0000 (12:36 +0000)]
add NG by word condition in generate traydata.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@216 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agodisable press number action when NG by word.
ornse01 [Sun, 13 Feb 2011 12:31:06 +0000 (12:31 +0000)]
disable press number action when NG by word.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@215 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite NG by word display.
ornse01 [Sun, 13 Feb 2011 12:28:14 +0000 (12:28 +0000)]
unite NG by word display.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@214 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement grayout inactive number drawing.
ornse01 [Sun, 13 Feb 2011 11:25:33 +0000 (11:25 +0000)]
implement grayout inactive number drawing.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@213 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd NG draw for word NG.
ornse01 [Sun, 13 Feb 2011 11:18:28 +0000 (11:18 +0000)]
add NG draw for word NG.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@212 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement word NG flag.
ornse01 [Sun, 13 Feb 2011 11:18:02 +0000 (11:18 +0000)]
implement word NG flag.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@211 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix butdn handling when switch and reswitch event.
ornse01 [Sun, 13 Feb 2011 11:06:47 +0000 (11:06 +0000)]
fix butdn handling when switch and reswitch event.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@210 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix append from textboxy.
ornse01 [Sun, 13 Feb 2011 10:53:38 +0000 (10:53 +0000)]
fix append from textboxy.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@209 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange textbox interface.
ornse01 [Sat, 12 Feb 2011 12:57:06 +0000 (12:57 +0000)]
change textbox interface.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@208 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite search testing.
ornse01 [Sun, 30 Jan 2011 10:14:45 +0000 (10:14 +0000)]
unite search testing.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@207 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd test case.
ornse01 [Sun, 30 Jan 2011 10:13:30 +0000 (10:13 +0000)]
add test case.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@206 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix datwindow's gid handling in hmi.c
ornse01 [Tue, 25 Jan 2011 16:08:15 +0000 (16:08 +0000)]
fix datwindow's gid handling in hmi.c

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@205 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix compair lootine.
ornse01 [Sun, 23 Jan 2011 12:46:46 +0000 (12:46 +0000)]
fix compair lootine.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@204 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix buffer length for previous value.
ornse01 [Sun, 23 Jan 2011 12:33:25 +0000 (12:33 +0000)]
fix buffer length for previous value.
fix hash value handling at limit condition.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@203 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement Rabin-Karp search algoristhm.
ornse01 [Sun, 23 Jan 2011 12:13:18 +0000 (12:13 +0000)]
implement Rabin-Karp search algoristhm.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@202 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement sync NG word between datcache and ngwordwindow.
ornse01 [Sat, 15 Jan 2011 11:40:12 +0000 (11:40 +0000)]
implement sync NG word between datcache and ngwordwindow.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@201 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement NG word storing to file methods.
ornse01 [Sat, 15 Jan 2011 11:35:25 +0000 (11:35 +0000)]
implement NG word storing to file methods.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@200 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement wordlist_isempty(implement wordlist_isempty())
ornse01 [Sat, 15 Jan 2011 11:26:11 +0000 (11:26 +0000)]
implement wordlist_isempty(implement wordlist_isempty())

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@199 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify
ornse01 [Sat, 15 Jan 2011 07:19:25 +0000 (07:19 +0000)]
modify
- rename.
- change some functions EXPORT to LOCAL.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@198 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd cdel_pwd.
ornse01 [Sat, 15 Jan 2011 07:02:10 +0000 (07:02 +0000)]
add cdel_pwd.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@197 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoreplace node to list in ngwordwindow_t.
ornse01 [Sat, 15 Jan 2011 06:59:23 +0000 (06:59 +0000)]
replace node to list in ngwordwindow_t.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@196 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite test cases for wordlist.
ornse01 [Tue, 11 Jan 2011 16:07:21 +0000 (16:07 +0000)]
unite test cases for wordlist.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@195 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement wordlist_t and iterator.
ornse01 [Tue, 11 Jan 2011 16:06:16 +0000 (16:06 +0000)]
implement wordlist_t and iterator.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@194 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoseparate files for wordlist.
ornse01 [Mon, 10 Jan 2011 12:58:15 +0000 (12:58 +0000)]
separate files for wordlist.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@193 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement NG word edit window's logic.
ornse01 [Mon, 10 Jan 2011 11:57:17 +0000 (11:57 +0000)]
implement NG word edit window's logic.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@192 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix NG word edit window's position setting I/F.
ornse01 [Sun, 9 Jan 2011 12:35:46 +0000 (12:35 +0000)]
fix NG word edit window's position setting I/F.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@191 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd control parts data for NG word edit.
ornse01 [Sun, 9 Jan 2011 12:27:18 +0000 (12:27 +0000)]
add control parts data for NG word edit.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@190 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoremove unused define.
ornse01 [Sun, 9 Jan 2011 11:05:57 +0000 (11:05 +0000)]
remove unused define.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@189 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd window for NG word editing.
ornse01 [Sun, 9 Jan 2011 10:47:41 +0000 (10:47 +0000)]
add window for NG word editing.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@188 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix copyright year.
ornse01 [Sun, 9 Jan 2011 08:05:11 +0000 (08:05 +0000)]
fix copyright year.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@187 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd new menuitem for NG word edit window.
ornse01 [Sun, 9 Jan 2011 08:02:49 +0000 (08:02 +0000)]
add new menuitem for NG word edit window.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@186 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix when not selected.
ornse01 [Sun, 9 Jan 2011 07:39:46 +0000 (07:39 +0000)]
fix when not selected.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@185 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agodetail fix for coding style.
ornse01 [Sun, 9 Jan 2011 07:39:05 +0000 (07:39 +0000)]
detail fix for coding style.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@184 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify menu code.
ornse01 [Sun, 9 Jan 2011 07:30:42 +0000 (07:30 +0000)]
modify menu code.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@183 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoreplace window framework.
ornse01 [Sat, 8 Jan 2011 13:40:10 +0000 (13:40 +0000)]
replace window framework.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@182 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoremove unused argument.
ornse01 [Mon, 3 Jan 2011 13:13:23 +0000 (13:13 +0000)]
remove unused argument.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@181 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix copyright year.
ornse01 [Mon, 3 Jan 2011 10:59:10 +0000 (10:59 +0000)]
fix copyright year.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@180 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix cmdkey handling.
ornse01 [Mon, 3 Jan 2011 10:41:43 +0000 (10:41 +0000)]
fix cmdkey handling.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@176 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix menu parameter value mistake.
ornse01 [Mon, 3 Jan 2011 10:41:11 +0000 (10:41 +0000)]
fix menu parameter value mistake.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@175 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd test case for check writing file condition.
ornse01 [Sun, 2 Jan 2011 13:38:06 +0000 (13:38 +0000)]
add test case for check writing file condition.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@174 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange writing file timing.
ornse01 [Sun, 2 Jan 2011 11:31:08 +0000 (11:31 +0000)]
change writing file timing.
- if no update, not write to file.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@173 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify message.
ornse01 [Sun, 2 Jan 2011 08:53:15 +0000 (08:53 +0000)]
modify message.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@172 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoinactivate menu item for copying tray in NGed res.
ornse01 [Fri, 31 Dec 2010 12:17:17 +0000 (12:17 +0000)]
inactivate menu item for copying tray in NGed res.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@171 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange genarating traydata condition.
ornse01 [Fri, 31 Dec 2010 12:16:43 +0000 (12:16 +0000)]
change genarating traydata condition.
- NGed res is not copying to tray.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@170 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoseparete traydata generation fron datlayout_t.
ornse01 [Fri, 31 Dec 2010 11:27:13 +0000 (11:27 +0000)]
separete traydata generation fron datlayout_t.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@169 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agorename datdraw to datrender.
ornse01 [Thu, 30 Dec 2010 12:34:17 +0000 (12:34 +0000)]
rename datdraw to datrender.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@168 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix file include.
ornse01 [Thu, 30 Dec 2010 12:21:16 +0000 (12:21 +0000)]
fix file include.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@167 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify file include.
ornse01 [Thu, 30 Dec 2010 12:18:11 +0000 (12:18 +0000)]
modify file include.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@166 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agorefactoring.
ornse01 [Thu, 30 Dec 2010 12:11:10 +0000 (12:11 +0000)]
refactoring.
- separete files.
- fix public and private.
- sharing same rootine.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@165 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix status code handling in range request for some external borads.
ornse01 [Sun, 26 Dec 2010 13:19:30 +0000 (13:19 +0000)]
fix status code handling in range request for some external borads.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@164 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify svn:eol-style.
ornse01 [Sun, 26 Dec 2010 10:29:37 +0000 (10:29 +0000)]
modify svn:eol-style.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@163 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoremove unused function.
ornse01 [Sun, 26 Dec 2010 09:07:37 +0000 (09:07 +0000)]
remove unused function.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@162 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange displaying menu condition in NG.
ornse01 [Sun, 26 Dec 2010 09:07:19 +0000 (09:07 +0000)]
change displaying menu condition in NG.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@161 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement NG res display.
ornse01 [Sun, 26 Dec 2010 08:11:06 +0000 (08:11 +0000)]
implement NG res display.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@160 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agofix handling ID string mistake.
ornse01 [Sun, 26 Dec 2010 05:03:27 +0000 (05:03 +0000)]
fix handling ID string mistake.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@159 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd id string getter.
ornse01 [Sun, 26 Dec 2010 05:02:36 +0000 (05:02 +0000)]
add id string getter.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@158 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd NG and color attr getter.
ornse01 [Thu, 23 Dec 2010 13:24:49 +0000 (13:24 +0000)]
add NG and color attr getter.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@157 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd NG and color information to layoutarray.
ornse01 [Thu, 23 Dec 2010 11:51:23 +0000 (11:51 +0000)]
add NG and color information to layoutarray.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@156 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoprepare for implement res NG display in main.c.
ornse01 [Sun, 19 Dec 2010 13:18:45 +0000 (13:18 +0000)]
prepare for implement res NG display in main.c.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@155 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange layoutarray owner.
ornse01 [Sun, 19 Dec 2010 10:38:39 +0000 (10:38 +0000)]
change layoutarray owner.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@154 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange layout style information owner.
ornse01 [Sun, 19 Dec 2010 10:20:11 +0000 (10:20 +0000)]
change layout style information owner.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@153 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomove layout box owner.
ornse01 [Sun, 19 Dec 2010 09:10:43 +0000 (09:10 +0000)]
move layout box owner.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@152 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify datlayout_t and datdraw_t.
ornse01 [Mon, 13 Dec 2010 15:17:31 +0000 (15:17 +0000)]
modify datlayout_t and datdraw_t.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@151 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agochange datlayout_t implementation.
ornse01 [Sun, 12 Dec 2010 12:49:27 +0000 (12:49 +0000)]
change datlayout_t implementation.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@150 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agomodify makefiles.
ornse01 [Sun, 12 Dec 2010 12:48:28 +0000 (12:48 +0000)]
modify makefiles.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@149 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement res layout information array.
ornse01 [Sun, 12 Dec 2010 12:47:57 +0000 (12:47 +0000)]
implement res layout information array.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@148 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement getfirst and getlast.
ornse01 [Sun, 12 Dec 2010 12:46:39 +0000 (12:46 +0000)]
implement getfirst and getlast.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@147 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement arraybase_length().
ornse01 [Sat, 11 Dec 2010 13:19:31 +0000 (13:19 +0000)]
implement arraybase_length().

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@146 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement arraybase_truncate().
ornse01 [Sat, 11 Dec 2010 11:38:38 +0000 (11:38 +0000)]
implement arraybase_truncate().

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@145 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agodetail fix.
ornse01 [Sat, 11 Dec 2010 06:07:06 +0000 (06:07 +0000)]
detail fix.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@144 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agounite array test.
ornse01 [Sun, 28 Nov 2010 11:53:31 +0000 (11:53 +0000)]
unite array test.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@143 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoimplement array test.
ornse01 [Sun, 28 Nov 2010 11:53:05 +0000 (11:53 +0000)]
implement array test.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@142 20a0b8eb-f62a-4a12-8fe1-b598822500fb

13 years agoadd common array rootine.
ornse01 [Sun, 28 Nov 2010 09:48:01 +0000 (09:48 +0000)]
add common array rootine.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@141 20a0b8eb-f62a-4a12-8fe1-b598822500fb