summaryrefslogtreecommitdiff
path: root/src/lib9/time.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+2
| | | | | | | | | This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
* build: test for _WIN32, not _MINGW32Joe Poirier2010-09-081-2/+2
| | | | | | | | | | | | | | | | | | | Use OS rather than compiler specific flag the same way that __FreeBSD__, __APPLE__, __OpenBSD__, and __linux__ are used. _WIN32 is defined by GCC (and others) on windows for Win32 and Win64 applications. _WIN32 is set by default for several other windows based compilers: DMC, MSVC, Intel, Watcom, LCC. Although the change is for consistency, it allows the Go tools to be compiled with non-Mingw GCC distributions and non-GCC compilers that support the GCC extensions. R=rsc, brainman, vcc CC=golang-dev http://codereview.appspot.com/2168043 Committer: Russ Cox <rsc@golang.org>
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-301-0/+6
| | | | | | | R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
* fix build after Mercurial move.Russ Cox2009-10-221-0/+60
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004