[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove debugging code (580b6d2)
git at git.haskell.org
git at git.haskell.org
Fri Apr 21 16:47:13 UTC 2017
- Previous message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: re-add #include "ghcconfig.h", conditional on __GLASGOW_HASKELL__ (17faab4)
- Next message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: use non-GHC-specific #ifdef test for Windows (d65e1de)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/580b6d2b0e3c6409b1592c508754460c079a3969
>---------------------------------------------------------------
commit 580b6d2b0e3c6409b1592c508754460c079a3969
Author: simonmar <simonmar at microsoft.com>
Date: Tue Jun 6 06:00:44 2006 -0700
remove debugging code
darcs-hash:20060606130044-3ed52-0c26fad63e2d0cde23c686bccd51205105b702a5
>---------------------------------------------------------------
580b6d2b0e3c6409b1592c508754460c079a3969
cbits/HsTime.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/cbits/HsTime.c b/cbits/HsTime.c
index 6fd8342..133fd6c 100644
--- a/cbits/HsTime.c
+++ b/cbits/HsTime.c
@@ -29,7 +29,6 @@ long int get_current_timezone_seconds (time_t t,int* pdst,char const* * pname)
# if mingw32_HOST_OS
name = dst ? _tzname[1] : _tzname[0];
- printf("dst: %d, tzname0: %s, tzname1: %s\n", dst, _tzname[0], _tzname[1]);
# elif HAVE_TZNAME
name = *tzname;
# else
- Previous message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: re-add #include "ghcconfig.h", conditional on __GLASGOW_HASKELL__ (17faab4)
- Next message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: use non-GHC-specific #ifdef test for Windows (d65e1de)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list