index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
flag.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-04
flag: document
Rob Pike
1
-9
/
+45
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-8
/
+8
2009-02-16
use proper strconv in string values.
Rob Pike
1
-53
/
+20
2009-02-16
make interface to the flags themselves more public.
Rob Pike
1
-55
/
+83
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-7
/
+7
2009-02-04
clean up flags package a bit.
Rob Pike
1
-28
/
+31
2009-01-20
delete export
Russ Cox
1
-19
/
+19
2009-01-16
casify, cleanup sys
Russ Cox
1
-10
/
+10
2009-01-16
casify flag.
Rob Pike
1
-14
/
+5
2009-01-15
more casifying fixups
Rob Pike
1
-71
/
+71
2009-01-15
printf->Printf etc.
Rob Pike
1
-6
/
+6
2009-01-09
simplify flag interface. no more BVal etc. you just get a pointer.
Rob Pike
1
-192
/
+157
2009-01-06
new new & make
Russ Cox
1
-4
/
+4
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-4
/
+4
2008-11-18
stop flag reading before lone - arg.
Russ Cox
1
-2
/
+5
2008-10-29
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.
Russ Cox
1
-1
/
+1
2008-10-29
adapt to new compiler types
Russ Cox
1
-1
/
+1
2008-10-24
- set initial value in flag variable if provided
Robert Griesemer
1
-1
/
+10
2008-10-23
use &T{1,2,3} constructor for simple new cases
Russ Cox
1
-22
/
+12
2008-10-07
remove uses of *T as an implicit forward declaration of T
Russ Cox
1
-0
/
+6
2008-10-07
update code to follow new semicolon rules:
Russ Cox
1
-6
/
+6
2008-09-19
more nuanced handling of usage message to allow user control.
Rob Pike
1
-16
/
+28
2008-09-11
fixes for funcs without returns
Rob Pike
1
-3
/
+1
2008-08-11
- changed go-in-go parser to require ()'s for panic and print
Robert Griesemer
1
-13
/
+13
2008-08-04
- switched most of existing Go code to new export syntax
Robert Griesemer
1
-11
/
+11
2008-07-24
add usage message
Rob Pike
1
-14
/
+47
2008-07-23
Add a flags package.
Rob Pike
1
-0
/
+439