Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/gikonavigoeson/gikonavi/MojuUtils.pas

Log of /gikonavigoeson/gikonavi/MojuUtils.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Links to v1_50_0_588: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 25 10:12:55 2005 UTC (18 years, 9 months ago) by h677
Branch: remodeling
CVS Tags: v1_50_0_588
Changes since 1.10.2.2: +2 -30 lines
Diff to previous 1.10.2.2 , to branch point 1.10 , to next main 1.25
無駄な宣言を削除


Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 22 15:25:17 2005 UTC (18 years, 10 months ago) by h677
Branch: remodeling
CVS Tags: v1_50_0_586, v1_50_0_587
Changes since 1.10.2.1: +44 -119 lines
Diff to previous 1.10.2.1 , to branch point 1.10
DeleteFontTagを共通関数化してこっちに移動


Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 17 13:39:53 2005 UTC (18 years, 11 months ago) by h677
Branch: remodeling
CVS Tags: v1_50_0_576, v1_50_0_577, v1_50_0_578, v1_50_0_579, v1_50_0_580, v1_50_0_581, v1_50_0_582, v1_50_0_584, v1_50_0_585, v_step1
Changes since 1.10: +128 -17 lines
Diff to previous 1.10
(none)


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 23 13:07:19 2005 UTC (19 years, 1 month ago) by h677
Branch: MAIN
CVS Tags: root-of-remodel, v1_50_0_572, v1_50_0_573, v1_50_0_574
Branch point for: remodeling
Changes since 1.9: +16 -1 lines
Diff to previous 1.9
非スキンのIDポップアップで、無効なIDのチェックをするようにした。


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 19 13:47:48 2005 UTC (19 years, 1 month ago) by h677
Branch: MAIN
CVS Tags: v1_50_0_571
Changes since 1.8: +14 -1 lines
Diff to previous 1.8
入力文字列中のファイル名に使えない文字を全角化する関数の新設


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 6 08:26:36 2004 UTC (19 years, 8 months ago) by yoffy
Branch: MAIN
CVS Tags: b48, b49, bv1_49_0_563, bv1_49_0_564, bv1_49_0_565, v1_48_0_530, v1_48_0_533, v1_48_0_535, v1_48_0_536, v1_48_0_537, v1_48_0_538, v1_48_0_539, v1_49_0_540, v1_49_0_541, v1_49_0_542, v1_49_0_544, v1_49_0_545, v1_49_0_546, v1_49_0_547, v1_49_0_548, v1_49_0_551, v1_49_0_552, v1_49_0_553, v1_49_0_554, v1_49_2_569, v1_50_0_557, v1_50_0_561
Branch point for: Bb49
Changes since 1.7: +5 -8 lines
Diff to previous 1.7
- ZenToHan の確保する領域が倍のサイズあったので修正。
 ※Length() が返すのは byte 数で、2 byte 文字の濁音を半角にしても byte 数は同じ為。
- ZenToHan の戻り値が文字列の存在しない領域まで指していたバグを修正。


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 4 12:46:39 2004 UTC (19 years, 8 months ago) by h677
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6
ZenToHan関数の255バイト制限をとったときに、変換した文字列中に'#0'が
現れる不具合を起こしていたので、それを解消。


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 2 15:26:01 2004 UTC (19 years, 8 months ago) by h677
Branch: MAIN
Changes since 1.5: +7 -4 lines
Diff to previous 1.5
ZenToHanが255バイト固定処理だったので、動的にサイズを変更できるようにした。


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 6 15:13:52 2004 UTC (19 years, 11 months ago) by h677
Branch: MAIN
CVS Tags: v1_48_0_510
Changes since 1.4: +126 -95 lines
Diff to previous 1.4
全角半角問わないPosをMojuUtilsに移動して、レスの絞込みを全角半角問わないようにした。


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 8 08:53:40 2004 UTC (20 years, 1 month ago) by yoffy
Branch: MAIN
CVS Tags: b47
Branch point for: BRANCH_TORA, stable
Changes since 1.3: +12 -6 lines
Diff to previous 1.3
・警告の排除。


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 03:57:24 2003 UTC (20 years, 4 months ago) by h677
Branch: MAIN
CVS Tags: b44, b46
Changes since 1.2: +164 -127 lines
Diff to previous 1.2
大文字小文字区別なし置換も高速化した


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 18:22:43 2003 UTC (20 years, 4 months ago) by h677
Branch: MAIN
Changes since 1.1: +125 -6 lines
Diff to previous 1.1
高速化してみた


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 17:50:53 2003 UTC (20 years, 4 months ago) by h677
Branch: MAIN
ちょっとだけ早い文字列置換関数(TStringList相手だと結構早い)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26