Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

03-Jun-04 11:08:59 D.D Purdie
    * rpc_main.c,
        WIN32 - Ensure that comspec contains \ and not /
                Messed about by cygwin
        WIN32 - Ensure that the tmpfile is not created in the root
                directory. Creates tmpfile in TMP or local dir        

Fri May 1  16:40:00 1998  JohnD

        * makefile.95
                Added for microsoft vc++

Mon May 12 18:27:18 1997  APY

        * rpc_main.c,
                Incorrectly parsed 'program name' within usage.
                
Sun May 11 15:54:44 1997  APY

        * '-y' switch

        * Create makefile.wc

        * WIN32 support added,
                rpc_main.c
                rpc_svro.c


26/06/95 APY

        * Changes required for DOS/EMBEDDED rpcgen.exe,
                rpc_main.c
                        open_input() -
                                Uses 'system' not pipe()/fork()

                        usage() -
                                Trimmed cmdname, removes path.

                        parseargs() -
                                Included -E, embedded client/server
                                code genetation.
                                 
                                #if !defined(PATCHED)
                                        :
                                #endif

                        options_usage() -
                                Included -E, embedded client/server
                                code generation.

                rpc_util.c:
                        reinitialize() -
                                Closes fin/fout, as they are reused
                                in each pass.

                rpc_util.h:
                        EMBEDDED support

                rpc_svco.c:
                        EMBEDDED support