- 06 May, 2009 4 commits
-
-
Russ Cox authored
R=r OCL=28369 CL=28369
-
Robert Griesemer authored
R=r DELTA=9298 (4760 added, 4536 deleted, 2 changed) OCL=28317 CL=28317
-
Rob Pike authored
simplify run.bash now that lib has make test that recurs. R=rsc DELTA=1179 (578 added, 596 deleted, 5 changed) OCL=28313 CL=28313
-
Rob Pike authored
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310
-
- 04 May, 2009 1 commit
-
-
David Symonds authored
It now exports a Var interface (anyone can export their own custom var types now), so users need to create and manage their own vars and mark them as exportable via the Publish function. They are exposed via /debug/vars. R=r,rsc APPROVED=r DELTA=605 (314 added, 186 deleted, 105 changed) OCL=28143 CL=28239
-
- 28 Apr, 2009 2 commits
-
-
Robert Griesemer authored
TBR=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=27969 CL=27969
-
David Symonds authored
This makes "make nuke install" work again. R=r APPROVED=r DELTA=2 (1 added, 0 deleted, 1 changed) OCL=27929 CL=27932
-
- 21 Apr, 2009 1 commit
-
-
David Symonds authored
Also it should be more testable, as there's less global state. R=r APPROVED=r DELTA=113 (38 added, 12 deleted, 63 changed) OCL=27653 CL=27694
-
- 20 Apr, 2009 1 commit
-
-
David Symonds authored
This handles integer-valued vars in a singleton struct, and exports functions for incrementing, setting and getting those vars, as well as rendering all the vars in a standard format. Demonstrate the use of the exvar package in the http/triv server. R=dcross,r APPROVED=r DELTA=122 (122 added, 0 deleted, 0 changed) OCL=27617 CL=27622
-
- 09 Apr, 2009 4 commits
-
-
Rob Pike authored
The HTML one here is just a stub - should use an HTML library to do the right thing. R=rsc DELTA=54 (47 added, 2 deleted, 5 changed) OCL=27250 CL=27250
-
Rob Pike authored
R=rsc DELTA=1421 (736 added, 685 deleted, 0 changed) OCL=27249 CL=27249
-
Russ Cox authored
store only the original import path string (+ .a) if 6g resolves it to an archive file. let 6l re-resolve the .a at link time. this lets libraries build against an archive in the current directory but get used against an installed archive. R=r OCL=27244 CL=27244
-
Rob Pike authored
R=rsc DELTA=663 (663 added, 0 deleted, 0 changed) OCL=27239 CL=27241
-
- 07 Apr, 2009 1 commit
-
-
Russ Cox authored
use path.Clean in web server to sanitize URLs. http://triv/go/../../../etc/passwd no longer serves the password file. it redirects to http://triv/etc/passwd which then gets a 404. R=r DELTA=288 (286 added, 0 deleted, 2 changed) OCL=27142 CL=27152
-
- 31 Mar, 2009 1 commit
-
-
Robert Griesemer authored
- minor adjustments as suggested by rsc 2) Added parser_test fragment 3) Renamed some types in AST.go per rsc request R=rsc DELTA=2053 (2027 added, 0 deleted, 26 changed) OCL=26963 CL=26971
-
- 27 Mar, 2009 1 commit
-
-
Ian Lance Taylor authored
R=r DELTA=4 (4 added, 0 deleted, 0 changed) OCL=26797 CL=26814
-
- 09 Mar, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc DELTA=2070 (1035 added, 1035 deleted, 0 changed) OCL=25939 CL=25939
-
- 07 Mar, 2009 1 commit
-
-
Rob Pike authored
R=rsc DELTA=8 (0 added, 5 deleted, 3 changed) OCL=25857 CL=25861
-
- 05 Mar, 2009 3 commits
-
-
Rob Pike authored
deletion beats documentation for deprecation. R=rsc,gri DELTA=509 (2 added, 490 deleted, 17 changed) OCL=25737 CL=25768
-
Rob Pike authored
also write to stderr not stdout R=rsc DELTA=48 (38 added, 2 deleted, 8 changed) OCL=25729 CL=25733
-
Robert Griesemer authored
- move scanner to into lib/lang - added test - adjusted various make and build files R=r DELTA=1731 (973 added, 753 deleted, 5 changed) OCL=25668 CL=25713
-
- 17 Feb, 2009 1 commit
-
-
Russ Cox authored
assorted underscore cleanup R=r DELTA=488 (410 added, 3 deleted, 75 changed) OCL=25070 CL=25070
-
- 16 Feb, 2009 2 commits
-
-
Russ Cox authored
- use a lock instead of a thread in once avoids deadlock in recursive once calls - implement os.Setenv - remove "export" from some scripts - remove _ from names in time package - fix time test for non-MTV machines R=r DELTA=265 (87 added, 58 deleted, 120 changed) OCL=25057 CL=25057
-
Russ Cox authored
as thread-safe as possible, given the surrounding system. add stub RWLock implementation. R=r DELTA=852 (834 added, 6 deleted, 12 changed) OCL=25046 CL=25053
-
- 13 Feb, 2009 2 commits
-
-
Robert Griesemer authored
R=rsc OCL=25026 CL=25026
-
Russ Cox authored
TBR=r OCL=25021 CL=25021
-
- 26 Jan, 2009 2 commits
- 23 Jan, 2009 1 commit
-
-
Russ Cox authored
though they still build in src/runtime. use cgo instead of hand-written wrappers. R=r DELTA=740 (289 added, 300 deleted, 151 changed) OCL=23326 CL=23331
-
- 14 Jan, 2009 1 commit
-
-
Russ Cox authored
IsUpper and IsLetter. R=r DELTA=746 (746 added, 0 deleted, 0 changed) OCL=22743 CL=22750
-
- 21 Dec, 2008 1 commit
-
-
Rob Pike authored
lines marked BUG are rewrites working around 6g bug. R=rsc DELTA=161 (42 added, 2 deleted, 117 changed) OCL=21689 CL=21689
-
- 19 Dec, 2008 1 commit
-
-
Russ Cox authored
R=r OCL=21563 CL=21571
-
- 18 Dec, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538
-
- 15 Dec, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=31 (31 added, 0 deleted, 0 changed) OCL=21043 CL=21175
-
- 11 Dec, 2008 2 commits
- 05 Dec, 2008 2 commits
- 04 Dec, 2008 2 commits
-
-
Ian Lance Taylor authored
R=r,rsc DELTA=8 (8 added, 0 deleted, 0 changed) OCL=20468 CL=20473
-
Russ Cox authored
R=r DELTA=349 (348 added, 0 deleted, 1 changed) OCL=20380 CL=20472
-