Russ Cox
|
839a68469b
|
delete export
TBR=r
OCL=23121
CL=23127
|
2009-01-20 14:40:40 -08:00 |
Russ Cox
|
aedfb397ae
|
casify misc
R=r
DELTA=247 (20 added, 50 deleted, 177 changed)
OCL=22951
CL=22955
|
2009-01-16 12:47:24 -08:00 |
Russ Cox
|
393df07914
|
casify json
R=r
DELTA=163 (0 added, 0 deleted, 163 changed)
OCL=22910
CL=22939
|
2009-01-16 10:14:38 -08:00 |
Russ Cox
|
8a7cbadbbe
|
convert strconv
R=r
DELTA=568 (0 added, 9 deleted, 559 changed)
OCL=22898
CL=22901
|
2009-01-15 17:22:17 -08:00 |
Rob Pike
|
61f3302044
|
printf->Printf etc.
the raw fmt routines will be another, smaller but subtler pass.
R=rsc
DELTA=157 (0 added, 0 deleted, 157 changed)
OCL=22851
CL=22851
|
2009-01-15 13:48:11 -08:00 |
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
Russ Cox
|
08ca30bbfa
|
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
2008-12-19 03:05:37 -08:00 |
Ken Thompson
|
ae5a475e20
|
range clause must have = or :=
:= illegal in for-increment
R=r
OCL=21204
CL=21204
|
2008-12-15 13:44:27 -08:00 |
Russ Cox
|
a3155bdb09
|
remove implicit int -> string
R=ken
OCL=21020
CL=21020
|
2008-12-11 17:04:12 -08:00 |
Russ Cox
|
793a6effcf
|
add JSON library
R=r
DELTA=1127 (1127 added, 0 deleted, 0 changed)
OCL=20975
CL=20983
|
2008-12-11 12:25:58 -08:00 |