- 16 Jan, 2009 5 commits
-
-
Rob Pike authored
R=rsc DELTA=88 (0 added, 12 deleted, 76 changed) OCL=22884 CL=22890
-
Russ Cox authored
R=ken OCL=22887 CL=22887
-
Russ Cox authored
make package local the default. warn about name case not matching export keyword. R=ken OCL=22881 CL=22886
-
Russ Cox authored
R=r DELTA=462 (9 added, 33 deleted, 420 changed) OCL=22879 CL=22885
-
Rob Pike authored
R=rsc DELTA=213 (0 added, 0 deleted, 213 changed) OCL=22878 CL=22882
-
- 15 Jan, 2009 11 commits
-
-
Rob Pike authored
R=rsc DELTA=224 (0 added, 2 deleted, 222 changed) OCL=22875 CL=22875
-
Rob Pike authored
silently miscompiling. R=rsc OCL=22872 CL=22872
-
Robert Griesemer authored
R=r OCL=22871 CL=22871
-
Robert Griesemer authored
R=r OCL=22870 CL=22870
-
Robert Griesemer authored
R=r OCL=22864 CL=22864
-
Robert Griesemer authored
R=r DELTA=117 (1 added, 0 deleted, 116 changed) OCL=22764 CL=22863
-
Robert Griesemer authored
Use: pretty -naming files R=r OCL=22859 CL=22859
-
Rob Pike authored
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
-
Ian Lance Taylor authored
having an abstract type. R=gri DELTA=11 (11 added, 0 deleted, 0 changed) OCL=22829 CL=22832
-
Ian Lance Taylor authored
value for large and small objects. Currently one case fails with 6g. R=rsc DELTA=150 (150 added, 0 deleted, 0 changed) OCL=22823 CL=22827
-
Ian Lance Taylor authored
interface5.go:15:5: error: incompatible types in assignment interface5.go:16:5: error: incompatible types in assignment (Yes, these could be better). R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22821 CL=22826
-
- 14 Jan, 2009 6 commits
-
-
Robert Griesemer authored
- fixed a bug with error column reporting in the presence of utf-8 chars - fixed an assertion failure R=r OCL=22762 CL=22762
-
Russ Cox authored
IsUpper and IsLetter. R=r DELTA=746 (746 added, 0 deleted, 0 changed) OCL=22743 CL=22750
-
Rob Pike authored
R=presotto OCL=22733 CL=22733
-
Ian Lance Taylor authored
lets us use a single source file for both 6c and gcc, handling the incompatible handling of return values. R=rsc DELTA=649 (613 added, 35 deleted, 1 changed) OCL=22682 CL=22730
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=22662 CL=22691
-
Russ Cox authored
R=r DELTA=905 (0 added, 905 deleted, 0 changed) OCL=22663 CL=22690
-
- 13 Jan, 2009 4 commits
-
-
Russ Cox authored
rewrite heap pointer moves as xchg. R=ken OCL=22665 CL=22665
-
Ian Lance Taylor authored
R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=22640 CL=22642
-
Ian Lance Taylor authored
+ Use macros to name symbols with non-ASCII characters. + Make some variables unsigned, because they are compared against unsigned values. + Fix a few void* pointers to be MLink*. R=rsc DELTA=94 (44 added, 3 deleted, 47 changed) OCL=22303 CL=22638
-
Robert Griesemer authored
R=r OCL=22601 CL=22601
-
- 10 Jan, 2009 3 commits
-
-
Robert Griesemer authored
R=r OCL=22475 CL=22475
-
Robert Griesemer authored
- consolidation of files, cleanup - more success producing idempotent output for some files with comments containing tabs - snapshot of the day R=r OCL=22474 CL=22474
-
Russ Cox authored
R=iant DELTA=3 (3 added, 0 deleted, 0 changed) OCL=22467 CL=22471
-
- 09 Jan, 2009 11 commits
-
-
Russ Cox authored
R=r DELTA=139 (101 added, 38 deleted, 0 changed) OCL=22462 CL=22466
-
Russ Cox authored
R=r DELTA=93 (93 added, 0 deleted, 0 changed) OCL=22458 CL=22461
-
Russ Cox authored
R=ken OCL=22454 CL=22457
-
Rob Pike authored
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
-
Ian Lance Taylor authored
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22452 CL=22455
-
Russ Cox authored
can do methods on them without pointer worries. R=ken OCL=22434 CL=22436
-
Rob Pike authored
fixed everything except the tutorial. R=rsc DELTA=404 (94 added, 139 deleted, 171 changed) OCL=22414 CL=22422
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=22411 CL=22411
-
Russ Cox authored
not sure if the warning in reg.c was a real bug. R=ken OCL=22408 CL=22410
-
Russ Cox authored
remove TPTR wrapper around TMAP, TCHAN, TSTRING. R=ken OCL=22406 CL=22409
-
Russ Cox authored
the possibility of large objects in interface values. R=r DELTA=171 (97 added, 22 deleted, 52 changed) OCL=22382 CL=22382
-