]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-06-05 Russ Coxdon't need these anymore;
2009-06-05 Russ Cox386-related fixes and guards
2009-06-04 Rob Pikestring([]int) is now implemented
2009-06-04 Russ Coxbug161, fixed
2009-06-04 Robert Griesemer- interpret form feed char as newline + flush
2009-06-04 Russ Coxrename -chatty to more conventional -v.
2009-06-04 Rob Pikeuse the new bytes package
2009-06-04 Russ Coxmore 8g progress.
2009-06-04 Rob Pikebytes.Copy
2009-06-04 Rob Pikeadd a bytes package analogous to the strings package.
2009-06-04 Robert Griesemer- report an error if format is nil instead of crashing
2009-06-04 Robert Griesemerallow &^= in assignments
2009-06-04 Russ Coxmissing darwin files; g4 nothave.
2009-06-04 Russ Coxmachine-generated files for CL 29882
2009-06-04 Russ Coxlinux 386 support; now in same state as darwin 386
2009-06-04 Russ Coxdangling pointer bug (thanks valgrind)
2009-06-04 Russ Coxmore 386 runtime fixes.
2009-06-04 Russ Coxfix handling of floating point zero constant 0p+0
2009-06-04 Russ Coxbug in parallel assignment
2009-06-03 Russ Coxzero struct in T{}
2009-06-03 Russ Coxfix build. i would love to know why my other client
2009-06-03 David SymondsDefine os.PageSize and syscall.PageSize.
2009-06-03 Russ Coxtrivial cut and paste: move 64-bit simulation into...
2009-06-03 Russ Cox8g:
2009-06-03 Russ Coxmechanically-generated syscall files
2009-06-03 Russ Cox386 library updates
2009-06-03 Russ Coxminor cleanup, 64-bit /= and %= on 32-bit
2009-06-03 Russ Coxfor consistency with syscall, rename files
2009-06-03 Russ Cox32-bit fixes in lessstack.
2009-06-03 Russ Cox8l fixes, cut and paste from 6l.
2009-06-03 David SymondsAdd container/list package.
2009-06-03 Robert Griesemerchange datafmt syntax to use '@' instead of '^' (to...
2009-06-03 Robert Griesemerremove superfluous indirection
2009-06-03 Robert Griesemer- renamed format -> datafmt
2009-06-02 Steve NewmanFixes to URL functionality:
2009-06-02 Russ Coxauto-generated, renamed, and deleted files
2009-06-02 Russ Coxnew syscall package: manually maintained files and...
2009-06-02 Russ Coxupdate Go tree to use new syscall package.
2009-06-02 Russ Coxmake godefs work better for generating Go.
2009-06-02 Robert Griesemerformat package
2009-06-02 Robert Griesemer- enable scanner to handle illegal chars w/o returning...
2009-06-02 Robert Griesemerio.ReadFile
2009-05-31 Ken Thompsonprevent multiple similar errors
2009-05-31 Russ Coxnew 64-bit math test.
2009-05-31 Ian Lance TaylorAdjust expected errors to work with gccgo.
2009-05-31 Russ Coxbug157
2009-05-31 Ken Thompsonbug 158
2009-05-30 Russ Coxmake gobuild failures more readable.
2009-05-29 Robert GriesemerReplacement for abandoned CL 29626:
2009-05-29 Russ Coxunary ^ update.
2009-05-29 Rob PikeAutomated g4 rollback of changelist 29478.
2009-05-29 Ken Thompsonbug 156
2009-05-29 Ken Thompsonbug 155
2009-05-29 Russ Cox64-bit integer math bugs
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.
next