]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-02-16 Russ Coxassorted changes:
2009-02-16 Rob Pikechange the URL in the test to avoid a redirection that...
2009-02-16 Russ Coxadd os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.
2009-02-16 Russ Coxinsert ${GOOS} and ${GOARCH} in
2009-02-15 Russ Coxcleanups:
2009-02-15 Russ Coxbuild nits
2009-02-15 Russ Coxbug fix for &x[0] when x is slice
2009-02-14 Robert Griesemer- accept new composite literal syntax
2009-02-13 Robert Griesemer- added Makefile change again (lost due to to p4 misuse)
2009-02-13 Robert Griesemer- vector package (identical to array except for names)
2009-02-13 Russ Coxconvert composite literals from { } to ( ).
2009-02-13 Russ Coxadd composite literal ( ) syntax.
2009-02-13 Russ Coxfix build
2009-02-13 Robert Griesemerlabel declarations not handled properly
2009-02-13 Robert Griesemer- fixed bugs related to the empty statement
2009-02-12 Robert Griesemer- syntax for composite literals use () instead of {}
2009-02-12 Russ Coxrequire type assertions when narrowing.
2009-02-12 Russ Coxinsert type assertions when narrowing.
2009-02-12 Russ Coxfix gc bug. i think this is tgs's second bug.
2009-02-11 Robert Griesemer- language for embedded interfaces (as discussed this...
2009-02-11 Robert GriesemerAdded section on package unsafe:
2009-02-11 Rob Pikechange DirInfo->dirInfo now that 6g export bug is fixed
2009-02-11 Rob Pikedrop the os_ prefix on the file names in os. os_test...
2009-02-10 Russ Coxfix export bug Rob tripped over.
2009-02-10 Rob PikeMake Readdirnames work properly on Linux.
2009-02-10 Ian Lance TaylorImplement unsafe.Alignof.
2009-02-10 Rob PikeFix Readdirnames to behave properly if reading in littl...
2009-02-10 Robert Griesemer- removed obsolete comments
2009-02-10 Robert GriesemerSome real GDS functionality:
2009-02-10 Rob Pikefix Getdirentries: base comes back in r2.
2009-02-09 Rob Pikesimple accessors for Dir mode bits
2009-02-09 Rob Piketypo. this split-os building thing is frustrating.
2009-02-09 Rob Pikeadd Readdir: returns an array of Dir structures
2009-02-09 Rob Pikefix int64/int error - build broken
2009-02-08 Russ Coxadd error to catch 6g alignment bug.
2009-02-08 Russ Coxgc funarg return fix.
2009-02-08 Rob PikeFirst pass at reading directories.
2009-02-08 Rob Pikea few small cleanups
2009-02-08 Rob Pikeuse unsafe.Sizeof
2009-02-07 Rob Pikeupdate sysimport.c for unsafe.Offset and Sizeof
2009-02-07 Ken Thompsonchange array padding in structures
2009-02-07 Ken Thompsonunsafe.Sizeof and unsafe.Offsetof
2009-02-07 Rob Pikefix up syscall for darwin after StringToBytes change
2009-02-07 Rob Pikeportable stat for os
2009-02-07 Rob Pikefstat used wrong system call, lstat used wrong type...
2009-02-07 Robert Griesemer- removed todo and restriction from spec (closures)
2009-02-07 Robert Griesemerbug: empty statement not properly recognized in conjunc...
2009-02-06 Ian Lance TaylorRecognize gccgo error messages:
2009-02-06 Robert Griesemersnapshot:
2009-02-06 Rob Pikepowser cleanup.
2009-02-06 Russ Coxtgs's gc bug.
2009-02-06 Rob Pikeadd a trivial visitor method, just for fun
2009-02-06 Russ Coxclosures - 6g support
2009-02-06 Russ Coxclosures - runtime and debugger support, test case
2009-02-06 Robert Griesemer- preparation for setting up types
2009-02-06 Russ Cox6c: byte* - byte* should be int64, not int32.
2009-02-06 Robert Griesemermaking go-spec conform with 6g:
2009-02-05 Rob Pikefurther pedagogy: a channel that satisfies the HTTP...
2009-02-05 Russ Coxbug064
2009-02-05 Russ Coxtake advantage of methods on funcs
2009-02-05 Russ Coxdo not generate Init proto for sys and unsafe.
2009-02-05 Robert Griesemer- caseify parser functions (all but a few should not...
2009-02-05 Russ Coxheuristic to stop pulling .6 in from .a
2009-02-05 Russ Coxallow methods on funcs.
2009-02-05 Russ Coxfix build on thresher - missing constants
2009-02-05 Ian Lance TaylorRename function to avoid function redefinition error...
2009-02-05 Robert Griesemersnapshot:
2009-02-05 Robert Griesemertoday's snapshot: steps towards using interfaces for...
2009-02-04 Rob Pikea few tweaks triggered by tgs's comments
2009-02-04 Rob Pikeclean up flags package a bit.
2009-02-04 Russ Coxfix interface not satisifed message:
2009-02-04 Robert Griesemer- converted expr representation of ast into a new repre...
2009-02-04 Rob Pikebugs cleanup, including deleting one near-identical...
2009-02-03 Russ Coxfix build. missed this file
2009-02-03 Russ Coxlibmach:
2009-02-03 Russ Coxbufio:
2009-02-03 Russ Coxminor tweaks
2009-02-03 Russ Coxflesh out http server.
2009-02-02 Russ Cox6g return struct fix:
2009-02-02 Russ Coxmarginally better thread debugging on Linux.
2009-02-02 Robert Griesemer- added experimental flag '-def': will print (not parse!)
2009-02-01 Rob Pikeslightly better code for the frog fix
2009-02-01 Rob PikeComplain about control characters that are not white...
2009-01-31 Russ Coxcan finally close this TODO - 6l was broken
2009-01-31 Russ Coxkeep line number history even when
2009-01-31 Russ Coxavoid memcpy(x, x),
2009-01-30 Robert Griesemer- changed pretty parser to parse and print new function...
2009-01-30 Russ Coxtwo uses of uninitialized memory,
2009-01-30 Rob Pikeneedless semicolons
2009-01-30 Russ Coxprint format bug
2009-01-30 Robert GriesemerTest balloon: Changed the spec to see the implications...
2009-01-30 Russ Coxupdate compiler to new func rules
2009-01-30 Russ Coxupdate go code tree to new func rules.
2009-01-30 Rob Pikerename variable at rsc's request
2009-01-30 Rob Pikeclean up server code in tutorial
2009-01-30 Russ Coxif take address of local, move to heap.
2009-01-30 Robert Griesemer- removed obsolete files from repository
2009-01-29 Robert Griesemer- make test work with 6g
2009-01-29 Ken Thompsonoptimizer bug w STOstring
2009-01-29 Russ Coxadd stack test
next