summaryrefslogtreecommitdiff
path: root/src/cmd/6a
Commit message (Expand)AuthorAgeFilesLines
* 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard2010-02-052-5/+8
* avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard2010-01-282-1/+4
* 5a/6a/8a: avoid fixed-sized file name bufferDean Prichard2010-01-222-1/+3
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* yet another attempt to avoid conflicts withRuss Cox2009-11-122-2/+6
* fix BUFSIZ redeclaration warningsRuss Cox2009-11-111-1/+1
* getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox2009-11-111-0/+4
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* document the assemblers.Rob Pike2009-11-031-0/+14
* clean moreRuss Cox2009-10-031-1/+1
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-3/+1
* throw away most of the compat.h compatibility layerRuss Cox2009-03-241-15/+31
* move pragtextflag into lexbodyRuss Cox2009-03-201-7/+0
* pragma textflagKen Thompson2009-01-271-0/+7
* change another yacc reference to bison.Russ Cox2009-01-131-1/+1
* better yacc rule in MakefileRuss Cox2008-09-221-1/+1
* make Makefiles safe for parallel makeRuss Cox2008-09-181-1/+4
* Use a single Make.conf for setting CC, etc.Russ Cox2008-08-031-5/+2
* make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox2008-08-032-10/+9
* morestack magic numberKen Thompson2008-07-122-18/+33
* segmented stackKen Thompson2008-06-271-4/+31
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-2/+2
* convert from mk to makeRob Pike2008-06-111-0/+42
* goos and goarchKen Thompson2008-06-051-1/+2
* Add compiler source to new directory structureRob Pike2008-06-043-0/+2135