- 16 Jan, 2009 20 commits
-
-
Russ Cox authored
R=r DELTA=33 (0 added, 0 deleted, 33 changed) OCL=22947 CL=22949
-
Russ Cox authored
R=r DELTA=221 (0 added, 0 deleted, 221 changed) OCL=22946 CL=22948
-
Russ Cox authored
format from hex to decimal, confusing ar's strcmp-based value comparison. switched export format to "true" or "false" to keep bools separate from ints. R=ken OCL=22944 CL=22944
-
Rob Pike authored
R=rsc DELTA=174 (0 added, 0 deleted, 174 changed) OCL=22917 CL=22942
-
Rob Pike authored
R=rsc DELTA=72 (0 added, 9 deleted, 63 changed) OCL=22918 CL=22941
-
Russ Cox authored
R=r DELTA=163 (0 added, 0 deleted, 163 changed) OCL=22910 CL=22939
-
Russ Cox authored
R=r DELTA=235 (6 added, 26 deleted, 203 changed) OCL=22907 CL=22938
-
Russ Cox authored
R=r DELTA=103 (1 added, 0 deleted, 102 changed) OCL=22914 CL=22937
-
Russ Cox authored
R=r DELTA=243 (60 added, 72 deleted, 111 changed) OCL=22909 CL=22912
-
Rob Pike authored
will bring document in line in a later CL, which may include revisiting some of the names R=rsc DELTA=58 (0 added, 0 deleted, 58 changed) OCL=22906 CL=22908
-
Russ Cox authored
package main var x int type x struct { a int } R=ken OCL=22903 CL=22903
-
Russ Cox authored
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
-
Rob Pike authored
R=rsc DELTA=259 (0 added, 0 deleted, 259 changed) OCL=22897 CL=22900
-
Robert Griesemer authored
R=r OCL=22899 CL=22899
-
Russ Cox authored
print names in message. R=ken OCL=22891 CL=22891
-
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 3 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
-