/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/HACKING
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/HACKING

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 674 by astrand, Tue Feb 11 10:40:03 2003 UTC revision 675 by astrand, Tue Apr 20 06:58:03 2004 UTC
# Line 4  Code style / indentation Line 4  Code style / indentation
4  The file indent-all.sh contains information about the current code  The file indent-all.sh contains information about the current code
5  style.  Run this script before commits.  style.  Run this script before commits.
6    
7    
8  Variable argument macros  Variable argument macros
9  ------------------------  ------------------------
10  Variable argument macros are non-portable in general, and should be  Variable argument macros are non-portable in general, and should be
11  avoided.  Either use a second set of parentheses like DEBUG, or create  avoided.  Either use a second set of parentheses like DEBUG, or create
12  a variable argument function like error.  a variable argument function like error.
13    
14    
15  Structure  Structure
16  ---------  ---------
17  The core protocol stack should be system-independent (i.e. ANSI C  The core protocol stack should be system-independent (i.e. ANSI C
# Line 18  following files: Line 20  following files:
20    
21  bitmap.c licence.c orders.c rdp.c cache.c iso.c mcs.c rdesktop.c  bitmap.c licence.c orders.c rdp.c cache.c iso.c mcs.c rdesktop.c
22  secure.c  secure.c
23    
24    
25    RDP resources
26    -------------
27    http://dev.remotenetworktechnology.com/refdata.htm

Legend:
Removed from v.674  
changed lines
  Added in v.675

  ViewVC Help
Powered by ViewVC 1.1.26