- 29 Oct, 2008 15 commits
-
-
Russ Cox authored
R=r DELTA=7 (0 added, 0 deleted, 7 changed) OCL=18050 CL=18069
-
Russ Cox authored
R=r DELTA=6 (0 added, 0 deleted, 6 changed) OCL=18044 CL=18068
-
Russ Cox authored
R=r DELTA=202 (60 added, 24 deleted, 118 changed) OCL=18029 CL=18038
-
Russ Cox authored
R=r OCL=18035 CL=18035
-
Ken Thompson authored
R=r OCL=18034 CL=18034
-
Russ Cox authored
R=r OCL=18033 CL=18033
-
Russ Cox authored
R=ken OCL=18032 CL=18032
-
Russ Cox authored
R=ken OCL=18031 CL=18031
-
Ken Thompson authored
R=r OCL=18030 CL=18030
-
Ken Thompson authored
R=r OCL=18027 CL=18027
-
Russ Cox authored
R=r OCL=18026 CL=18026
-
Russ Cox authored
R=r OCL=18024 CL=18024
-
Ken Thompson authored
int is new type R=r OCL=18023 CL=18023
-
Robert Griesemer authored
R=r OCL=17987 CL=17987
-
Robert Griesemer authored
- string conversion in different bases - tracked down a 6g bug, use work-around for now R=r OCL=17981 CL=17981
-
- 28 Oct, 2008 2 commits
-
-
Russ Cox authored
R=ken OCL=17928 CL=17928
-
Robert Griesemer authored
- integer string conversion R=r OCL=17923 CL=17923
-
- 27 Oct, 2008 3 commits
-
-
Robert Griesemer authored
now using up-to-date language features - moved old code away from pkg (defunct anyway because of language changes) R=r OCL=17916 CL=17916
-
Rob Pike authored
R=ken OCL=17900 CL=17900
-
Robert Griesemer authored
(e.g.: pretty -d pretty.go will print the Makefile dep. rules of the involved Go files that are not part of the installed library) - minor fix in pretty printer (tested against ken's test files) R=r OCL=17872 CL=17872
-
- 26 Oct, 2008 4 commits
-
-
Ken Thompson authored
R=r OCL=17869 CL=17869
-
Rob Pike authored
R=rsc DELTA=427 (53 added, 302 deleted, 72 changed) OCL=17857 CL=17868
-
Rob Pike authored
R=rsc DELTA=14 (13 added, 0 deleted, 1 changed) OCL=17858 CL=17867
-
Rob Pike authored
R=rsc DELTA=442 (0 added, 442 deleted, 0 changed) OCL=17854 CL=17866
-
- 25 Oct, 2008 8 commits
-
-
Ken Thompson authored
R=r OCL=17855 CL=17855
-
Ken Thompson authored
R=r OCL=17853 CL=17853
-
Ken Thompson authored
R=r OCL=17852 CL=17852
-
Ken Thompson authored
R=r OCL=17851 CL=17851
-
Ian Lance Taylor authored
object has a value of type "int", it should not automatically convert to type "int32". That is, the type alias "int" should be regarded as having been defined as though "type int int32" appeared outside of the package, and as therefore being a different type from "int32". R=ken DELTA=21 (20 added, 0 deleted, 1 changed) OCL=17587 CL=17842
-
Rob Pike authored
R=rsc OCL=17841 CL=17841
-
Ken Thompson authored
put explicit ./ on some runtime tests R=r OCL=17839 CL=17839
-
Russ Cox authored
R=ken OCL=17833 CL=17833
-
- 24 Oct, 2008 8 commits
-
-
Russ Cox authored
R=ken OCL=17832 CL=17832
-
Rob Pike authored
uses reflection to determine arguments. for now, the arguments must be provided as a struct; the compiler will soon do the packaging automatically for "..." parameters. R=rsc DELTA=1436 (909 added, 520 deleted, 7 changed) OCL=17823 CL=17831
-
Russ Cox authored
R=ken OCL=17819 CL=17819
-
Russ Cox authored
*** Reason for rollback *** now it's comparing function parameter names... *** Original change description *** fix method function type compare bug R=ken OCL=17816 CL=17816
-
Russ Cox authored
R=ken OCL=17815 CL=17815
-
Robert Griesemer authored
R=r OCL=17813 CL=17813
-
Robert Griesemer authored
R=r DELTA=10 (9 added, 0 deleted, 1 changed) OCL=17806 CL=17812
-
Robert Griesemer authored
easily (for instance import dependency extraction) - support for new "..." syntax - minor cleanup R=r OCL=17811 CL=17811
-