CVS: rdesktop/doc HACKING,1.6,1.7
Peter Ã
strand <[email protected]> Wed, 03 Jan 2007 01:58:37 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13192/doc Modified Files: HACKING Log Message: Documented that we should remain compatible with C89 Index: HACKING =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/doc/HACKING,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** HACKING 27 Oct 2006 12:59:38 -0000 1.6 --- HACKING 3 Jan 2007 09:58:35 -0000 1.7 *************** *** 15,19 **** Structure --------- ! The core protocol stack should be system-independent (i.e. ANSI C only) so that it is easy to port. This currently applies to the following files: --- 15,19 ---- Structure --------- ! The core protocol stack should be system-independent (i.e. ANSI C89 only) so that it is easy to port. This currently applies to the following files: *************** *** 24,27 **** --- 24,32 ---- + Compiler support + ---------------- + The source code should be compatible with ANSI C89. + + RDP resources ------------- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV