]> Cypherpunks repositories - gostls13.git/commit
gc: increase maximum path size in getwd from 100 to 1000.
authorRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 20:00:41 +0000 (12:00 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Nov 2009 20:00:41 +0000 (12:00 -0800)
commit793295084480ab44ff9317a66d48ef1cc54961e6
tree01bc22292a008d23d5cd33fa8292311b72115eb7
parent1971e1bd211d0922092e5b8ad8097bfa2290a333
gc: increase maximum path size in getwd from 100 to 1000.

Fixes #31.

To try the fix before the next release:
hg pull -u

R=r1, r
https://golang.org/cl/154058
src/cmd/gc/lex.c