]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-05-29 Ken Thompsonbug 149
2009-05-29 Russ CoxFix godoc deadlock.
2009-05-29 Russ Coxinteger conversions and test.
2009-05-29 Russ Cox64-bit integer arithmetic.
2009-05-29 Russ Coxprint uint64 as uint64.
2009-05-28 Ken Thompsondetect recursive initialization
2009-05-28 Russ Coxbetter 64-bit handling in 8g.
2009-05-28 Kai BackmanRebooted 5g effort from 6g. Tons of minor fixes and...
2009-05-28 Kai BackmanChange 5l to use Biobufs for IO.
2009-05-28 Russ Coxclean up gmove:
2009-05-28 Ken Thompsonbug 153
2009-05-28 Rob Pikeadd missing semicolons in example
2009-05-28 Russ Coxattach package comment
2009-05-27 Ken Thompsonadded protection against race condition
2009-05-27 Ken Thompsonstring([]int) conversion
2009-05-27 Russ Coxfix bug154; tweak bug153 exit status
2009-05-27 Russ Coxgetrusage on darwin; untested but builds.
2009-05-27 Robert Griesemerfloating point bug
2009-05-27 Robert Griesemerbad error message
2009-05-27 Russ Coxbug151, bug152 -> fixedbugs
2009-05-27 Russ Cox8g: missing change from last CL
2009-05-27 Russ Cox8g: 64-bit arithmetic and assorted bug fixes;
2009-05-27 David SymondsGetrusage for linux.
2009-05-27 Ken Thompsonand the golden file
2009-05-27 Ken Thompsonbug 152
2009-05-27 Russ Coxadd NUL when allocating strings, to make use
2009-05-27 Russ Coxdarwin support for 32-bit debugging
2009-05-27 Russ Cox32-bit stack switching bug fix
2009-05-26 Ken Thompsonbug 151
2009-05-26 Russ Coxmore 8g.
2009-05-26 Rob Pikebug150 is fixed
2009-05-26 Ken Thompsonbug 150
2009-05-26 Russ Cox8g: hello world works again
2009-05-26 Russ Cox6ar: explain why __.SYMDEF didn't get put in.
2009-05-26 Kai BackmanAdded automatic detection of system libraries to 5l.
2009-05-26 Kai BackmanAdded enough arm related scaffolding to create a simple
2009-05-26 Ken Thompsonstatic init reenabled
2009-05-25 David SymondsAdd os.Getpid and os.Getppid.
2009-05-24 David SymondsAdd exvar.FuncInt for exporting indirect integer variables.
2009-05-24 David SymondsIf Make.deps is not writable (e.g. in Perforce client...
2009-05-23 Ken Thompsonimprovement in registerization
2009-05-23 Ken Thompson1. check for dups in complex literals
2009-05-23 Rob Pikeadd crypto/hmac to makefile
2009-05-23 Russ Coxupdate Make.deps
2009-05-23 Russ Coxtypo in hmac comment
2009-05-23 Russ Coxsimplifying grammar: delete LBASETYPE and LACONST.
2009-05-23 Russ CoxAutomated g4 rollback of changelist 29302.
2009-05-23 Russ Coxsimplifying grammar: delete LBASETYPE and LACONST
2009-05-23 Russ Coxadd hmac.NewSHA1 and hmac.NewMD5.
2009-05-23 Russ Coxsimple logging shim reader and writers
2009-05-23 Russ Coxmove pretty/comment.go into go/doc.
2009-05-22 Kai BackmanAdded support for .5 files in libmach_64. Copied 5obj...
2009-05-22 Russ Coxmd5 Reset fix; preliminary hmac
2009-05-22 Kai BackmanForce usage of dollar signs to circumvent arm-gcc balki...
2009-05-22 Robert Griesemer- fix regexp once more in doc.go:
2009-05-22 Robert Griesemerkey:value notation for composites
2009-05-22 Robert Griesemershow subdirectories if present in a package dir
2009-05-22 Russ Coxanother interface conversion test
2009-05-22 Russ Coxchannel direction tests
2009-05-22 Robert Griesemerfix regexp to strip comment markers
2009-05-22 Robert Griesemeradjustments for relaxed composite literal syntax
2009-05-22 Russ Coxenforce channel direction
2009-05-22 Russ Coxchannel direction fixes
2009-05-21 Russ Coxallow type name as key to accomodate anonymous fields.
2009-05-21 Ken Thompsonsome array init bugs
2009-05-21 Russ Coxtests for new initializer syntax
2009-05-21 Russ Coxrelated reflect bug: make copies of big values
2009-05-21 Russ Coxstricter rules for assignment.
2009-05-21 Russ Coxadd test for yesterday's interface rule change (interfa...
2009-05-21 Ken Thompsonadded key:val extension to
2009-05-21 Russ CoxI guess I forgot there was a unary ^ operator.
2009-05-21 Russ Coxdirect all interface extraction to InterfaceValue.Get.
2009-05-21 Russ Coxfix build again; this time for sure.
2009-05-21 Russ Coxmissed Makefile before; fix build
2009-05-21 Russ Coxstricter interface conversion rule: i.(T)
2009-05-21 Russ Coxhash reorg.
2009-05-21 Russ Coxnew, stricter interface rule:
2009-05-21 Robert Griesemersemi-weekly snapshot:
2009-05-20 Robert Griesemerxcode config files, self-describing
2009-05-20 Russ Coxreflect bug: NewZeroValue was refusing to create slices.
2009-05-20 Russ Coxifaceop was being called with integers
2009-05-20 Russ Coxchange representation of interface values.
2009-05-20 Russ Coxfix implicit star for range on *map, *[].
2009-05-20 Russ Coxclear out pkg tree in clean.bash.
2009-05-20 Robert Griesemerremoved TODO
2009-05-20 Robert Griesemernew method set rules
2009-05-20 Robert Griesemermore useful error string
2009-05-19 Russ Coxbuild crypto/block.
2009-05-19 Russ Coxfinal AES: CMAC authentication and EAX authenticated...
2009-05-19 Ian Lance TaylorMatch gccgo error messages.
2009-05-19 Russ Coxdeps.bash tweak - no need to sort -u the $O files.
2009-05-19 Russ CoxXor-based crypto modes: OFB and CTR stream encryption.
2009-05-19 Russ CoxCrypto modes: CBC, CFB, ECB.
2009-05-19 Ken Thompsonstatic initialization of strings
2009-05-19 Russ Coxtesting: add t.Failed() bool
2009-05-19 Ken Thompsonstatic initialization of slices
2009-05-19 David SymondsCreate dependencies automatically for top-level lib...
2009-05-18 Robert Griesemerfix typo
2009-05-18 Robert Griesemer- make godoc restart feature work properly
2009-05-18 Brendan O'Deatweaks to exvar.Map
next