Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c

Log of /trunk/teraterm/teraterm/WSAAsyncGetAddrInfo.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 4355 byte(s)
Diff to previous 8407 , to selected 5062
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8407 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 25 12:57:39 2019 UTC (4 years, 4 months ago) by zmatsuo
File length: 4359 byte(s)
Diff to previous 8401 , to selected 5062
malloca の再定義警告を回避した

- 警告が出る場合があった
- r8401
- r8391

Revision 8401 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 22 16:28:52 2019 UTC (4 years, 4 months ago) by zmatsuo
File length: 4359 byte(s)
Diff to previous 8391 , to selected 5062
malloca の再定義警告を回避した

- warning C4005: '_malloca' : マクロが再定義されました。

Revision 8391 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 21 15:00:01 2019 UTC (4 years, 4 months ago) by zmatsuo
File length: 4359 byte(s)
Diff to previous 7949 , to selected 5062
_CRTDBG_MAP_ALLOC を使ってデバッグバージョンのヒープ割り当て関数へ切り替え

- r8390

Revision 7949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 13 13:38:22 2019 UTC (4 years, 7 months ago) by zmatsuo
File length: 4523 byte(s)
Diff to previous 7930 , to selected 5062
ttxsshビルド時マクロ再定義警告が出ないようにした

- ttxsshでは、CRTDBG_MAP_ALLOC が define されているため
- _beginthreadex()がエラーを返したときResumeThread()しないようにした

Revision 7930 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 9 13:36:46 2019 UTC (4 years, 8 months ago) by zmatsuo
File length: 4476 byte(s)
Diff to previous 7479 , to selected 5062
不要なHANDLEキャストを削除

- コンパイラの型チェックを積極的に利用するのが目的
- 出力されるコードは特に変化ない

Revision 7479 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 13 15:32:17 2019 UTC (5 years, 1 month ago) by zmatsuo
File length: 4075 byte(s)
Diff to previous 6841 , to selected 5062
wspiapi.h を include した
ws2_32.dll関連でエラーが出ないバイナリがビルドできるようになった
従来は _WIN32_WINNT のdefine具合よってWindows95でエラーが出るバイナリとなっていた

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 4053 byte(s)
Diff to previous 6806 , to selected 5062
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 6806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 15 00:37:01 2017 UTC (6 years, 9 months ago) by doda
File length: 4057 byte(s)
Diff to previous 6801 , to selected 5062
TeraTerm Project としてのライセンス表記を追加

とりあえず Tera Term 本体分。
TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。

TODO: 過去に取り込んだパッチに関する著作権表記の追加

Revision 6801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 10:30:12 2017 UTC (6 years, 9 months ago) by doda
File length: 2544 byte(s)
Diff to previous 6344 , to selected 5062
eliminate FAR keyword.

Revision 6344 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 11 14:01:27 2016 UTC (8 years, 1 month ago) by yutakapon
File length: 2627 byte(s)
Diff to previous 5062
チケット #36129 X11転送で11003エラーとなる

X11転送の開始が間欠でエラーとなり、転送が開始できない問題を修正した。


Revision 5062 - (view) (download) (as text) (annotate) - [selected]
Modified Wed Nov 7 11:16:30 2012 UTC (11 years, 5 months ago) by yutakapon
File length: 2559 byte(s)
Diff to previous 4165
チケット#30025: X11転送が開始できない
X11転送の開始が接続エラーで失敗することがある問題を修正した。


Revision 4165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 24 11:35:04 2010 UTC (13 years, 4 months ago) by doda
File length: 2333 byte(s)
Diff to previous 4163 , to selected 5062
freeaddrinfoをTTXでフック出来るようにした。


Revision 4163 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 23 16:13:38 2010 UTC (13 years, 4 months ago) by doda
File length: 2257 byte(s)
Diff to previous 3227 , to selected 5062
他と揃っていた方が使いやすいため、呼び出し規約を PASCAL に変更。
# 本当は WINAPI の方がいいのかも。実体は共に __stdcall だけど。


Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 2246 byte(s)
Diff to previous 3221 , to selected 5062
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 2160 byte(s)
Diff to previous 2476 , to selected 5062
CVS から SVN へ移行: trunk に集約

Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/WSAAsyncGetAddrInfo.c
File length: 2160 byte(s)
Diff to selected 5062
ファイル移動に伴う修正


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

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