Files
ldc/runtime/internal
Frits van Bommel d1911d40d6 Fix some issues with fawzi's patch.
- It now actually compiles:
   - import stdc.stdio for string formatting functions)
   - remove extra '{'
 - Use snprintf() instead of sprintf().
 - Use return value from snprintf instead of strlen().
 - Don't print the filename in Exception.writeOut() if it has zero length and
   the line number is 0
   (It would previously only skip these if the filename was null, but not if it
   was a different empty string)
 - Ignore empty filename + line number 0 in FrameInfo.writeOut() as well.
2009-03-18 15:33:19 +01:00
..
2008-12-27 16:07:23 +01:00
2008-10-22 17:06:17 +02:00
2008-10-22 14:55:33 +02:00
2008-12-15 21:09:33 +01:00
2009-03-18 15:20:07 +01:00
2009-03-18 15:33:19 +01:00
2008-08-21 15:19:45 +02:00
2008-10-22 14:55:33 +02:00
2008-10-22 14:55:33 +02:00