<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/TipperYM/src/mir_smileys.cpp, branch 0_95_10_2</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)</title>
<updated>2017-12-06T11:15:09+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>Mataes2007@gmail.com</email>
</author>
<published>2017-12-06T11:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a27079fe5c4a210664515c47767c00112c435d65'/>
<id>a27079fe5c4a210664515c47767c00112c435d65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert all files exept curl and new_gpg to utf-8 BOM</title>
<updated>2017-12-06T10:09:18+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>Mataes2007@gmail.com</email>
</author>
<published>2017-12-06T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=62202ed10617927d5429bc59898e12a366abe744'/>
<id>62202ed10617927d5429bc59898e12a366abe744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code modernize ...</title>
<updated>2017-11-13T14:07:33+00:00</updated>
<author>
<name>Goraf</name>
<email>22941576+Goraf@users.noreply.github.com</email>
</author>
<published>2017-11-13T14:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=a7c24ca48995cf2bf436156302f96b91bf135409'/>
<id>a7c24ca48995cf2bf436156302f96b91bf135409</id>
<content type='text'>
* replace 0/NULL with nullptr [using clang-tidy]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replace 0/NULL with nullptr [using clang-tidy]
</pre>
</div>
</content>
</entry>
<entry>
<title>less TCHARs</title>
<updated>2016-07-27T14:23:31+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-07-27T14:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2f261839b60692e33d0e160344d0d636d49c90ba'/>
<id>2f261839b60692e33d0e160344d0d636d49c90ba</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>less TCHARs:</title>
<updated>2016-07-26T09:20:25+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-07-26T09:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6e53dfca72b932c4bdcd7aa02ca62bf8b2630eac'/>
<id>6e53dfca72b932c4bdcd7aa02ca62bf8b2630eac</id>
<content type='text'>
- TCHAR is replaced with wchar_t everywhere;
- LPGENT replaced with either LPGENW or LPGEN;
- fixes for ANSI plugins that improperly used _t functions;
- TCHAR *t removed from MAllStrings;
- ptszGroup, ptszTitle &amp; ptszTab in OPTIONSDIALOGPAGE replaced with pwsz*

git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- TCHAR is replaced with wchar_t everywhere;
- LPGENT replaced with either LPGENW or LPGEN;
- fixes for ANSI plugins that improperly used _t functions;
- TCHAR *t removed from MAllStrings;
- ptszGroup, ptszTitle &amp; ptszTab in OPTIONSDIALOGPAGE replaced with pwsz*

git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>hello, Unix.</title>
<updated>2016-07-25T10:31:04+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-07-25T10:31:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=8ae3679aa1339ce9abee53adb69902bd6b7513dc'/>
<id>8ae3679aa1339ce9abee53adb69902bd6b7513dc</id>
<content type='text'>
phase 1: removing _T()

git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
phase 1: removing _T()

git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- naming conflict;</title>
<updated>2015-08-18T11:49:54+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-08-18T11:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=878d72910cccf4f84c7cb45bb4c11134920f3166'/>
<id>878d72910cccf4f84c7cb45bb4c11134920f3166</id>
<content type='text'>
- warning fixes;
- code cleaning

git-svn-id: http://svn.miranda-ng.org/main/trunk@14988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- warning fixes;
- code cleaning

git-svn-id: http://svn.miranda-ng.org/main/trunk@14988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>'unreferenced formal parameter' warnings fixed</title>
<updated>2015-08-11T15:39:23+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-08-11T15:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2548065ebc5da2a8778cd4f49343b847773ee174'/>
<id>2548065ebc5da2a8778cd4f49343b847773ee174</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>tipper_ym: common project</title>
<updated>2015-08-01T19:19:53+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>mataes2007@gmail.com</email>
</author>
<published>2015-08-01T19:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=cea91e858f4f291f5d81c0f11452871dae2b7af5'/>
<id>cea91e858f4f291f5d81c0f11452871dae2b7af5</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@14788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>mir_tstrncpy &lt;&gt; _tcsncpy</title>
<updated>2015-05-23T18:55:59+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-05-23T18:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2a815f8820ca402626bd283dd5b75744ddeb9812'/>
<id>2a815f8820ca402626bd283dd5b75744ddeb9812</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@13791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@13791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
