Commit Graph

370 Commits

Author SHA1 Message Date
Ianos Gnatiuc
508dd05f5e Fix gcc warnings 2006-05-17 05:33:45 +00:00
Ianos Gnatiuc
b3496843dd Unlimited reply link chain (max was 30 replies) 2006-05-15 06:20:57 +00:00
Stas Degteff
b322344dae Fix DJGPP build 2006-05-14 18:37:26 +00:00
Ianos Gnatiuc
717827510e Refactoring! 2006-05-14 17:17:32 +00:00
Ianos Gnatiuc
4df8f71029 Fixed g++ warnings. 2006-05-14 11:45:05 +00:00
Ianos Gnatiuc
866e5c2657 Fixed cygwin build. 2006-05-14 01:19:58 +00:00
Ianos Gnatiuc
40cd10db65 Refactoring! 2006-05-13 16:15:35 +00:00
Ianos Gnatiuc
056c5341d9 Fixed keyboard deadlock on win32 2006-05-07 18:42:35 +00:00
Ianos Gnatiuc
1cb9ab528b Refactoring! 2006-05-06 09:13:21 +00:00
Ianos Gnatiuc
7a646ca788 Converted .c to .cpp 2006-05-06 09:10:18 +00:00
Ianos Gnatiuc
c45e6f7f35 Fixed UUE and BASE64 encoding. 2006-04-30 06:57:51 +00:00
Stas Degteff
a4284831c6 Fix GCC build 2006-04-27 09:22:18 +00:00
Ianos Gnatiuc
f2ece5007e Sorry, refactoring! 2006-04-26 17:06:23 +00:00
Ianos Gnatiuc
6cac338f3e Sorry, refactoring! 2006-04-24 16:38:44 +00:00
Ianos Gnatiuc
df0f689816 Fixing warnings and errors for MSVS 2005 compiler 2006-04-21 19:57:30 +00:00
Stanislav Mekhanoshin
e3bbfbee86 fixed extra semicolon 2006-04-13 13:23:40 +00:00
Stas Degteff
0cd4980adc Fix files list 2006-04-10 19:10:51 +00:00
Stas Degteff
25a6aac799 CGG build with hunspell 2006-04-10 19:04:04 +00:00
Ianos Gnatiuc
df425217eb Added HunSpell support 2006-04-08 04:30:32 +00:00
Ianos Gnatiuc
fef9faee87 Removed needless myspell library from project 2006-04-08 04:24:43 +00:00
Ianos Gnatiuc
069e4395c4 Added HunSpell library to project 2006-04-08 04:24:16 +00:00
Stas Degteff
ccfde2d1ec Fix FreeBSD build: stpcpy isn't exists in FreeBSD 2006-04-05 17:45:12 +00:00
Ianos Gnatiuc
b31a923d9d Added HunSpell library to project 2006-04-05 17:20:12 +00:00
Ianos Gnatiuc
15e8cdd990 SCheckerDefLang now may be used in random system groups 2006-04-05 15:56:53 +00:00
Ianos Gnatiuc
f5971f8c6e Win32: MS Spell dictionary charset is identified in the proper way. Also, language ID is in human readable form now. 2006-04-05 15:56:04 +00:00
Ianos Gnatiuc
ef23aba6de Win32: Fixed addition of new words to MS Spell user dictionary 2006-03-27 18:39:27 +00:00
Ianos Gnatiuc
8be23dd403 - Fixed MSVC build and some cosmetic fixes/optimizations 2006-03-12 10:48:42 +00:00
Stas Degteff
a858711ce8 use 8.3 filenames template 2006-03-12 09:17:17 +00:00
Stas Degteff
0eece91200 GCC build with Myspell support (DJGPP) 2006-03-12 09:15:19 +00:00
Stas Degteff
df1529fd6a GCC build with Myspell support (mingw-cygwin) 2006-03-12 07:57:03 +00:00
Stas Degteff
99aedb1707 remove extra ';' 2006-03-12 07:56:25 +00:00
Stas Degteff
eb17930b1c GCC build with Myspell support 2006-03-11 23:31:23 +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
Ianos Gnatiuc
dbac4566d8 Added MySpell library to project 2006-03-11 16:21:45 +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
Ianos Gnatiuc
5fb7f95cb8 Fixed g++ std::string incompatibility 2006-02-24 08:53:21 +00:00
Ianos Gnatiuc
823a7c8699 All buffers used with TokenXlat function now are of variable size 2006-02-20 21:44:10 +00:00
Stas Degteff
3c82e53d5f Fix *nix builds 2006-02-18 14:06:59 +00:00
Ianos Gnatiuc
cead5992ee DispSoftCR now may be used in random system groups. Changed DispSoftCR and UseSoftCrxLat keywords global defaults. 2006-02-04 18:16:51 +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
Stanislav Mekhanoshin
cef676eec2 SUN Solaris support imroved 2006-01-27 13:04:36 +00:00
Stas Degteff
421a724a03 Fix *nix build 2006-01-21 16:12:31 +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
ac0e7216dd Error message if AREAFILE fidoconfig can't open 2006-01-20 22:39:09 +00:00
Stas Degteff
0c874292ed Fix hpt (fidoconfig) version check 2006-01-20 12:30:21 +00:00
Stas Degteff
a9cfb10027 Fix garbage screen output on Linux 2006-01-20 11:55:12 +00:00
Ianos Gnatiuc
10f34e6765 Solving attribute constants definition conflicts 2006-01-20 00:15:05 +00:00