.. |
be_lock.c
|
Tab chars (0x9) was replaced with spaces
|
2005-10-23 04:39:25 +00:00 |
be_lock.h
|
Tab chars (0x9) was replaced with spaces
|
2005-10-23 04:39:25 +00:00 |
gall.all
|
Update master build file.
|
2011-02-19 18:45:27 +00:00 |
gasmamis.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gbmh.cpp
|
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 |
gbmh.h
|
fix building with gcc 4.x
|
2009-04-04 09:51:04 +00:00 |
gcharset.cpp
|
Fix Win32 build
|
2007-02-22 11:10:55 +00:00 |
gcharset.h
|
Resolve conflict between defines (win32)
|
2007-02-05 08:23:18 +00:00 |
gcmpall.h
|
Fix MS Visual C build
|
2010-03-24 07:29:21 +00:00 |
gcrc16tb.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gcrc32tb.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gcrcall.h
|
Refactoring!
|
2006-05-06 09:13:21 +00:00 |
gcrchash.cpp
|
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 |
gcrckeyv.cpp
|
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 |
gcrcm16.cpp
|
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 |
gcrcm32.cpp
|
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 |
gcrcs16.cpp
|
fix eof
|
2011-02-13 13:20:19 +00:00 |
gcrcs32.cpp
|
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 |
gctype.h
|
OS/2 build fix for GNU C 3.5, patch from Max Vasilyev 2:5057/77
|
2010-04-29 22:29:11 +00:00 |
gdbgerr.cpp
|
Fix MS VC build
|
2011-02-22 07:45:45 +00:00 |
gdbgerr.h
|
New variant of gerrinfo() - output to log arbitrary message with file-line information
|
2011-02-22 00:08:17 +00:00 |
gdbgexit.cpp
|
Random fixes
|
2002-10-26 16:28:01 +00:00 |
gdbgtrk.cpp
|
Fix g++ 4.3.x build
|
2009-04-19 20:49:49 +00:00 |
gdbgtrk.h
|
Fixed g++ warnings.
|
2006-05-14 11:45:05 +00:00 |
gdefs.h
|
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 |
gdirposx.cpp
|
Tab chars (0x9) was replaced with spaces
|
2005-10-23 04:39:25 +00:00 |
gdirposx.h
|
Refactoring. Added URLSCHEME config keyword (not active yet).
|
2007-01-08 09:48:18 +00:00 |
geall.h
|
Implement the display level of the charset (2nd parameter of 3rd line of .CHS. Test this please!
|
2007-10-29 21:33:07 +00:00 |
gespell.cpp
|
Fixed build
|
2011-03-20 19:07:00 +00:00 |
gespell.h
|
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 |
geval.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
geval.h
|
Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;)
|
2001-07-16 20:35:42 +00:00 |
gevalhum.cpp
|
Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;)
|
2001-07-16 20:35:42 +00:00 |
gevalrpn.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gfile.cpp
|
Don't call close() for not associated file handle
|
2011-02-22 11:37:07 +00:00 |
gfile.h
|
Explicit specify type for shift operations is required by MS VC. Patch from Max Vasilyev 2:5057/77
|
2010-12-20 03:02:00 +00:00 |
gfilport.cpp
|
Fix DJGPP build
|
2010-03-23 09:06:37 +00:00 |
gfilutil.h
|
use strschg_environ() with control length of string
|
2011-02-17 22:59:54 +00:00 |
gfilutl1.cpp
|
use strschg_environ() with control length of string
|
2011-02-17 22:59:54 +00:00 |
gfilutl2.cpp
|
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 |
gftnaddr.cpp
|
Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;)
|
2001-07-16 20:35:42 +00:00 |
gftnall.h
|
fix building with gcc 4.x
|
2009-04-04 09:51:04 +00:00 |
gftnnl.cpp
|
Fix g++ 4.3.x build
|
2009-04-19 20:49:49 +00:00 |
gftnnl.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gftnnlfd.cpp
|
Fix g++ 4.3.x build
|
2009-04-19 20:49:49 +00:00 |
gftnnlfd.h
|
Changed ulong type to uint32_t
|
2005-10-20 21:41:32 +00:00 |
gftnnlfu.cpp
|
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 |
gftnnlfu.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gftnnlge.cpp
|
More accuracy check end of line in nodelist. Thanks to Konstantin Kuzov 2:5019/40
|
2009-07-17 16:52:31 +00:00 |
gftnnlge.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gftnnlv7.cpp
|
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 |
gftnnlv7.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gfuzzy.cpp
|
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 |
gfuzzy.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
ghdrmime.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
ghdrmime.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gkbdunix.cpp
|
Changed not to ! in preprocessing directive
|
2003-04-28 14:42:26 +00:00 |
gkbdunix.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
glog.cpp
|
Fixed cygwin build.
|
2006-05-14 01:19:58 +00:00 |
glog.h
|
Declare global variable LOG in common header
|
2011-03-15 06:52:05 +00:00 |
gmemall.h
|
fix building with gcc 4.x
|
2009-04-04 09:51:04 +00:00 |
gmemdbg.cpp
|
Fix compilation for 64 platform
|
2008-03-01 04:24:49 +00:00 |
gmemdbg.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gmemi86.h
|
Changed part of integer types to intN_t
|
2005-10-22 14:44:25 +00:00 |
gmemutil.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gmsgattr.cpp
|
Added archived echoes support
|
2001-12-17 15:44:55 +00:00 |
gmsgattr.h
|
Fixing warnings and errors for MSVS 2005 compiler
|
2006-04-21 19:57:30 +00:00 |
gprnall.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gprnutil.cpp
|
Warning fixes
|
2001-04-01 09:46:21 +00:00 |
gregex.cpp
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
gregex.h
|
Fix building on bsd
|
2002-10-01 16:54:16 +00:00 |
gsearch.cpp
|
Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;)
|
2001-07-16 20:35:42 +00:00 |
gsearch.h
|
Namespace madness to get it to compile with gcc 3.0. Ah, 2.95 works too ;)
|
2001-07-16 20:35:42 +00:00 |
gshare.h
|
Tab chars (0x9) was replaced with spaces
|
2005-10-23 04:39:25 +00:00 |
gsigunix.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gsigunix.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gsnd.cpp
|
Win32: Fixed often registry reading when MCI sounds are enabled.
|
2006-08-13 17:03:02 +00:00 |
gsndall.h
|
none
|
2001-04-15 19:24:44 +00:00 |
gsndsapi.h
|
Fixed sound effects under DOS.
|
2000-03-01 18:17:45 +00:00 |
gsndwrap.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gstrall.h
|
Fixed typo
|
2011-03-20 19:15:25 +00:00 |
gstrarr.h
|
Refactoring. Added URLSCHEME config keyword (not active yet).
|
2007-01-08 09:48:18 +00:00 |
gstrbags.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gstrbags.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gstrctyp.cpp
|
Bugfix unfinity recurcive call in non-win32 builds
|
2005-11-05 21:28:57 +00:00 |
gstrmail.cpp
|
Fix warning
|
2004-01-20 14:58:37 +00:00 |
gstrmail.h
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
gstrname.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gstrutil.cpp
|
Improve diagnostic of crash
|
2011-10-19 23:31:31 +00:00 |
gtimall.h
|
Add comment about strftimei()
|
2011-02-21 13:09:11 +00:00 |
gtimjuld.cpp
|
Fix formatting
|
2002-11-04 18:59:51 +00:00 |
gtimutil.cpp
|
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 |
gtxtpara.cpp
|
fixes
|
2001-03-04 11:03:12 +00:00 |
gtxtpara.h
|
fixes
|
2001-03-04 11:03:12 +00:00 |
gusrbase.cpp
|
Checks for NULL pointers and result of read() for Squish and Jam
|
2010-03-21 23:37:12 +00:00 |
gusrbase.h
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrezyc.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrezyc.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gusrgold.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrgold.h
|
Changed ulong type to uint32_t
|
2005-10-20 21:41:32 +00:00 |
gusrhuds.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrhuds.h
|
Changed ulong type to uint32_t
|
2005-10-20 21:41:32 +00:00 |
gusrmax.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrmax.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gusrpcb.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrpcb.h
|
Changed ushort, uchar and sbyte types to intN_t
|
2005-10-21 19:48:21 +00:00 |
gusrra2.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrra2.h
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrwcat.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gusrxbbs.cpp
|
Refactoring!
|
2006-05-13 16:15:35 +00:00 |
gusrxbbs.h
|
64 bit platforms support
|
2005-10-07 12:41:11 +00:00 |
gutlbeos.cpp
|
Latest changes
|
2004-10-04 14:50:08 +00:00 |
gutlclip.cpp
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
gutlclip.h
|
BeOS build: clipboard operations were added
|
2003-12-21 16:46:55 +00:00 |
gutlcode.cpp
|
Changed ulong type to uint32_t
|
2005-10-20 21:41:32 +00:00 |
gutlcode.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gutldos.cpp
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
gutlgrp.cpp
|
MSVC friendly fixes [2]
|
2002-09-24 10:16:04 +00:00 |
gutlgrp.h
|
SCheckerDefLang now may be used in random system groups
|
2006-04-05 15:56:53 +00:00 |
gutlmisc.cpp
|
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 |
gutlmisc.h
|
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 |
gutlmtsk.cpp
|
BeOS port related changes (initial commit)
|
2003-03-29 21:51:19 +00:00 |
gutlmtsk.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gutlos2.cpp
|
cast to bool optimization
|
2005-10-25 06:11:09 +00:00 |
gutlos2m.cpp
|
Fixed impossibility of building GED+ under OS/2.
|
2000-04-25 15:22:57 +00:00 |
gutlos.h
|
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 |
gutltag.cpp
|
Sorry, refactoring!
|
2006-04-24 16:38:44 +00:00 |
gutltag.h
|
64 bit platforms support
|
2005-10-07 12:41:11 +00:00 |
gutlunix.cpp
|
Fix from Semen Panevin 2:5025/121
|
2005-10-17 15:10:33 +00:00 |
gutlunix.h
|
BeOS port related changes (initial commit)
|
2003-03-29 21:51:19 +00:00 |
gutlvers.cpp
|
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 |
gutlwin.cpp
|
few optimizations
|
2005-11-01 02:31:41 +00:00 |
gutlwinm.cpp
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
gwildmat.cpp
|
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 |
gwildmat.h
|
GoldED+ sources: Initial revision.
|
2000-02-25 10:15:17 +00:00 |
Makefile
|
Prepare to use system hunspell library. Patch from Semen Panevin 5025/121
|
2011-03-20 15:48:14 +00:00 |
memleak.cpp
|
Update build files for Microsoft Visual Studio. Patch from Semen Panevin 2:5025/121
|
2011-02-19 21:06:40 +00:00 |
memleak.h
|
ExernUtil was broken.
|
2007-01-08 14:07:01 +00:00 |
snprintf.c
|
Fix DJGPP build (GCC 2.x). Bugreport from Max Vasilyev 2:5057/77
|
2011-03-02 08:54:12 +00:00 |