index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
gri
/
pretty
/
untab.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-15
gofmt (final resting place TBD):
Robert Griesemer
1
-58
/
+0
2009-05-08
move things out of sys into os and runtime
Russ Cox
1
-1
/
+1
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-2
/
+2
2009-03-11
Rename os.FD to os.File.
Russ Cox
1
-1
/
+1
2009-03-10
- adjustments due to changed tabwriter interface
Robert Griesemer
1
-1
/
+1
2009-01-16
casify, cleanup sys
Russ Cox
1
-1
/
+1
2009-01-15
- fixed untab.go to compile again
Robert Griesemer
1
-7
/
+7
2009-01-09
simplify flag interface. no more BVal etc. you just get a pointer.
Rob Pike
1
-4
/
+4
2008-12-09
- snapshot if current state
Robert Griesemer
1
-1
/
+1
2008-11-21
- implemented arbitrary padding char for tabwriter
Robert Griesemer
1
-1
/
+5
2008-11-20
- move tabwriter into library
Robert Griesemer
1
-1
/
+1
2008-11-20
- correct error handling throughout
Robert Griesemer
1
-2
/
+2
2008-11-19
- array-ify code, remove local implementation
Robert Griesemer
1
-18
/
+18
2008-11-18
- support for alignment via tabs instead of blanks
Robert Griesemer
1
-1
/
+2
2008-11-18
- untab app (snapshot - not quite complete)
Robert Griesemer
1
-0
/
+53