- 15 Feb, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=25044 CL=25044
-
- 14 Feb, 2009 1 commit
-
-
Robert Griesemer authored
- remove all parsing heuristics - as a result, accept a wider syntax, but parser is simpler R=r OCL=25029 CL=25029
-
- 13 Feb, 2009 7 commits
-
-
Robert Griesemer authored
R=rsc OCL=25026 CL=25026
-
Robert Griesemer authored
- updated some file (but not all - left array package in place for now) R=rsc DELTA=530 (483 added, 0 deleted, 47 changed) OCL=25025 CL=25025
-
Russ Cox authored
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
-
Russ Cox authored
warn about composite literal { } syntax. R=ken OCL=25018 CL=25023
-
Russ Cox authored
TBR=r OCL=25021 CL=25021
-
Robert Griesemer authored
R=rsc DELTA=27 (27 added, 0 deleted, 0 changed) OCL=25015 CL=25015
-
Robert Griesemer authored
(now in sync with the spec and with 6g) - fixed incorrect logging statement in gds R=r OCL=24970 CL=24970
-
- 12 Feb, 2009 4 commits
-
-
Robert Griesemer authored
- do not permit + for array concatenation anymore (not implemented and not a good idea) - document that unsafe function results are compile time constants - fixed minor typos DELTA=41 (7 added, 11 deleted, 23 changed) OCL=24899 CL=24927
-
Russ Cox authored
R=ken OCL=24350 CL=24914
-
Russ Cox authored
R=r OCL=24349 CL=24913
-
Russ Cox authored
i stumbled across it in all.bash. TBR=r OCL=24912 CL=24912
-
- 11 Feb, 2009 4 commits
-
-
Robert Griesemer authored
- fixed a syntax error R=r DELTA=17 (15 added, 0 deleted, 2 changed) OCL=24876 CL=24889
-
Robert Griesemer authored
- contains a (proposed) constant Maxalign - contains some text re" alignment guarantees R=ken,r DELTA=97 (94 added, 1 deleted, 2 changed) OCL=24791 CL=24871
-
Rob Pike authored
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=24788 CL=24805
-
Rob Pike authored
R=rsc DELTA=793 (392 added, 392 deleted, 9 changed) OCL=24777 CL=24804
-
- 10 Feb, 2009 7 commits
-
-
Russ Cox authored
the lexer is already hiding names, so this clumsy hack is no longer necessary. R=ken OCL=24783 CL=24783
-
Rob Pike authored
Refactor so Readdir is portable code. R=rsc DELTA=192 (50 added, 130 deleted, 12 changed) OCL=24770 CL=24772
-
Ian Lance Taylor authored
R=ken DELTA=20 (19 added, 0 deleted, 1 changed) OCL=24719 CL=24771
-
Rob Pike authored
state in the FD. This is Darwin only. Next CL will make Readdir use Readdirnames to generate its files and move Readdir into portable code, as well as fix Readdirnames for Linux. R=rsc DELTA=116 (79 added, 12 deleted, 25 changed) OCL=24756 CL=24768
-
Robert Griesemer authored
R=r DELTA=2 (0 added, 1 deleted, 1 changed) OCL=24755 CL=24760
-
Robert Griesemer authored
- directory listings w/ working links - some links working in source code (most don't do the right thing yet) - use of logging R=r OCL=24728 CL=24728
-
Rob Pike authored
R=rsc DELTA=3 (3 added, 0 deleted, 0 changed) OCL=24727 CL=24727
-
- 09 Feb, 2009 4 commits
- 08 Feb, 2009 5 commits
-
-
Russ Cox authored
the fix appears to be to align the out struct on an 8 boundary, but that is a bit involved. R=ken OCL=24657 CL=24657
-
Russ Cox authored
change type (to satisfy OAS) after nodarg: nodarg uses offset from type too, and must use correct offset. R=ken OCL=24656 CL=24656
-
Rob Pike authored
Syscall support. Readdirnames returns array of strings of contents of directory. R=rsc DELTA=216 (201 added, 0 deleted, 15 changed) OCL=24642 CL=24655
-
Rob Pike authored
R=rsc DELTA=21 (2 added, 2 deleted, 17 changed) OCL=24638 CL=24654
-
Rob Pike authored
R=rsc DELTA=9 (3 added, 3 deleted, 3 changed) OCL=24640 CL=24653
-
- 07 Feb, 2009 7 commits
-
-
Rob Pike authored
R=ken DELTA=2 (2 added, 0 deleted, 0 changed) OCL=24643 CL=24643
-
Ken Thompson authored
to pad to size of element rather than size of array. R=r OCL=24641 CL=24641
-
Ken Thompson authored
R=r OCL=24639 CL=24639
-
Rob Pike authored
R=rsc DELTA=30 (0 added, 18 deleted, 12 changed) OCL=24628 CL=24628
-
Rob Pike authored
add name to os.FD clean up some interfaces R=rsc DELTA=318 (231 added, 44 deleted, 43 changed) OCL=24624 CL=24627
-
Rob Pike authored
R=rsc DELTA=7 (4 added, 0 deleted, 3 changed) OCL=24617 CL=24617
-
Robert Griesemer authored
- fixed typos, added a reminder for a todo R=r DELTA=23 (6 added, 4 deleted, 13 changed) OCL=24611 CL=24615
-