2008-12-02 |
Robert Griesemer | bug: constants should not be redeclarable |
commit | commitdiff | tree |
2008-12-02 |
Ken Thompson | multi precision floating point |
commit | commitdiff | tree |
2008-12-02 |
Robert Griesemer | - enabled comment printing by default |
commit | commitdiff | tree |
2008-12-02 |
Russ Cox | be more precise in ftoa_test. |
commit | commitdiff | tree |
2008-12-01 |
Robert Griesemer | - better comment formatting, starting to look good |
commit | commitdiff | tree |
2008-12-01 |
Russ Cox | add blank line (response to post-submit review of CL... |
commit | commitdiff | tree |
2008-11-27 |
Robert Griesemer | - collect addition source position information in parser |
commit | commitdiff | tree |
2008-11-26 |
Robert Griesemer | - snapshot of state before trying yet another, hopefull... |
commit | commitdiff | tree |
2008-11-26 |
Russ Cox | new stacktrace format |
commit | commitdiff | tree |
2008-11-26 |
Russ Cox | change meaning of $GOMAXPROCS to number of cpus to... |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - fixed a problem with flushing |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | gotest: change pattern to Test([^a-z].*)? |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - delete vector.go - not needed anymore |
commit | commitdiff | tree |
2008-11-25 |
Rob Pike | make a (rudimentary) ByteBuffer and put it in package... |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | use pc/ln table to print source lines in traceback |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | % x inserts spaces between hex bytes in string/*[]byte |
commit | commitdiff | tree |
2008-11-25 |
Russ Cox | add author lines |
commit | commitdiff | tree |
2008-11-25 |
Robert Griesemer | - move error handling out of scanner |
commit | commitdiff | tree |
2008-11-25 |
Ken Thompson | better code for += -= ^= |= and &= |
commit | commitdiff | tree |
2008-11-25 |
Rob Pike | compiler catches out of bounds; work around |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | add hash to build; rm pkg/* in clean.bash |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | convert tests. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | replay CL 19916 and CL 19913 now that the build can... |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | remove old .6 after install, |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | really restore helpful error rules |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | restore helpful error rules |
commit | commitdiff | tree |
2008-11-24 |
Ken Thompson | 1. retract general field names |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | add missing file |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | Automated g4 rollback of changelist 19913. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | Automated g4 rollback of changelist 19916. |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | utf8: add InString routines for decoding in strings |
commit | commitdiff | tree |
2008-11-24 |
Robert Griesemer | bufio.ReadRune |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | make bignum_test a test |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | hash writers: adler32, crc32, md5, sha1. |
commit | commitdiff | tree |
2008-11-24 |
Rob Pike | output of fmt has changed for %g |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | gobuild: |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | fix %g 20 -> "2e+01" want "20" |
commit | commitdiff | tree |
2008-11-24 |
Ken Thompson | indexing optimizations and bug fix |
commit | commitdiff | tree |
2008-11-24 |
Russ Cox | delete stack mark strings |
commit | commitdiff | tree |
2008-11-23 |
Ken Thompson | setup for keywords in fieldnames |
commit | commitdiff | tree |
2008-11-23 |
Ken Thompson | reg and peep |
commit | commitdiff | tree |
2008-11-22 |
Russ Cox | utf8 routines in go; a start. |
commit | commitdiff | tree |
2008-11-22 |
Russ Cox | fix 6l bug - moved symbol table without |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | fix build - missed update that added tabwriter |
commit | commitdiff | tree |
2008-11-21 |
Russ Cox | convert lib to a Makefile, |
commit | commitdiff | tree |
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 |
next |