1
0
mirror of https://github.com/golang/go synced 2024-11-20 02:04:39 -07:00
go/src/lib9
Russ Cox d4d50b5f01 lib9: format %#04x, 0 as 0x0000 not 000000.
This matches Go's fmt.Printf instead of ANSI C's dumb rules.
It makes the -S output from C liblink match Go's liblink.

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/112600043
2014-07-23 10:17:47 -04:00
..
fmt lib9: format %#04x, 0 as 0x0000 not 000000. 2014-07-23 10:17:47 -04:00
utf lib9/utf: bring C environment up to Unicode 6.3.0 2014-02-25 17:49:32 -08:00
_exits.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
_p9dir.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
atoi.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
await.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
cleanname.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
create.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
ctime.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
dirfstat.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
dirfwstat.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
dirstat.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
dirwstat.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
dup.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
errstr.c lib9: fix inconsistencies and warnings on Plan 9 2014-02-13 20:05:55 +01:00
exec.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
execl.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
exitcode.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
exits.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
flag.c
fmtlock2.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
getenv.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
getfields.c
getwd.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
goos.c
jmp.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
main.c lib9: restore argv0 initialization code. 2014-04-21 00:08:39 -04:00
Makefile
nan.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
notify.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
nulldir.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
open.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
readn.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
rfork.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
run_plan9.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
run_unix.c lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris 2014-01-07 23:12:12 +11:00
run_windows.c
seek.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
strecpy.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
sysfatal.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
tempdir_plan9.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
tempdir_unix.c lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris 2014-01-07 23:12:12 +11:00
tempdir_windows.c
time.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
tokenize.c lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
win.h
windows.c libmach,lib9: override unused parameter warnings (fixes windows build) 2013-07-20 12:43:50 +10:00