r8606 - trunk/darkplaces

divverent at icculus.org divverent at icculus.org
Sun Dec 28 13:47:43 EST 2008


Author: divverent
Date: 2008-12-28 13:47:42 -0500 (Sun, 28 Dec 2008)
New Revision: 8606

Modified:
   trunk/darkplaces/cl_main.c
   trunk/darkplaces/cl_parse.c
   trunk/darkplaces/cmd.c
   trunk/darkplaces/common.c
   trunk/darkplaces/console.c
   trunk/darkplaces/host_cmd.c
   trunk/darkplaces/netconn.c
   trunk/darkplaces/prvm_cmds.c
   trunk/darkplaces/prvm_edict.c
   trunk/darkplaces/quakedef.h
   trunk/darkplaces/sys_linux.c
   trunk/darkplaces/sys_win.c
Log is attached.
fix whitespace handling:
treat ONLY the following characters as whitespace:
NUL, TAB, LF, CR, SPC
Alternatively, there is commented out macro code in quakedef.h to accept any chars in 0..32 as whitespace.
Previously: 0..32 and 128..255 (due to signed char)


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20081228.184743.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20081228/17da6f4e/attachment.diff>


More information about the twilight-commits mailing list