source: trunk/gsdl/src/mgpp/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12997   18 years kjdon added ifdef win32 around the u_char and u-long typedefs to get rid of …
(edit) @12996   18 years kjdon changed u_char and u_long hash defines to typedefs, otherwise they can …
(edit) @12839   18 years kjdon changed the last mongolian mod to only include letters, and added in a …
(edit) @12736   18 years kjdon added in unicode range for Mongolian
(edit) @11257   18 years mdewsnip Removed the USE_STLPORT option -- use GSDL_VC4 instead.
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11120   18 years jrm21 made a variable static so it doesn't clash with a symbol in mg at link time
(edit) @11115   18 years kjdon had AR = @AR@, and for some reason this is no longer being resolved to …
(edit) @11100   18 years davidb removed extern "C" wrappers -- causes a problem in newer version of …
(edit) @11099   18 years davidb Changes AR = ar to AR = @AR@ to be consistent with cross compiling code.
(edit) @10851   19 years kjdon test for WORDS_BIGENDIAN instead of _LITTLE_ENDIAN or _BIG_ENDIAN
(edit) @9746   19 years kjdon one x-- -> --x change
(edit) @9609   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8759   20 years jrm21 use CXX instead of CC for compiling .cpp files
(edit) @8691   20 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @7267   20 years davidb Header now checks for #ifdef to see if getopt has been defined …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @3048   22 years jrm21 removed #define of setlocale. 1) We don't use setlocale anywhere …
(edit) @3016   22 years jrm21 Check for cygwin - if so, #include stdio before #defining setbuffer, …
(edit) @2941   22 years jrm21 Renamed variables CPP to CXX, as cpp means "pre-processor", not …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2927   22 years jrm21 don't #define alloca if it is already defined (just to remove some …
(edit) @2926   22 years jrm21 removed a ';' after a #endif - I think this gave a warning or error on …
(edit) @2710   23 years cs025 Make sure that WIN32 compilation uses the supplied hton/ntoh endian …
(edit) @2702   23 years jrm21 typo in argument name!! (It's only one letter long.....)
(edit) @2556   23 years jrm21 If we have getopt.h in here, gcc will find it instead of …
(edit) @2468   23 years sjboddie Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. …
(edit) @2442   23 years jrm21 portability changes, use getopt from unistd.h (all POSIX systems)
(edit) @2383   23 years jrm21 #include string.h for strdup on non-BSD systems.
(edit) @2377   23 years jrm21 replaced bcopy with memcpy
(edit) @2376   23 years jrm21 modified to get getopt() prototype from system headers.
(edit) @2375   23 years jrm21 Corrected use of BIG_ENDIAN | LITTLE_ENDIAN macros. Also replaced …
(edit) @2374   23 years jrm21 added a check for STDC compiler macro.
(edit) @2373   23 years jrm21 Now use system's memory alloc functions by default, instead of our …
(edit) @2372   23 years jrm21 minor change to get building on mac OS X, but applicable to all - we …
(edit) @2221   23 years jrm21 fixed typo in argument list - `int opt_index' -> 'int *opt_index'
(edit) @1518   24 years jrm21 Edited various Makefile.in files so that "make distclean" works properly.
(edit) @1364   24 years jrm21 Modified function decl.s from Classic C to Std. C
(edit) @1344   24 years kjm18 changed configure rules at end
(edit) @1295   24 years kjm18 changed to get mg & mgpp working together
(edit) @1294   24 years kjm18 a #define was causing errors, commented out.
(edit) @860   24 years rjmcnab Fixed a couple of bugs and made building silent if needed.
(add) @855   24 years sjboddie Rodgers new C++ mg
Note: See TracRevisionLog for help on using the revision log.