Commit Graph

474 Commits

Author SHA1 Message Date
Ianos Gnatiuc
21b44b65d2 Changed all toupper, tolower, isupper, islower and isalpha to internal defined function. Case insensitive regexp should work on Win9x now. 2005-10-31 22:18:26 +00:00
Ianos Gnatiuc
4057aba5d0 Improved false quote detection 2005-10-27 23:41:58 +00:00
Stas Degteff
f43822b1c2 Fix for DJGPP build 2005-10-27 20:40:10 +00:00
Stas Degteff
a88fa576ca Fix printf() parameters 2005-10-27 19:38:16 +00:00
Stas Degteff
e077a8ff63 Fix warning 2005-10-27 19:25:55 +00:00
Stas Degteff
7ebf8253e6 Fix typos 2005-10-27 19:18:58 +00:00
Stas Degteff
1f3c735f39 Update VIA CPU detection 2005-10-27 16:31:35 +00:00
Stas Degteff
d33dc84ae5 change CPU detection for non-w32 2005-10-27 16:28:14 +00:00
Stas Degteff
139032d223 TransMeta CPU detection 2005-10-27 16:23:43 +00:00
Ianos Gnatiuc
1f34df0b75 Help window will not close on pressing undefined keys 2005-10-26 21:04:05 +00:00
Stas Degteff
b5dc91c02d Update VIA C3 CentaurHauls detection 2005-10-26 16:00:32 +00:00
Ianos Gnatiuc
97ffdeef9d cast to bool optimization 2005-10-25 06:11:09 +00:00
Ianos Gnatiuc
1544629b43 Pick string windows will be resized to title length also 2005-10-25 03:41:16 +00:00
Stas Degteff
81300cf5a4 Display unknown 386 and 486 CPUs 2005-10-24 15:09:49 +00:00
Stas Degteff
7fd27d1de2 Fix non-win32 builds 2005-10-24 14:26:35 +00:00
Stas Degteff
c4f4d74911 Fix GNU C build 2005-10-24 14:25:46 +00:00
Stas Degteff
7d4f2d56fa Fix GNU C build 2005-10-23 13:33:46 +00:00
Stas Degteff
d5eab1626b Xeon CPU commented out 2005-10-23 13:33:26 +00:00
Ianos Gnatiuc
9813ce1e91 Tab chars (0x9) was replaced with spaces 2005-10-23 04:39:25 +00:00
Ianos Gnatiuc
1f4f8695e5 Changed part of integer types to intN_t 2005-10-22 14:44:25 +00:00
Stas Degteff
98ed5a2a37 Fix build on 64-bit platforms. Patch from Max Alekseyev <relf@os2.ru> 2005-10-22 07:09:54 +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
ec38c82df5 Changed all integer types to intN_t types 2005-10-21 17:47:34 +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
44c26c3b0a Changed time_t type to time32_t 2005-10-20 21:10:42 +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
Stas Degteff
5d34bd6b11 Add Xeon CPUID no. 2005-10-18 12:34:58 +00:00
Ianos Gnatiuc
0e5a6c06b7 Fixed internal additional typedefs 2005-10-18 03:49:35 +00:00
Ianos Gnatiuc
732be01903 Fixed ggmtime function 2005-10-17 21:49:22 +00:00
Ianos Gnatiuc
50c20ae93d All gmtime and localtime calls was rewritten to internal defined functions 2005-10-17 19:51:33 +00:00
Stas Degteff
d5b32cade9 Fix from Semen Panevin 2:5025/121 2005-10-17 15:10:33 +00:00
Ianos Gnatiuc
aae02f62bd GoldEd can fall because of invalid time in message 2005-10-16 22:37:22 +00:00
Stas Degteff
998de912ee Fix MSVC cpu detection after last patch 2005-10-16 09:52:01 +00:00
Stas Degteff
178cee4ed9 Replace iP-4 with iP-IV 2005-10-16 09:15:59 +00:00
Stas Degteff
795bb50063 Replace iPentium with iP54C and iP-MMX with iP55C 2005-10-16 09:15:11 +00:00
Stas Degteff
63d2cfc1ff Replace iCentrino with iP-M 2005-10-16 09:13:38 +00:00
Stas Degteff
6f8f267700 Update CPU detection code 2005-10-16 09:12:25 +00:00
Stas Degteff
0c149cd68a Optimize CPU detection code 2005-10-15 22:58:39 +00:00
Stas Degteff
34c300f44c Full x86 CPU detection 2005-10-15 21:43:46 +00:00
Ianos Gnatiuc
41eabae6a6 Fix PgUp/PgDn keys in help window 2005-10-14 14:20:48 +00:00
Stas Degteff
7ac08e73e2 CPUID support in GNU C 2005-10-13 19:28:32 +00:00
Ianos Gnatiuc
a31b8b396b replace Service_Pack_ with SP in @osver macro under WinNT 2005-10-12 05:15:00 +00:00
Stas Degteff
62c27d5dcf Improve OS and platform detection 2005-10-11 20:07:52 +00:00
Stas Degteff
af707b785c Fix MinGW32 build 2005-10-11 18:25:31 +00:00
Ianos Gnatiuc
cbde69e90a conform usage of alloca function 2005-10-11 01:54:40 +00:00
Ianos Gnatiuc
76bec88bc0 fix usage of type DWORD in gcpuid function 2005-10-10 23:21:42 +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
7345cbfdf2 Fix P4 and IA64 cpu detection 2005-10-07 12:37:19 +00:00
Stas Degteff
626d41cfff Prevent buffer overflow 2005-10-07 12:11:50 +00:00
Stas Degteff
3177d92420 Fix GCC build (ISO C++ not allows unnamed structures) 2005-10-07 12:11:09 +00:00
Ianos Gnatiuc
7c5e65cfcd pressing shift and one of editgo keys for win32 version 2005-10-06 17:50:55 +00:00
Ianos Gnatiuc
3807deacff twitname and twitsubj in random system groups 2005-10-06 12:08:57 +00:00
Ianos Gnatiuc
97ed80ae89 processor name to @widepid and @osver macros 2005-10-05 21:58:34 +00:00
Ianos Gnatiuc
91d1d3ffdf menunextarea config file token 2005-10-05 01:40:16 +00:00
Ianos Gnatiuc
4285622f3f disable warnings in msvc comilation 2005-10-04 23:32:38 +00:00
Ianos Gnatiuc
77e4461a7d usesoftcrxlat config file token 2005-10-04 22:43:15 +00:00
Stas Degteff
49294f1f56 Stylecodes now may be used in random system groups. Patch from Ianos Gnatiuc 2:5030/830.17 2005-10-03 16:55:00 +00:00
Stas Degteff
e9b29523c2 Golded+/lnx: Adopt clipboard to newest MC versions. 2005-09-27 16:31:00 +00:00
Stas Degteff
5cab8ee60e New features: ReplyLinkFloat & ReplyLinkShowAlways 2005-09-20 18:57:30 +00:00
Stas Degteff
7f416bdb4f Add comment for Mappath() declaration 2005-09-15 19:59:44 +00:00
Stas Degteff
87a4e6f763 Disable MSVC warnings 2005-08-29 20:00:54 +00:00
Stas Degteff
1f2fc4b132 fix types conversion 2005-08-29 19:49:00 +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
12c860a28c Fix type definitions 2005-08-26 23:12:29 +00:00
Stas Degteff
8e0bee0697 Continue patch for MS Visual C build. Thanks to Ianos Gnatiuc 2:5030/830.17@fidonet 2005-08-11 12:34:32 +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
Stas Degteff
0deb1611f8 Change type of the AddLine() parameter: use const modifier. Patch from Max Alekseyev <relf@os2.ru> 2005-08-10 09:21:01 +00:00
Stas Degteff
f1497fea2b fix compiler warning about C++ comment style 2005-08-10 07:23:51 +00:00
Stas Degteff
12eeb5554c Workaround of console implementation bug in Windwos 9x (hide cursor bug). Thanks to Ianos Gnatiuc 2:469/335.155 2005-08-08 12:42:33 +00:00
Stas Degteff
2179b64ed1 Fix case-insensitive pattern match for Windwos 9x. Thanks to Ianos Gnatiuc 2:469/335.155 2005-08-08 11:00:43 +00:00
Stas Degteff
52f60a8ee1 Fix MS Visual C build: prevent double slashes in pathname at seek. Thanks to Ianos Gnatiuc 2:469/335.155 2005-08-08 08:43:21 +00:00
Stas Degteff
c28a5f2b7f Bugfix (remove semicolon) by Tim Tsahayev <xeonium@myrealbox.com> 2005-05-11 10:58:51 +00:00
Stas Degteff
6e8413f4e1 Change enviroment test order to prevent use DJGPP options in cygwin 2005-04-26 09:49:22 +00:00
Alexander S. Aganichev
768ed964fe Fixes for multipart UUE 2004-10-04 15:00:51 +00:00
Alexander S. Aganichev
36382af659 Latest changes 2004-10-04 14:50:08 +00:00
Alexander S. Aganichev
dea2f1da28 Fixed newly introduced bug in copying/moving Opus mail 2004-01-20 15:02:15 +00:00
Alexander S. Aganichev
142b2807d0 One more rework for support MinGW 2004-01-20 15:00:03 +00:00
Alexander S. Aganichev
86705f4181 Fix warning 2004-01-20 14:58:37 +00:00
Alexander S. Aganichev
49adbfab72 Detect msys by OSTYPE as well 2003-12-22 08:02:19 +00:00
Alexander S. Aganichev
3b37290f9c Added support for WildCat 2003-12-22 08:01:54 +00:00
zharik
369479ac50 BeOS build: clipboard operations were added 2003-12-21 16:46:55 +00:00
zharik
ae0d43b3b5 BeOS realted stuff moved in separate file. See gutlbeos.cpp for details 2003-12-21 16:44:51 +00:00
Alexander S. Aganichev
5ed34a60fb Scope of recent changes. 2003-12-10 08:35:16 +00:00
Alexander S. Aganichev
0d62764685 Add pure MinGW support 2003-10-23 10:46:36 +00:00
Alexander S. Aganichev
f1fa5ae6d9 Add -pass to Fidoconfig parser 2003-10-23 10:44:32 +00:00
Alexander S. Aganichev
99b9606ea5 Fix conflict with new getopt 2003-08-09 10:20:59 +00:00
Alexander S. Aganichev
d52f9d1109 Fix CR/LF problem 2003-08-09 10:15:02 +00:00
Alexander S. Aganichev
824ad2730b Added new keywords, random fixes 2003-06-09 05:47:39 +00:00
Alexander S. Aganichev
fdb527747e Some improvements for recognizing filenames with tilde in the name 2003-04-30 11:15:43 +00:00
Alexander S. Aganichev
a2b356f113 Changed not to ! in preprocessing directive 2003-04-28 14:42:26 +00:00
Alexander S. Aganichev
64f5bac2f4 Fix warning 2003-04-16 12:57:46 +00:00
Alexander S. Aganichev
e9e33d7860 Add QNX6 port (Mike Gorchak), remove obsolete stuff 2003-04-16 08:43:49 +00:00
Alexander S. Aganichev
b45a762d2e Fix warnings 2003-04-16 08:38:17 +00:00
Alexander S. Aganichev
939e094421 Fix compilation on *nix systems 2003-04-10 14:37:15 +00:00
Alexander S. Aganichev
f6350dcf17 Fix typo 2003-04-07 10:36:32 +00:00
Alexander S. Aganichev
3b5cb6c142 Compilation problem under Linux should be fixed now 2003-04-07 10:28:33 +00:00
Alexander S. Aganichev
d0fc0d7104 Fix configuration parser problems 2003-04-07 10:24:42 +00:00
Alexander S. Aganichev
5d49473f91 Fix buffer filling problem 2003-04-07 10:21:30 +00:00
Alexander S. Aganichev
e9117d3e20 Compilation problem under Linux should be fixed now 2003-04-07 10:14:13 +00:00
zharik
b988f4008f *** empty log message *** 2003-04-05 20:23:57 +00:00
Alexander S. Aganichev
b795d76ae4 Initial revision 2003-04-04 08:50:03 +00:00
Alexander S. Aganichev
03de8fcc4b Fix formatting/cleaning 2003-04-03 14:20:58 +00:00
Alexander S. Aganichev
4e195466bd Fix warnings 2003-04-03 14:11:56 +00:00
Alexander S. Aganichev
1c8471befd Fix compilation issues 2003-04-03 14:11:03 +00:00
Alexander S. Aganichev
73f64102bd Fix license issue 2003-04-03 14:10:24 +00:00
zharik
dce18963e6 License changed to be more compatible woith other files 2003-04-01 20:05:18 +00:00
zharik
f760aae131 BeOS port related changes (initial commit) 2003-03-29 21:51:19 +00:00
Alexander S. Aganichev
4b6129ddc0 Fix JAM active messages counter on restoring deleted messages 2003-03-26 16:18:05 +00:00
Alexander S. Aganichev
6d4938356e SeqMsgID support files 2003-03-26 16:12:22 +00:00
Alexander S. Aganichev
1e4aa0ad90 Remove useless files from building 2003-03-26 16:07:27 +00:00
Alexander S. Aganichev
2bbcabe2a8 Fix CR/LF problem 2003-02-27 08:24:23 +00:00
Alexander S. Aganichev
dbb2ccc327 Convert tags to lower case 2003-02-20 14:17:33 +00:00
Alexander S. Aganichev
0b6ae7e43d Fixed compilation issue 2003-02-20 13:53:02 +00:00
Alexander S. Aganichev
c0439363f6 Do not crash if problem to access MC clipboard 2003-01-18 15:29:45 +00:00
Alexander S. Aganichev
1717358968 Fixed alloca problem with gcc 2003-01-12 12:10:24 +00:00
Alexander S. Aganichev
d88d4df4d0 Added PMWIN environment variable handling 2003-01-04 10:14:24 +00:00
Alexander S. Aganichev
e6149d0421 Fixed environment variables handling 2003-01-04 10:13:33 +00:00
Alexander S. Aganichev
c684094c38 Commented out unused structures and typedefs 2003-01-04 10:10:54 +00:00
Alexander S. Aganichev
1cc9571a4c Pathnames prepending fix 2002-11-24 16:08:06 +00:00
Alexander S. Aganichev
b22415f6ea MSVC do not have usleep 2002-11-20 13:10:00 +00:00
Alexander S. Aganichev
428385bc1e Random fixes 2002-11-09 21:08:34 +00:00
Alexander S. Aganichev
a39960cd13 Fix formatting 2002-11-04 18:59:51 +00:00
Alexander S. Aganichev
55f0bc47e8 Fix for NDEBUG build 2002-11-02 09:27:38 +00:00
Alexander S. Aganichev
6e729faf8a MC clipboard support - 2 2002-10-30 16:18:24 +00:00
Alexander S. Aganichev
4e4f8ba5eb fix for the del key 3 2002-10-30 06:57:27 +00:00
Alexander S. Aganichev
7f2a5deb09 Numpad Del fix 2-nd try 2002-10-27 18:21:45 +00:00
Alexander S. Aganichev
0514770bd6 Numpad Del fix 2002-10-27 11:24:40 +00:00
Alexander S. Aganichev
57bd70555d One more compatibility fix for clipboard resident, fixed dead key - space combinations 2002-10-27 11:05:05 +00:00
Alexander S. Aganichev
e9881a6129 Compatibility fix 2002-10-26 20:30:54 +00:00
Alexander S. Aganichev
5c40b1a909 Random fixes 2002-10-26 16:28:01 +00:00
Alexander S. Aganichev
542867d190 UUE decoder fix 2002-10-20 19:42:11 +00:00
Alexander S. Aganichev
e36d8cebd9 Random fixes 2002-10-11 05:54:11 +00:00
Alexander S. Aganichev
293685cd8e Random fixes 2002-10-05 21:13:23 +00:00
Alexander S. Aganichev
2b647df906 Fixed synchronet disabling macro, reverted back all the changes from gctype.h for emx 2002-10-04 20:08:17 +00:00
Alexander S. Aganichev
b4bac23b00 fixed emx compilation? 2002-10-02 19:06:33 +00:00
Alexander S. Aganichev
88a5c07469 Fix building on bsd 2002-10-01 16:54:16 +00:00
Alexander S. Aganichev
1c8c116321 Fixed MSVC related adjustments for Win32 2002-09-30 12:22:31 +00:00
Alexander S. Aganichev
253849ef65 Random fixes 2002-09-29 16:06:10 +00:00
Alexander S. Aganichev
20ba1cd738 MSVC friendly fixes [4] 2002-09-24 15:08:02 +00:00
Alexander S. Aganichev
f243a59fea MSVC friendly fixes [3] 2002-09-24 14:58:44 +00:00
Alexander S. Aganichev
499128809a MSVC friendly fixes [2] 2002-09-24 10:16:04 +00:00
Alexander S. Aganichev
dbeb60a30e Fixes to the recent patches 2002-09-23 09:23:45 +00:00
Alexander S. Aganichev
c283d9e260 Make MSVC a bit happy with sources 2002-09-23 06:16:34 +00:00
Alexander S. Aganichev
9d4ae516d5 Added Synchronet config reader 2002-09-21 10:14:04 +00:00
Alexander S. Aganichev
4e16730adc Added clipboard for the input prompts 2002-09-21 10:13:08 +00:00
Alexander S. Aganichev
c00d272bf7 Added MC clipboard support 2002-09-07 13:32:04 +00:00
Alexander S. Aganichev
3b6ca67214 Fixed bug in the Crashmail/CrashEcho config parser. 2002-09-06 08:43:14 +00:00
Alexander S. Aganichev
26caf9560e Fixed tail import into SMB 2002-09-03 07:29:42 +00:00
Alexander S. Aganichev
36ab81f044 Fixed compilation issues caused by the last commit of SMB, fixed hang on broken SMB 2002-09-03 07:17:19 +00:00
Alexander S. Aganichev
765ec7097d Yep, support older GCCs 2002-08-30 14:03:28 +00:00
Alexander S. Aganichev
cff3b440eb Various SMB fixes 2002-08-30 06:01:33 +00:00
Alexander S. Aganichev
41796b160f Fix of SMB compilation: try 2 2002-08-24 15:08:52 +00:00
Alexander S. Aganichev
02877adb54 Probably fixed SMB compilation under OS/2 2002-08-23 06:17:43 +00:00
Alexander S. Aganichev
53d11a6bce Fix duplication of AREASEP and packing of *.msg bases 2002-08-07 07:21:41 +00:00
Alexander S. Aganichev
105c2e765d Use window size when buffer size > 100 lines 2002-07-08 14:07:59 +00:00
Alexander S. Aganichev
a1717dc3de Reverted back changes -- not a bug 2002-07-06 07:27:18 +00:00
Alexander S. Aganichev
69b0494b8c Fixed origin line handling in AREADEF 2002-07-06 04:27:04 +00:00
Alexander S. Aganichev
d6142085f7 changed to use ctype.h functions 2002-06-16 10:07:36 +00:00
Alexander S. Aganichev
43d19f3954 small fixes 2002-06-14 06:46:39 +00:00
Alexander S. Aganichev
87b1a01de7 Clean up from commented code 2002-06-14 06:06:43 +00:00
Alexander S. Aganichev
9be8155cea Fix some problems with OEM keys 2002-06-13 06:56:44 +00:00
Alexander S. Aganichev
0a6aed7148 Some experiments for AltGr detection 2002-06-12 06:07:25 +00:00
Alexander S. Aganichev
077d4b55f5 fix warning 2002-06-10 06:23:04 +00:00
Alexander S. Aganichev
2da452a14f make crc32 tables accessible from plain C 2002-06-10 06:22:28 +00:00
Alexander S. Aganichev
151043cf9e Force to not fix CRTLDLL bug in MSVCRTL 2002-06-10 06:19:30 +00:00
Alexander S. Aganichev
9439573390 Updated to new version 2002-06-10 06:13:37 +00:00
Alexander S. Aganichev
7924145087 Force JAMSMAPIHIGHWATE to YES for Fidoconfig 2002-06-09 09:37:49 +00:00
Alexander S. Aganichev
de13de9e4d Final? fix to timezone detection 2002-06-06 07:12:34 +00:00
Alexander S. Aganichev
c812344f52 various small fixes 2002-05-31 13:55:45 +00:00
Alexander S. Aganichev
389bf63f62 Fix numerical groups, packed feature 2002-05-12 13:07:37 +00:00
Alexander S. Aganichev
7e11b3eb70 Do glyphs in right way 2002-05-09 15:19:35 +00:00
Alexander S. Aganichev
72b46c9bef Fixed fuzzy sorting, net/echomail.bss updating, compiling on gcc 3.x 2002-05-03 15:24:02 +00:00
Alexander S. Aganichev
1c39b5e099 See notework.txt 2002-04-21 12:01:13 +00:00
Alexander S. Aganichev
1182009fdd Fixed hang/crash for some mails 2002-01-04 21:31:13 +00:00
Alexander S. Aganichev
34270a36bb Be more safe when Unpacker not found 2001-12-26 13:00:18 +00:00
Alexander S. Aganichev
4d4f620053 Added archived echoes support 2001-12-17 15:44:55 +00:00
Alexander S. Aganichev
b92274e3f8 EditMsgSize removed, TEMPPATH used for temporary files storage instead of GOLDPATH, more accurate error handling in JAM, fix formatting 2001-12-15 23:56:43 +00:00
Alexander S. Aganichev
aebdcd0392 Fixed REPLY kludge 2001-12-14 15:54:21 +00:00
Alexander S. Aganichev
eeb0fb8246 Crashecho Areafile fixes 2001-12-14 15:51:37 +00:00
Alexander S. Aganichev
e36516c1c7 Few fixes to the keyboard driver/config, URLHandler now accepts options 2001-12-11 23:24:14 +00:00
Alexander S. Aganichev
8ff6239399 Added AREAFILE to Crashecho and environment expansion to Fidoconfig 2001-12-03 22:31:10 +00:00
Alexander S. Aganichev
50bf39660f Fixed getlogin() usage 2001-11-26 15:28:39 +00:00
Alexander S. Aganichev
029014ab20 Syncronizing doc with sources 2001-11-23 09:51:06 +00:00
Alexander S. Aganichev
500807f9a0 Updated Fidoconfig parser 2001-11-15 11:08:21 +00:00
Alexander S. Aganichev
808511750e Various charset fixes 2001-11-05 14:40:27 +00:00
Alexander S. Aganichev
01da006468 uuencode fixes 2001-11-01 17:20:18 +00:00
Alexander S. Aganichev
9379ef4226 Fixed synchronet compilation 2001-10-27 16:28:55 +00:00
Alexander S. Aganichev
a1e5aba0dd Redone synchronet support 2001-10-27 06:57:20 +00:00
Alexander S. Aganichev
8a72d0da3e Updated for the new version of SpaceToss 2001-10-24 14:43:48 +00:00
Alexander S. Aganichev
24e164dfc8 Added SpaceToss config 2001-10-22 15:05:30 +00:00
Alexander S. Aganichev
330a200f65 Added few function prototypes for SpaceToss 2001-10-21 17:41:29 +00:00
Alexander S. Aganichev
f1ab267ad1 Various fixes. See notework.txt 2001-10-07 08:24:26 +00:00
Alexander S. Aganichev
4e0b33423b Fixed Via kludge handling 2001-08-03 17:39:22 +00:00
Alexander S. Aganichev
690e26c268 Applied patches from Alexey and Pavel 2001-07-25 19:06:12 +00:00
Alexander S. Aganichev
0477998748 Trying to fix problem with UNC filepathes 2001-07-23 03:56:44 +00:00
Jacobo Tarrío
8c47abb153 Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;) 2001-07-16 20:35:42 +00:00
Alexander S. Aganichev
d9891a8e6e Different fixes 2001-07-03 04:27:54 +00:00
Alexander S. Aganichev
9008bc555d InternetRFCBody, ZapQuotesBelow, EditNewLine and other fixes 2001-06-12 17:31:12 +00:00
Alexander S. Aganichev
6a5125b7e5 Charset, InternetRFCBody changes; Quotecheck fixed 2001-05-26 20:29:38 +00:00
Alexander S. Aganichev
13b1a4fd12 Fixed locale on MSVCRT compilation, e-mail fixes. 2001-05-20 19:19:52 +00:00
Alexander S. Aganichev
a49b93dc74 Different fixes 2001-05-20 12:23:00 +00:00
Alexander S. Aganichev
8a624926cc Added Showdeleted indicator, fixed for MSVCRT 2001-05-13 19:15:31 +00:00
Alexander S. Aganichev
d794f70ae8 Fixed sopen problem 2001-05-13 09:32:30 +00:00
Alexander S. Aganichev
2e70dec322 bugfixing 2001-05-09 20:45:13 +00:00
Alexander S. Aganichev
61f978c8cd Fixed CrashMail/CrashEcho highwaters suport 2001-05-06 06:52:34 +00:00
Alexander S. Aganichev
cf69e9116e Crashecho support added, few Mappath fixes, one more range check in editor fixed 2001-05-05 21:41:41 +00:00
Alexander S. Aganichev
4934ba030c none 2001-04-15 19:24:44 +00:00
Alexander S. Aganichev
54e47b7b0a Fixes 2001-04-08 08:02:01 +00:00
Alexander S. Aganichev
b3cf864163 users.bbs handling fixed 2001-04-02 20:59:14 +00:00
Alexander S. Aganichev
f79327b384 Warning fixes 2001-04-01 09:46:21 +00:00
Alexander S. Aganichev
9cc8ef700c Cleanup 2001-03-30 18:44:19 +00:00
Alexander S. Aganichev
264399a2ec Fixes, added highwater support for Jam 2001-03-29 18:55:31 +00:00
Alexander S. Aganichev
72b435533d Locale fixes, header lowercasing removed 2001-03-20 21:05:04 +00:00
Alexander S. Aganichev
0fe26ddd91 New keywords, cleanup, other changes 2001-03-17 21:17:57 +00:00
ainmarh
c02dcab88d Using normal magic-chars on LiNUX platform. 2001-03-09 08:30:37 +00:00
Alexander S. Aganichev
a3c9a7a159 leading space fix 2001-03-07 05:46:58 +00:00
Alexander S. Aganichev
245e2e103d leading space fix 2001-03-05 22:45:58 +00:00
Alexander S. Aganichev
fc8735b3a1 internet handling fixes 2001-03-04 20:30:45 +00:00
Alexander S. Aganichev
d9b791db8e more and more new fixes 2001-03-04 14:14:33 +00:00
Alexander S. Aganichev
a01074ec94 fixes 2001-03-04 11:03:12 +00:00
Alexander S. Aganichev
d69ba8b37a fixes 2001-03-03 20:35:09 +00:00
Alexander S. Aganichev
b7e2b155af fixes 2001-03-03 13:16:14 +00:00
Alexander S. Aganichev
feb27a793a Macroses update, addressbook fixes, other changes 2001-02-24 18:37:28 +00:00
Alexander S. Aganichev
4d2f5ae1e5 minor fixes 2001-02-19 22:53:24 +00:00
Alexander S. Aganichev
741bd5e38b various fixes 2001-02-01 11:29:10 +00:00
Alexander S. Aganichev
9f70f9735c various fixes 2001-01-28 15:13:00 +00:00
Alexander S. Aganichev
d288f34470 various fixes 2001-01-27 11:52:13 +00:00
Alexander S. Aganichev
3b938d46f3 Fixed macro mechanism 2000-12-27 12:45:20 +00:00
Alexander S. Aganichev
748f2ea804 Xmas fixes 2000-12-24 19:47:06 +00:00
Alexander S. Aganichev
4156d37847 Help fix 2000-12-22 00:14:04 +00:00
Alexander S. Aganichev
fe6812d9a6 Encoding fixes, Win95 kbd fix, boundary checking added 2000-12-20 19:53:25 +00:00
Alexander S. Aganichev
12138e1af6 Added old fastecho back, fixed dot problem in win32, added new keywords 2000-12-19 09:02:51 +00:00
Alexander S. Aganichev
59fd0e8f84 Win32 fixes: redirection and file codepage 2000-12-13 22:27:13 +00:00
Alexander S. Aganichev
d95538c3e5 Fixed incorrect Macro processing, stripping spaces around origin, bit stablized crashmail parser 2000-12-10 08:29:00 +00:00
Alexander S. Aganichev
6bf3719817 OS/2 compilation fixes, russian FAQ update 2000-12-02 07:11:51 +00:00
Alexander S. Aganichev
2bce072dd1 various fixes 2000-11-27 06:15:29 +00:00
Alexander S. Aganichev
8ef102eff3 Fixed keyboard handling under Win 9x/ME 2000-11-24 20:20:27 +00:00
Alexander S. Aganichev
ad269abfa6 Adjustements according to Kostya Altuhov 2000-11-15 22:15:19 +00:00
Alexander S. Aganichev
2e97e897a3 More fixes to undo and errorneous termination, formatting. 2000-11-12 22:34:28 +00:00
Alexander S. Aganichev
8a3bb64045 Fixed Internet gated message replying, changed layout for kludges in JAM 2000-11-11 08:59:31 +00:00
Alexander S. Aganichev
f0b3dea792 Various fixes, mostly for win32 console 2000-11-06 14:26:34 +00:00
Alexander S. Aganichev
0ba6da729d Changes by 2000/10/22 2000-10-24 05:02:25 +00:00
Jacobo Tarrío
8be1e735f6 Latest patch from asa 2000-10-20 11:14:13 +00:00