Author: muggenhor
Date: Mon Jul 21 00:50:55 2008
New Revision: 5622

URL: http://svn.gna.org/viewcvs/warzone?rev=5622&view=rev
Log:
Merged revisions r5618:5621 into the 2.1 branch via svnmerge from trunk

........
  r5618 | muggenhor | 2008-07-21 00:46:26 +0200 (ma, 21 jul 2008) | 1 line
  
  In the MinGW stack dumper, use dbgDumpHeader to dump a generic debug info 
header, instead of custom crafted (and duplicated) code.
........
  r5619 | muggenhor | 2008-07-21 00:46:46 +0200 (ma, 21 jul 2008) | 1 line
  
  Remove the terminating newline ('\n') from ctime's output to allow different 
newline styles (e.g. "\r\n" on Windows)
........
  r5620 | muggenhor | 2008-07-21 00:46:50 +0200 (ma, 21 jul 2008) | 1 line
  
  Replace uses of "\n" and std::endl with uses of constant `endl`, which is 
defined to the platform's native line ending.
........
  r5621 | muggenhor | 2008-07-21 00:46:55 +0200 (ma, 21 jul 2008) | 2 lines
  
   * Replace uses of strcpy, strcat and sprintf with sstrcpy, sstrcat and 
ssprintf where possible
   * Merge a translation string into it's printf formatting string (i.e. make 
the format string the translated string)
........

Modified:
    branches/2.1/   (props changed)
    branches/2.1/lib/exceptionhandler/dumpinfo.cpp
    branches/2.1/lib/exceptionhandler/exchndl.c
    branches/2.1/src/multiint.c


_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits

Reply via email to