- fd47cb9 conflicting scopes should cause error exit by Rob Pike · 16 years ago
- d3f6093 package-local declarations using keyword "package". by Russ Cox · 16 years ago
- e875055 switch by Ken Thompson · 16 years ago
- 23c8faa buf fix: make FD.Read, FD.Write work for empty buffers by Robert Griesemer · 16 years ago
- f3e354e clean up make script reorder pieces so io is earlier by Rob Pike · 16 years ago
- 0c4c842 - added Init() function so that vectors can be used w/o New(): by Robert Griesemer · 16 years ago
- f8b20e4 add cov, prof to default build; clean up compiler warnings by Russ Cox · 16 years ago
- 7832ab5 code coverage tool by Russ Cox · 16 years ago
- 2355395 handle nils safely by Rob Pike · 16 years ago
- 3c2f0ae * pretty printing snapshot: towards printing comments nicely by Robert Griesemer · 16 years ago
- e2621b8 add a %v format to print an arbitrary value in its "println" form. by Rob Pike · 16 years ago
- e4f4ab0 more array methods by Russ Cox · 16 years ago
- c5f21c0 * 6l: by Russ Cox · 16 years ago
- 9795c9e temp fix for map not multiple of 8 by Ken Thompson · 16 years ago
- bc0b4f0 mike's map code by Ken Thompson · 16 years ago
- 419e1e0 add some support for modifying what pointers point to by Rob Pike · 16 years ago
- 6e70c2c fix bug in FullyReader by Rob Pike · 16 years ago
- b1d37b7 reflect.PtrValue.SetSub() to set pointers by Rob Pike · 16 years ago
- 2f4d35f converting uint bits back into floats by Rob Pike · 16 years ago
- 2727abe - lowercased package name (Bignum -> bignum) by Robert Griesemer · 16 years ago
- 902a4d5 6c bug with large constants by Ken Thompson · 16 years ago
- 6ee7fe5 Implement a "full reader" wrapper for io.Read, guaranteeing that by Rob Pike · 16 years ago
- b682f92 don't try interface/structure conversion until by Russ Cox · 16 years ago
- 7921457 width fixes. by Russ Cox · 16 years ago
- 0e544fa fix error-handling bug. add newline after stack traces. by Rob Pike · 16 years ago
- 600ee08 * accept all NaNs, not just the one sys.NaN() returns. by Russ Cox · 16 years ago
- e876635 handle Inf, NaN in float print by Russ Cox · 16 years ago
- 842e1a9 Add a cache to avoid unnecessary parsing of type strings when constructing values by Rob Pike · 16 years ago
- 10137e7 fix start/stop bug in prof. also only time-limit if a value is provided. by Rob Pike · 16 years ago
- 091fb77 Protocol buffer encoding. by Rob Pike · 16 years ago
- 176e256 Added missing Set method for Vector by Robert Griesemer · 16 years ago
- 4328d44 wrong system call number for stat by Rob Pike · 16 years ago
- 79f5697 byte multiply by Ken Thompson · 16 years ago
- dc78c64 byte multiply by Ken Thompson · 16 years ago
- 9b827cf bug in select default by Ken Thompson · 16 years ago
- 483e031 - binomial implementation (fixing broken build) by Robert Griesemer · 16 years ago
- 175dd77 simpleminded ascii to floating point conversion by Rob Pike · 16 years ago
- 335a523 add sys.float32bits, sys.float64bits by Rob Pike · 16 years ago
- ec81145 s/gins/gbranch/ by Russ Cox · 16 years ago
- 0eda21a change minimum sethi/ullman number to 1 by Russ Cox · 16 years ago
- 9906bfc 6g ninit fixes - fixes the two test cases by Russ Cox · 16 years ago
- 66c6b13 - implemented String() and Format functionality in Bignum - added a test by Robert Griesemer · 16 years ago
- 3a2c0a9 - fixes to sprintf (by rob) by Robert Griesemer · 16 years ago
- 91212bd If a value implements String(), use that in fmt.print (not fmt.printf) by Rob Pike · 16 years ago
- f15dfa7 Polymorphic printing. by Rob Pike · 16 years ago
- 79fbbe3 select default by Ken Thompson · 16 years ago
- a6af484 more runtime support for chan select default by Russ Cox · 16 years ago
- b69e80d runtime support for default in select. assumes cas->send == 2 for default case. by Russ Cox · 16 years ago
- d6a7cef allow any type at all in sys.unreflect; accomodate empty type table in 6l. by Russ Cox · 16 years ago
- 553c98d fix renamed-package bug in exported names: always show original name by Russ Cox · 16 years ago
- 83a7985 more on t,ok = I.(T) by Ken Thompson · 16 years ago
- a8b56a7 T,ok = I.(T) by Ken Thompson · 16 years ago
- 6f07ec7 new interface error messages by Russ Cox · 16 years ago
- 5a1cbe8 trim tags from type strings for structure fields. by Rob Pike · 16 years ago
- 1983121 6g interface changes: by Russ Cox · 16 years ago
- 44a8274 minor tweak to still non-portable alignment calculation by Rob Pike · 16 years ago
- 554d0aa make sizes and offsets int, not uint64 by Rob Pike · 16 years ago
- bdbb958 fix bugs parsing functions in reflect library. by Rob Pike · 16 years ago
- a45f947 type strings through the reflection library. by Rob Pike · 16 years ago
- 3200b06 prepare for recursive printfs by Rob Pike · 16 years ago
- e2eccf3 install bignum as library by Robert Griesemer · 16 years ago
- e5d9a5c runtime support for interface ok, whatever the final syntax ends up being. by Russ Cox · 16 years ago
- 47caf64 6l: generate gotypesigs on demand. add sys.unreflect, which uses gotypesigs. by Russ Cox · 16 years ago
- bcd6403 remove unnecessary 6g workaround by Russ Cox · 16 years ago
- 1ff61ce move DotDotDot into next case - hit submit too fast last time. by Rob Pike · 16 years ago
- 730fd70 support ... as a special type in the reflection library. by Rob Pike · 16 years ago
- c4969a3 update names after 6g change by Russ Cox · 16 years ago
- c249a8de rename various magic names. by Russ Cox · 16 years ago
- 90e5574 treat ... as agreed by Ken Thompson · 16 years ago
- 63f38d6 in traceback, handle the case where we've called through a nil function pointer by Rob Pike · 16 years ago
- 250ec166 unsigned divide by fn() by Ken Thompson · 16 years ago
- 6b05518 silence gcc warnings by Russ Cox · 16 years ago
- 6524b82 ascii to unsigned integer by Rob Pike · 16 years ago
- 2d4f7ba printf as we know and love it. by Rob Pike · 16 years ago
- 178e37e add creator for missing types, to avoid crashes when by Rob Pike · 16 years ago
- d2472eb >>= and <<= shift bug by Ken Thompson · 16 years ago
- 2fef4c7 DOTDOTDOT import/export by Ken Thompson · 16 years ago
- 59f029c a couple of bugs in print. by Rob Pike · 16 years ago
- 74427c6 DOTDOTDOT by Ken Thompson · 16 years ago
- 6fff0ef sprint changed to snprint by Ken Thompson · 16 years ago
- 16fd356 Add support for the basic type "bool". by Ian Lance Taylor · 16 years ago
- 613a5c8 \x00 for NUL in type string. by Rob Pike · 16 years ago
- 8a1ad75 make %Z handle embedded NULs; remove fixed-size buffer by Russ Cox · 16 years ago
- 15fa1e4 add mention of tag string to grammar comment by Rob Pike · 16 years ago
- 12a3435 reflection support for tag strings by Rob Pike · 16 years ago
- 57804f1 escape \ in %Z by Russ Cox · 16 years ago
- 4958d41 change from $$ to \n$$ for .6 meta section delimiter by Russ Cox · 16 years ago
- dc6bd11 make %Z escape " by Russ Cox · 16 years ago
- f2b15363 annotations on embedded types by Russ Cox · 16 years ago
- 1850b29 struct annotations in imports. distribute tag across multiple names. by Russ Cox · 16 years ago
- f27aaf4 structure field annotation strings by Russ Cox · 16 years ago
- fd922c8 shift bug by Ken Thompson · 16 years ago
- 2c05057 shift bugs by Ken Thompson · 16 years ago
- 2f5a05a bug 113 by Ken Thompson · 16 years ago
- d0abe4c ./6.out by Russ Cox · 16 years ago
- 4fdf3d6 bug 113 by Ken Thompson · 16 years ago
- fe79e43 update fmt to int/int32 etc split by Rob Pike · 16 years ago
- 282493b update reflection library to int/int32 etc. split by Rob Pike · 16 years ago
- c5e7e19 update linux for int/int32 by Russ Cox · 16 years ago
- 527669e set -e doesn't apply to ( ) blocks by Russ Cox · 16 years ago