2009-05-28 |
Rob Pike | add missing semicolons in example |
commit | commitdiff | tree |
2009-05-28 |
Russ Cox | attach package comment |
commit | commitdiff | tree |
2009-05-27 |
Ken Thompson | added protection against race condition |
commit | commitdiff | tree |
2009-05-27 |
Ken Thompson | string([]int) conversion |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | fix bug154; tweak bug153 exit status |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | getrusage on darwin; untested but builds. |
commit | commitdiff | tree |
2009-05-27 |
Robert Griesemer | floating point bug |
commit | commitdiff | tree |
2009-05-27 |
Robert Griesemer | bad error message |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | bug151, bug152 -> fixedbugs |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | 8g: missing change from last CL |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | 8g: 64-bit arithmetic and assorted bug fixes; |
commit | commitdiff | tree |
2009-05-27 |
David Symonds | Getrusage for linux. |
commit | commitdiff | tree |
2009-05-27 |
Ken Thompson | and the golden file |
commit | commitdiff | tree |
2009-05-27 |
Ken Thompson | bug 152 |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | add NUL when allocating strings, to make use |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | darwin support for 32-bit debugging |
commit | commitdiff | tree |
2009-05-27 |
Russ Cox | 32-bit stack switching bug fix |
commit | commitdiff | tree |
2009-05-26 |
Ken Thompson | bug 151 |
commit | commitdiff | tree |
2009-05-26 |
Russ Cox | more 8g. |
commit | commitdiff | tree |
2009-05-26 |
Rob Pike | bug150 is fixed |
commit | commitdiff | tree |
2009-05-26 |
Ken Thompson | bug 150 |
commit | commitdiff | tree |
2009-05-26 |
Russ Cox | 8g: hello world works again |
commit | commitdiff | tree |
2009-05-26 |
Russ Cox | 6ar: explain why __.SYMDEF didn't get put in. |
commit | commitdiff | tree |
2009-05-26 |
Kai Backman | Added automatic detection of system libraries to 5l. |
commit | commitdiff | tree |
2009-05-26 |
Kai Backman | Added enough arm related scaffolding to create a simple |
commit | commitdiff | tree |
2009-05-26 |
Ken Thompson | static init reenabled |
commit | commitdiff | tree |
2009-05-25 |
David Symonds | Add os.Getpid and os.Getppid. |
commit | commitdiff | tree |
2009-05-24 |
David Symonds | Add exvar.FuncInt for exporting indirect integer variables. |
commit | commitdiff | tree |
2009-05-24 |
David Symonds | If Make.deps is not writable (e.g. in Perforce client... |
commit | commitdiff | tree |
2009-05-23 |
Ken Thompson | improvement in registerization |
commit | commitdiff | tree |
2009-05-23 |
Ken Thompson | 1. check for dups in complex literals |
commit | commitdiff | tree |
2009-05-23 |
Rob Pike | add crypto/hmac to makefile |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | update Make.deps |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | typo in hmac comment |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | simplifying grammar: delete LBASETYPE and LACONST. |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | Automated g4 rollback of changelist 29302. |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | simplifying grammar: delete LBASETYPE and LACONST |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | add hmac.NewSHA1 and hmac.NewMD5. |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | simple logging shim reader and writers |
commit | commitdiff | tree |
2009-05-23 |
Russ Cox | move pretty/comment.go into go/doc. |
commit | commitdiff | tree |
2009-05-22 |
Kai Backman | Added support for .5 files in libmach_64. Copied 5obj... |
commit | commitdiff | tree |
2009-05-22 |
Russ Cox | md5 Reset fix; preliminary hmac |
commit | commitdiff | tree |
2009-05-22 |
Kai Backman | Force usage of dollar signs to circumvent arm-gcc balki... |
commit | commitdiff | tree |
2009-05-22 |
Robert Griesemer | - fix regexp once more in doc.go: |
commit | commitdiff | tree |
2009-05-22 |
Robert Griesemer | key:value notation for composites |
commit | commitdiff | tree |
2009-05-22 |
Robert Griesemer | show subdirectories if present in a package dir |
commit | commitdiff | tree |
2009-05-22 |
Russ Cox | another interface conversion test |
commit | commitdiff | tree |
2009-05-22 |
Russ Cox | channel direction tests |
commit | commitdiff | tree |
2009-05-22 |
Robert Griesemer | fix regexp to strip comment markers |
commit | commitdiff | tree |
2009-05-22 |
Robert Griesemer | adjustments for relaxed composite literal syntax |
commit | commitdiff | tree |
2009-05-22 |
Russ Cox | enforce channel direction |
commit | commitdiff | tree |
2009-05-22 |
Russ Cox | channel direction fixes |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | allow type name as key to accomodate anonymous fields. |
commit | commitdiff | tree |
2009-05-21 |
Ken Thompson | some array init bugs |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | tests for new initializer syntax |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | related reflect bug: make copies of big values |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | stricter rules for assignment. |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | add test for yesterday's interface rule change (interfa... |
commit | commitdiff | tree |
2009-05-21 |
Ken Thompson | added key:val extension to |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | I guess I forgot there was a unary ^ operator. |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | direct all interface extraction to InterfaceValue.Get. |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | fix build again; this time for sure. |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | missed Makefile before; fix build |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | stricter interface conversion rule: i.(T) |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | hash reorg. |
commit | commitdiff | tree |
2009-05-21 |
Russ Cox | new, stricter interface rule: |
commit | commitdiff | tree |
2009-05-21 |
Robert Griesemer | semi-weekly snapshot: |
commit | commitdiff | tree |
2009-05-20 |
Robert Griesemer | xcode config files, self-describing |
commit | commitdiff | tree |
2009-05-20 |
Russ Cox | reflect bug: NewZeroValue was refusing to create slices. |
commit | commitdiff | tree |
2009-05-20 |
Russ Cox | ifaceop was being called with integers |
commit | commitdiff | tree |
2009-05-20 |
Russ Cox | change representation of interface values. |
commit | commitdiff | tree |
2009-05-20 |
Russ Cox | fix implicit star for range on *map, *[]. |
commit | commitdiff | tree |
2009-05-20 |
Russ Cox | clear out pkg tree in clean.bash. |
commit | commitdiff | tree |
2009-05-20 |
Robert Griesemer | removed TODO |
commit | commitdiff | tree |
2009-05-20 |
Robert Griesemer | new method set rules |
commit | commitdiff | tree |
2009-05-20 |
Robert Griesemer | more useful error string |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | build crypto/block. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | final AES: CMAC authentication and EAX authenticated... |
commit | commitdiff | tree |
2009-05-19 |
Ian Lance Taylor | Match gccgo error messages. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | deps.bash tweak - no need to sort -u the $O files. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | Xor-based crypto modes: OFB and CTR stream encryption. |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | Crypto modes: CBC, CFB, ECB. |
commit | commitdiff | tree |
2009-05-19 |
Ken Thompson | static initialization of strings |
commit | commitdiff | tree |
2009-05-19 |
Russ Cox | testing: add t.Failed() bool |
commit | commitdiff | tree |
2009-05-19 |
Ken Thompson | static initialization of slices |
commit | commitdiff | tree |
2009-05-19 |
David Symonds | Create dependencies automatically for top-level lib... |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | fix typo |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | - make godoc restart feature work properly |
commit | commitdiff | tree |
2009-05-18 |
Brendan O'Dea | tweaks to exvar.Map |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | Public AES block interface. |
commit | commitdiff | tree |
2009-05-18 |
Robert Griesemer | - changed parser to return os.Error, removed ErrorHandler |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | Getgroups max on Linux is bigger than I thought. |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | add io.ByteReader. |
commit | commitdiff | tree |
2009-05-18 |
Ken Thompson | rewrote initialization to save space. |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | move ShortWrite error into io so that other packages... |
commit | commitdiff | tree |
2009-05-18 |
Russ Cox | add Getwd, Fchdir, tests |
commit | commitdiff | tree |
2009-05-18 |
Ken Thompson | static initialization with DATA statements |
commit | commitdiff | tree |
2009-05-17 |
Ian Lance Taylor | Don't bother to import "os" just so that we can call |
commit | commitdiff | tree |
2009-05-16 |
Ken Thompson | static initialization |
commit | commitdiff | tree |
2009-05-16 |
Robert Griesemer | make Len() == 0 for nil vector.Vector |
commit | commitdiff | tree |
next |