<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/MirLua/Modules/m_variables/src, branch master</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>MirLua:</title>
<updated>2016-02-18T09:13:18+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2016-02-18T09:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=73a0b84498501c1e2907f1cdc5f222f1f400edfd'/>
<id>73a0b84498501c1e2907f1cdc5f222f1f400edfd</id>
<content type='text'>
- m_msg_buttonsbar moved to separate lua library
- fixed loading of other c modules

git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- m_msg_buttonsbar moved to separate lua library
- fixed loading of other c modules

git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MirLua: m_variableas moved to separate lua library</title>
<updated>2016-02-17T15:38:39+00:00</updated>
<author>
<name>Alexander Lantsev</name>
<email>aunsane@gmail.com</email>
</author>
<published>2016-02-17T15:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=962a3d06bbd73aa7bb46eb8ae3e65c31a1902d5d'/>
<id>962a3d06bbd73aa7bb46eb8ae3e65c31a1902d5d</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16292 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@16292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
