source: trunk/gsdl/src/mgpp/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.