Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
03-Jun-04 11:08:59 D.D Purdie
2
    * rpc_main.c,
3
        WIN32 - Ensure that comspec contains \ and not /
4
                Messed about by cygwin
5
        WIN32 - Ensure that the tmpfile is not created in the root
6
                directory. Creates tmpfile in TMP or local dir        
7
 
8
Fri May 1  16:40:00 1998  JohnD
9
 
10
	* makefile.95
11
		Added for microsoft vc++
12
 
13
Mon May 12 18:27:18 1997  APY
14
 
15
	* rpc_main.c,
16
                Incorrectly parsed 'program name' within usage.
17
 
18
Sun May 11 15:54:44 1997  APY
19
 
20
	* '-y' switch
21
 
22
	* Create makefile.wc
23
 
24
	* WIN32 support added,
25
                rpc_main.c
26
                rpc_svro.c
27
 
28
 
29
26/06/95 APY
30
 
31
	* Changes required for DOS/EMBEDDED rpcgen.exe,
32
                rpc_main.c
33
                        open_input() -
34
                                Uses 'system' not pipe()/fork()
35
 
36
                        usage() -
37
                                Trimmed cmdname, removes path.
38
 
39
                        parseargs() -
40
                                Included -E, embedded client/server
41
                                code genetation.
42
 
43
                                #if !defined(PATCHED)
44
                                        :
45
                                #endif
46
 
47
                        options_usage() -
48
                                Included -E, embedded client/server
49
                                code generation.
50
 
51
                rpc_util.c:
52
                        reinitialize() -
53
                                Closes fin/fout, as they are reused
54
                                in each pass.
55
 
56
                rpc_util.h:
57
                        EMBEDDED support
58
 
59
                rpc_svco.c:
60
                        EMBEDDED support
61
 
62
 
63
 
64