Commit Graph

509 Commits

Author SHA1 Message Date
Alexander Skovpen
bf7f3c9b2f add xp support and fix static build 2018-09-07 22:43:45 +03:00
Alexander Skovpen
dbea29951d fix freebsd build 2018-09-04 09:45:22 +03:00
Alexander Skovpen
a9c11a472c add autodeploy 2018-09-02 23:36:11 +03:00
Alexander Skovpen
30d600a418 Remove some warnings from travis 2018-07-14 21:46:58 +03:00
Alexander Skovpen
e6e77b0634 Revert commit a61ee2e 2018-07-14 16:22:48 +03:00
Alexander Skovpen
a61ee2e300 Fix using strings deprecated in c++11 2018-07-12 21:36:37 +03:00
Alexander Skovpen
e0664f7887 Fix a bug introduced in the previous commit 2018-07-12 08:07:07 +03:00
Alexander Skovpen
5937dcacdb Add VS 2017 compatibility for building in Appveyor
* add travis-ci badge

* vs2017 compatibility

* add appveyor

* fix appveyor

* revert sln

* fix win64 gdirposx

* fix tab

* version bump

* cosmetic
2018-07-08 11:16:17 +03:00
Max Vasilyev
69da471796 Hudson message base bugfix for x64 platforms by Wilfred van Velzen, 2:280/464 2016-12-21 08:45:09 +00:00
Max Vasilyev
e9212d8a15 Bugfix: GoldNode x86 and x64 produce different indexes in some cases, patch by Ivan Novikov, 2:5080/31 2016-08-27 18:32:38 +00:00
Max Vasilyev
b56cd0ed8c Support up to 16-character internal codes for Synchronet, patch by Rob Swindell, 1:103/705 2016-02-01 14:32:16 +00:00
Max Vasilyev
6d9bf382bd TZ offset in minutes for Synchronet, patch by Rob Swindell, 1:103/705 2016-02-01 14:29:17 +00:00
Semen Panevin
0daa950c4a Fix for better alt-backspace support in unix-like terminals, patch from Serguei E. Leontiev 2015-12-03 20:42:18 +00:00
Semen Panevin
1538ee7082 Better support of key modificators on Unix-like terminals, patch from Serguei E. Leontiev 2015-11-28 07:03:46 +00:00
Stas Degteff
4b33543f42 Attempt to fix collateral action of function LoadCharset() which called from schecker.Load(). Bugreport from Vladimir Fyodorov 2:50/15@fidonet 2012-05-15 17:02:39 +00:00
Stas Degteff
a6582b4f3c Fix clang build. Patch from Max Khon 2011-12-17 21:46:02 +00:00
Stas Degteff
8017245714 Improve diagnostic of crash 2011-10-19 23:31:31 +00:00
Stas Degteff
fdf4a3bea1 The conflict to standard function pow() in Visual Studio 2010 is eliminated. Patch from Max Vasilyev 2:5057/77 2011-04-10 06:26:02 +00:00
Semen Panevin
1ed82d8ca6 Fixed typo 2011-03-20 19:15:25 +00:00
Semen Panevin
47bccb26ed Fixed build 2011-03-20 19:07:00 +00:00
Stas Degteff
1d2b0ef698 Prepare to use system hunspell library. Patch from Semen Panevin 5025/121 2011-03-20 15:48:14 +00:00
Stas Degteff
9dfda10ada Describe last changes 2011-03-15 07:48:41 +00:00
Stas Degteff
1d9f8c3741 Declare global variable LOG in common header 2011-03-15 06:52:05 +00:00
Stas Degteff
48a1bf6e0b Prevent buffer overflows: 1 - Use dinamic arrays and std::string instead arrays created in stack, 2 - check pointers in parameters of functions 2011-03-15 06:50:50 +00:00
Stas Degteff
39bccb92ba Several dictionnaries may be defined for Spell checking feature. Patch from Semen Panevin 2:5025/121 2011-03-14 02:56:12 +00:00
Stas Degteff
ba101fcb7c License comments 2011-03-14 02:31:14 +00:00
Stas Degteff
5ee8951707 Fix usage own snprintf() and vsnprintf() 2011-03-05 00:32:23 +00:00
Stas Degteff
5a0e122d91 Fix format string 2011-03-02 13:43:56 +00:00
Stas Degteff
b06ac72a22 Fix DJGPP build 2011-03-02 12:42:07 +00:00
Stas Degteff
92626bd967 Fix DJGPP build (GCC 2.x). Bugreport from Max Vasilyev 2:5057/77 2011-03-02 08:54:12 +00:00
Stas Degteff
c90f069a9a Define HAVE_SNPRINTF, HAVE_VSNPRINTF, HAVE_STDARG_H at compile time (Fix DJGPP build) 2011-03-01 17:10:09 +00:00
Stas Degteff
84640ac97a Don't call close() for not associated file handle 2011-02-22 11:37:07 +00:00
Stas Degteff
acd96d47bc More accuracy checking result of MS VC _CRT _vsnprintf() 2011-02-22 09:38:30 +00:00
Stas Degteff
91e68866fc Check parameters for NULL and empty string. Workaround for MS VC _CRT exeptions 2011-02-22 09:36:32 +00:00
Stas Degteff
cb9a56766d Fix MS VC build 2011-02-22 07:45:45 +00:00
Stas Degteff
b5027d74e0 Declare prototiyes of snprintf() and vsnprintf() for Ms Visual C 2011-02-22 07:24:19 +00:00
Stas Degteff
25f0b9c4bc Try to fix buffer overflow detection for Microsoft implementation of vsnprintf() 2011-02-22 00:49:01 +00:00
Stas Degteff
bed4391df4 New variant of gerrinfo() - output to log arbitrary message with file-line information 2011-02-22 00:08:17 +00:00
Stas Degteff
4ae22df357 fix: insert required va_end() call 2011-02-21 22:09:01 +00:00
Stas Degteff
6c0ee5823a Fix log messages 2011-02-21 22:01:54 +00:00
Stas Degteff
dc33e90de0 Add comment about strftimei() 2011-02-21 13:09:11 +00:00
Stas Degteff
f7f092da62 Prevent potencial bug: use memmove() instead strcpy() for overlap source and destination 2011-02-21 13:08:04 +00:00
Stas Degteff
cccfeb5b1e update comment 2011-02-20 22:21:41 +00:00
Stas Degteff
6e221f4c52 workaround for implementation "speciality" in snprintf() and vsnprintf() from Microsoft 2011-02-20 21:30:47 +00:00
Stas Degteff
00d2ebd8c6 Fix gsprintf() logic 2011-02-20 20:41:48 +00:00
Stas Degteff
5e98926932 New preprocessor macroses for compiler verstion tests: __GNUC_LESS(maj,min), __GNUC_NOT_LESS(maj, min), __VISUAL_STUDIO_LESS(maj, min), __VISUAL_STUDIO_NOT_LESS(maj, min), __VISUAL_C_LESS(maj, min) and __VISUAL_C_NOT_LESS(maj, min) 2011-02-20 16:19:32 +00:00
Stas Degteff
e09f554a2f Use common-use macro HAVE_VSNPRINTF and HAVE__VSNPRINTF instead G_HAS_VSNPRINTF 2011-02-20 00:08:06 +00:00
Stas Degteff
72293cb2b7 Update build files for Microsoft Visual Studio. Patch from Semen Panevin 2:5025/121 2011-02-19 21:06:40 +00:00
Stas Degteff
02a87e8e2e Fix MS VS 6.0 build, where string:clear() is not exist. Use one instanse of class string for all temporary strings 2011-02-19 20:14:58 +00:00
Stas Degteff
1f25fbac5f snprintf() and vsnprintf() for compilers without his 2011-02-19 18:46:06 +00:00