Commit Graph

53 Commits

Author SHA1 Message Date
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
6a6da92414 Fix FreeBSD build: include malloc.h only when a macro HAVE_MALLOC_H defined 2011-02-17 11:18:16 +00:00
Stas Degteff
3ebbe6d352 Now Golded+ outputs errors of reading of a config in stderr instead stdout 2011-02-13 13:21:15 +00:00
Stas Degteff
81d492adc7 Remove duplicated (in gcmpall.h) defines 2010-03-11 13:49:17 +00:00
Stas Degteff
cd2a9c1fab Fix build for Dragonfly BSD 2010-03-05 13:24:06 +00:00
Stanislav Mekhanoshin
2944b6961b patch to build on MAC OS/X with make PLATFORM=osx 2009-12-16 13:18:20 +00:00
Gremlin from Kremlin
5d1ed88a16 fix building with gcc 4.x 2009-04-04 09:51:04 +00:00
Stas Degteff
b219e0e68c Fix MacOS-X 2006-10-04 19:17:40 +00:00
Stas Degteff
b322344dae Fix DJGPP build 2006-05-14 18:37:26 +00:00
Ianos Gnatiuc
40cd10db65 Refactoring! 2006-05-13 16:15:35 +00:00
Ianos Gnatiuc
f2ece5007e Sorry, refactoring! 2006-04-26 17:06:23 +00:00
Ianos Gnatiuc
df0f689816 Fixing warnings and errors for MSVS 2005 compiler 2006-04-21 19:57:30 +00:00
Stas Degteff
dbeae2ff64 Change (optimize) '#if' expression 2006-03-11 22:57:08 +00:00
Ianos Gnatiuc
60ab82953c Fixed some bugs 2006-03-11 19:24:51 +00:00
Ianos Gnatiuc
8a041219e4 Added support for MySpell spellchecker 2006-03-11 17:04:06 +00:00
Stas Degteff
b52fa95643 Revert incorrect patch sequence 2006-02-24 12:29:21 +00:00
Ianos Gnatiuc
f883787d6b Fixed macro redefinition 2006-02-24 10:03:55 +00:00
Stas Degteff
3c82e53d5f Fix *nix builds 2006-02-18 14:06:59 +00:00
Stanislav Mekhanoshin
5050e3eb8e Workaround for SunOS of conflict between system and local int8_t definitions.
System headers implies that char is signed by ABI and define the type as
`char' while GoldEd has to be compiled with -funsigned-char and defines it
as `signed char'. Thus we have conflict definition. At the same time goldlib
cannot be compiled with -fsigned-char.
2006-02-01 10:06:07 +00:00
Stas Degteff
6854113d84 Replace macro __GOLD_SPELL__ with GCFG_NOSPELLDLL; DLL-speller allowed only for Win32; external cpellcheck program is disabled if DLL-speller is enabled 2006-01-21 00:57:09 +00:00
Stas Degteff
a9cfb10027 Fix garbage screen output on Linux 2006-01-20 11:55:12 +00:00
Ianos Gnatiuc
3350c0806e Replace all std::cout with internally defined macro 2006-01-17 17:47:35 +00:00
Stas Degteff
9b3a825e1c Success build Golded+ in MacOSX 2006-01-14 23:48:53 +00:00
Stas Degteff
ae3736fc28 Try to build Golded+ in MacOSX 2006-01-14 22:11:56 +00:00
Stas Degteff
44bcc8b1a1 Try to build Golded+ in MacOSX 2006-01-14 20:50:53 +00:00
Stas Degteff
240842ff68 Try to build native cygwin using 'make PLATFORM=lnx' 2005-12-14 16:18:30 +00:00
Stas Degteff
d72bcc266b Fix linux build 2005-11-22 19:35:25 +00:00
Stas Degteff
04b12637b2 Fix linux and mingw32 build 2005-11-16 14:49:13 +00:00
Stas Degteff
6078217981 fix GCC warnings 2005-11-05 23:18:14 +00:00
Stas Degteff
d89669bdf9 Fix GCC warnings 2005-11-03 11:43:11 +00:00
Stas Degteff
9928f3ee1f Fix GCC warnings 2005-11-01 20:09:07 +00:00
Stas Degteff
f43822b1c2 Fix for DJGPP build 2005-10-27 20:40:10 +00:00
Ianos Gnatiuc
97ffdeef9d cast to bool optimization 2005-10-25 06:11:09 +00:00
Stas Degteff
7d4f2d56fa Fix GNU C build 2005-10-23 13:33:46 +00:00
Ianos Gnatiuc
54a3490eaa Changet type bit to bits 2005-10-22 03:38:17 +00:00
Ianos Gnatiuc
fb668729c2 Solved compiler warnings 2005-10-22 02:45:18 +00:00
Ianos Gnatiuc
f559b54f6e Changed ushort, uchar and sbyte types to intN_t 2005-10-21 19:48:21 +00:00
Ianos Gnatiuc
6a9a1b0834 Changed part of unsigned long type to uint32_t 2005-10-21 02:31:39 +00:00
Ianos Gnatiuc
aaf04488fd Few uncommon types removed 2005-10-21 00:19:15 +00:00
Ianos Gnatiuc
c5734978fa Changed ulong type to uint32_t 2005-10-20 21:41:32 +00:00
Ianos Gnatiuc
d8a855aa42 Changed sdword and slong types to int32_t 2005-10-20 18:13:24 +00:00
Ianos Gnatiuc
b11d880f41 Fixed MSVC internal additional typedefs 2005-10-20 00:12:33 +00:00
Stas Degteff
b10f525ba9 Fix AMD64 build 2005-10-19 17:26:47 +00:00
Ianos Gnatiuc
0e5a6c06b7 Fixed internal additional typedefs 2005-10-18 03:49:35 +00:00
Stas Degteff
890937100d fix MS Visual C build after 64-bit support patch 2005-10-09 21:09:37 +00:00
Stas Degteff
0885946b30 64 bit platforms support 2005-10-07 12:41:11 +00:00
Stas Degteff
4a77b5a598 Apply changes to MS Visual C build. Patch from Ianos Gnatiuc 2:469/335.155 2005-08-26 23:14:24 +00:00
Stas Degteff
ff0e9e4c2a Fix gcc 4.0 build, part two. Patch from Max Alekseyev <relf@os2.ru> 2005-08-10 10:37:14 +00:00
Alexander S. Aganichev
499128809a MSVC friendly fixes [2] 2002-09-24 10:16:04 +00:00