Commit Graph

875 Commits

Author SHA1 Message Date
Stas Degteff
f72f52d5f7 SUN Solaris/x86 package by Stanislav Mekhanoshin. (Snapshot 01-02-2006) 2006-02-01 19:22:56 +00:00
Stanislav Mekhanoshin
6b66f2cb43 added script dist-sx86.sh for Solaris/x86 build 2006-02-01 14:39:55 +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
Ianos Gnatiuc
a49d62da90 Screen refresh optimization 2006-01-29 17:28:22 +00:00
Stas Degteff
b7062fe8c3 Solve conflict between sys/types.h and gdefs.h (int8_t) on Solaris/x86. Warning: now char is treated signed instead unsigned (Sun only) 2006-01-28 23:42:31 +00:00
Stas Degteff
305261a040 CR before prompt output (INSTALL mode) 2006-01-28 23:39:26 +00:00
Stas Degteff
9447822795 CP866 to koi8-r convertion table for xterm-sane by Gremlin 2006-01-28 20:22:34 +00:00
Stas Degteff
3a9d7f766c CP866 to koi8-r convertion table for xterm-sane by Gremlin 2006-01-28 20:16:46 +00:00
Stanislav Mekhanoshin
bc84170688 Linux support was affected by Solaris changes -- fixed 2006-01-27 13:17:00 +00:00
Stanislav Mekhanoshin
cef676eec2 SUN Solaris support imroved 2006-01-27 13:04:36 +00:00
Stas Degteff
15ec13d029 Fix golded/lnx binary names 2006-01-23 18:44:50 +00:00
Stas Degteff
079afb8967 Change requirement to recomendation about soft-cr replacement for region 2:50 2006-01-23 17:04:46 +00:00
Stas Degteff
05e85e7f7e Update SunOS platform strings 2006-01-23 16:51:35 +00:00
Stas Degteff
421a724a03 Fix *nix build 2006-01-21 16:12:31 +00:00
Stas Degteff
5c23c8a8e6 MS Office Spell checker feature is included into MS Visual C build 2006-01-21 13:16:17 +00:00
Stas Degteff
54bc373574 MS Office Spell checker feature is included into MS Visual C build 2006-01-21 13:07:30 +00:00
Stas Degteff
eb05b6fdaf Snapshot for the January 21, 2006. 2006-01-21 11:24:55 +00:00
Stas Degteff
0e254defa2 Actualize command line help 2006-01-21 11:21:50 +00:00
Stas Degteff
344fce0b7c Replace macro __GOLD_SPELL__ with GCFG_NOSPELLDLL; DLL-speller allowed only for Win32; external spellcheck program is disabled if DLL-speller is enabled 2006-01-21 01:02:44 +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
348b78be9d Search config file sequence is changed 2006-01-21 00:54:18 +00:00
Stas Degteff
53a185b293 Fix GCC warning about deprecated header file 2006-01-20 22:47:43 +00:00
Stas Degteff
456560b1c2 Error message if AREAFILE fidoconfig can't open 2006-01-20 22:46:56 +00:00
Stas Degteff
89f5d0749f Fix GCC warning about deprecated header file 2006-01-20 22:39:50 +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
Stas Degteff
bcf87c8591 Fix DOS/DJGPP build 2006-01-19 21:33:24 +00:00
Stas Degteff
45c2293497 Add condition to build golded+ with spellchecker into Makefile 2006-01-19 21:31:36 +00:00
Stas Degteff
eced0b35a3 Fix garbage screen output on Linux 2006-01-19 10:36:36 +00:00
Stas Degteff
260f033562 Fix GCC build GNUmakef.def 2006-01-18 21:36:01 +00:00
Stas Degteff
136d3ead74 Add definitions for the 'sun' platform (SUN Solaris) 2006-01-18 20:56:03 +00:00
Stas Degteff
7d80791ad3 Add definitions for the 'sun' platform (SUN Solaris) 2006-01-18 20:49:36 +00:00
Stas Degteff
916932b31d Add commented example for AUTO recode feature 2006-01-18 20:27:52 +00:00
Stas Degteff
aecee40c24 Fix Visual C++ complier option for try{}catch{} 2006-01-18 19:35:30 +00:00
Stas Degteff
cdcd5f0ba0 TODO: big-endian platforms, goldlang engine update 2006-01-18 17:10:37 +00:00
Ianos Gnatiuc
3350c0806e Replace all std::cout with internally defined macro 2006-01-17 17:47:35 +00:00
Ianos Gnatiuc
d488a5510b Removed destination messagebase locking in CopyMoveForward function 2006-01-15 22:52:17 +00:00
Ianos Gnatiuc
819675bab2 Fixed marks and lastread pointers for move command 2006-01-15 09:06:36 +00:00
Ianos Gnatiuc
e3b8ef3ef9 Win9x: Fixed waiting for key pressing before area scanning 2006-01-15 09:06:02 +00:00
Ianos Gnatiuc
2587aa049f Stripping quotes from SCheckerUserDic 2006-01-15 09:05:40 +00:00
Stas Degteff
9b3a825e1c Success build Golded+ in MacOSX 2006-01-14 23:48:53 +00:00
Stas Degteff
b83958247c Enable C++ exceptions 2006-01-14 23:48:04 +00:00
Stas Degteff
cba73cfa0d Try to build Golded+ in MacOSX 2006-01-14 22:18:22 +00:00
Stas Degteff
ae3736fc28 Try to build Golded+ in MacOSX 2006-01-14 22:11:56 +00:00
Stas Degteff
66831e6a38 Fix unused variable definition 2006-01-14 22:11:32 +00:00
Stas Degteff
ffc0472dc6 remove unused variable definition 2006-01-14 21:06:37 +00:00
Stas Degteff
44bcc8b1a1 Try to build Golded+ in MacOSX 2006-01-14 20:50:53 +00:00
Stas Degteff
c2c4a7433d Add snapshot points into changes list 2006-01-14 18:41:12 +00:00