2008-11-21 |
Robert Griesemer | - implemented arbitrary padding char for tabwriter |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | don't print (incorrect anyway) line numbers in panic. |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | automatically add tabs after newlines |
commit | commitdiff | tree |
2008-11-21 |
Robert Griesemer | - move tabwriter into library |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | symbol table changes |
commit | commitdiff | tree |
2008-11-21 |
Rob Pike | tweak pcs in traceback so they point to calling line... |
commit | commitdiff | tree |
2008-11-21 |
Robert Griesemer | - correct error handling throughout |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | run tests in file order, not alphabetical |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | new flags to 6cov |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | slightly simpler math.Pow per gri's suggestion |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | add math to tests; clean a bit |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | more accurate Log, Exp, Pow. |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | refine gobuild: the files must be *_test.go not *test.go |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | change naming convention for tests from |
commit | commitdiff | tree |
2008-11-20 |
Rob Pike | a few Errorfs should have been Error |
commit | commitdiff | tree |
2008-11-20 |
Robert Griesemer | - array-ify code, remove local implementation |
commit | commitdiff | tree |
2008-11-20 |
Robert Griesemer | - full support for sorting (assumes array elements... |
commit | commitdiff | tree |
2008-11-20 |
Russ Cox | gotestify & gostylify math. |
commit | commitdiff | tree |
2008-11-19 |
Rob Pike | gotestify regexp |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | use new test framework in array test |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | - removed uses of vector in favor of array in a few... |
commit | commitdiff | tree |
2008-11-19 |
Rob Pike | add a type testing.T and use it in tests. |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | - adjust sort.go to use new naming conventions |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | accept empty list of package imports. |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | new Makefile generated by gobuild |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | look for .6 before .a; accept archives with 0 length... |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | - array lib (essentially vector, more complete) |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | avoid problem overwriting read-only quietgcc |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | build with warnings enabled. |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | gobuild: add coverage rule, ignore files in package... |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | coverage tweaks |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | essentially 100% coverage of strconv in tests. |
commit | commitdiff | tree |
2008-11-19 |
Rob Pike | gotest, via testing.go, should warn you if you failed... |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | saving 2 lines :-) |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | silence gcc warnings: missing prototypes and unused... |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | leave 6.out around after gotest; |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | change array slice error to include bounds |
commit | commitdiff | tree |
2008-11-19 |
Rob Pike | read and write never return -1 now: error return is... |
commit | commitdiff | tree |
2008-11-19 |
Ken Thompson | perm is [] instead of map |
commit | commitdiff | tree |
2008-11-19 |
Ken Thompson | need ./ on local files |
commit | commitdiff | tree |
2008-11-19 |
Ken Thompson | oops |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | - support for alignment via tabs instead of blanks |
commit | commitdiff | tree |
2008-11-19 |
Ken Thompson | first cut at optimizing |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | make Copyn take and return int64. |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | - untab app (snapshot - not quite complete) |
commit | commitdiff | tree |
2008-11-19 |
Robert Griesemer | Copyn |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | add -chatty flag to test. |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | stop flag reading before lone - arg. |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | fix build for newbies |
commit | commitdiff | tree |
2008-11-19 |
Ken Thompson | another shift bug |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | more tests for strconv; convert to gotest. |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | return *os.Error instead of bool from strconv.ato* |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | gobuild changes. |
commit | commitdiff | tree |
2008-11-19 |
Russ Cox | roll tests into one binary |
commit | commitdiff | tree |
2008-11-18 |
Ian Lance Taylor | Add ERROR comment for errmsg to look for. |
commit | commitdiff | tree |
2008-11-18 |
Rob Pike | testing support library |
commit | commitdiff | tree |
2008-11-18 |
Rob Pike | allow files to be named on the command line |
commit | commitdiff | tree |
2008-11-18 |
Rob Pike | new gotest shell script (will be a proper command some... |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | add build step to install debuggers setgid procmod. |
commit | commitdiff | tree |
2008-11-18 |
Robert Griesemer | import syntax incorrect |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | update golden.out |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | use correct lineno in nod even if yacc has looked ahead. |
commit | commitdiff | tree |
2008-11-18 |
Ian Lance Taylor | The compiler should reject calling a const as though... |
commit | commitdiff | tree |
2008-11-18 |
Ian Lance Taylor | The compiler should reject comparisons between ints... |
commit | commitdiff | tree |
2008-11-18 |
Robert Griesemer | - factored out tabwriter a separate writer filter |
commit | commitdiff | tree |
2008-11-18 |
Robert Griesemer | - allow for multiple method names per function type... |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | * faster atof for common cases |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | work around more commonly-unreachable 6g code sequences. |
commit | commitdiff | tree |
2008-11-18 |
Russ Cox | add gobuild to build |
commit | commitdiff | tree |
2008-11-18 |
Robert Griesemer | - new() accepts too many arguments |
commit | commitdiff | tree |
2008-11-18 |
Robert Griesemer | - interface methods must have full function type |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | fix the easy parts of bug120 |
commit | commitdiff | tree |
2008-11-17 |
Ken Thompson | silence compiler warning |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | update golden.out. |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | correctly rounded floating-point conversions |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | floating point constant errors in 6g |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | First pieces of malloc. |
commit | commitdiff | tree |
2008-11-17 |
Ian Lance Taylor | The scope rules have been clarified to indicate that a |
commit | commitdiff | tree |
2008-11-17 |
Russ Cox | adopt suggestions from Bentley and McIlroy (SP&E Nov... |
commit | commitdiff | tree |
2008-11-17 |
Robert Griesemer | Package-export proposal: |
commit | commitdiff | tree |
2008-11-16 |
Ken Thompson | random permutation function |
commit | commitdiff | tree |
2008-11-15 |
Russ Cox | fix bugs in package locals |
commit | commitdiff | tree |
2008-11-15 |
Ian Lance Taylor | The compilers should and do permit interface types... |
commit | commitdiff | tree |
2008-11-15 |
Rob Pike | conflicting scopes should cause error exit |
commit | commitdiff | tree |
2008-11-15 |
Russ Cox | package-local declarations using keyword "package". |
commit | commitdiff | tree |
2008-11-15 |
Ken Thompson | switch |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | buf fix: make FD.Read, FD.Write work for empty buffers |
commit | commitdiff | tree |
2008-11-14 |
Rob Pike | clean up make script |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | - added Init() function so that vectors can be used... |
commit | commitdiff | tree |
2008-11-14 |
Russ Cox | add cov, prof to default build; clean up compiler warnings |
commit | commitdiff | tree |
2008-11-14 |
Russ Cox | code coverage tool |
commit | commitdiff | tree |
2008-11-14 |
Rob Pike | handle nils safely |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | - better comment classification |
commit | commitdiff | tree |
2008-11-14 |
Robert Griesemer | * pretty printing snapshot: towards printing comments... |
commit | commitdiff | tree |
2008-11-13 |
Rob Pike | add a %v format to print an arbitrary value in its... |
commit | commitdiff | tree |
2008-11-13 |
Russ Cox | more array methods |
commit | commitdiff | tree |
2008-11-13 |
Russ Cox | * 6l: |
commit | commitdiff | tree |
2008-11-13 |
Ken Thompson | temp fix for map not multiple of 8 |
commit | commitdiff | tree |
2008-11-13 |
Ken Thompson | mike's map code |
commit | commitdiff | tree |
2008-11-13 |
Ian Lance Taylor | This bug has been fixed; moving it from bugs to fixedbugs. |
commit | commitdiff | tree |
next |