1
0
mirror of https://github.com/golang/go synced 2024-11-22 11:54:50 -07:00
The Go programming language
Go to file
Robert Griesemer e5874223ef snapshot:
- renamed Z -> Int
- made Int ops methods on *Int
- "install" assembly routines dynamically
- replace mulVW functions with mulAddVWW
  of equivalent performance but symmetric functionality
  to divWVW
- implemented scanN

status:
- need mulNN (trivial)
- need division/modulo after which the set of
  elementary operations is complete
- to/from string conversion working

R=rsc
DELTA=320  (124 added, 50 deleted, 146 changed)
OCL=33308
CL=33341
2009-08-15 11:43:54 -07:00
doc - remove language on forward decls 2009-08-14 17:41:52 -07:00
include rename libmach_amd64 libmach 2009-08-14 10:46:04 -07:00
lib/godoc printer.go: 2009-08-03 09:53:00 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src snapshot: 2009-08-15 11:43:54 -07:00
test 6g bug: struct initializers must provide all field values unless the fields are named 2009-08-14 15:13:32 -07:00
usr Convert interpreter to whole-package compilation. 2009-08-12 17:24:05 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00