1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Mar 06, 2023 — Mar 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- a couple of fixes for integer.go - added pkg dir More... about 17 years ago
repair struct definition More... about 17 years ago
slight change to file names More... about 17 years ago
make readfile work on darwin parameterize the system interface a bit More... about 17 years ago
- added bug against maps More... about 17 years ago
add pointer to val type of maps More... about 17 years ago
add sys.readfile() add args to linux runtime More... about 17 years ago
- filed a bug against len() More... about 17 years ago
runtime needs runtime.c 6l needs to know that there is no rt_amd64.6 More... about 17 years ago
maybe now $O is right More... about 17 years ago
O=6 not O=o More... about 17 years ago
put a makefile into runtime make the runtime library an archive (rt0 is still separate) update 6l to use the archive add fakeobj.c, missing from prior change More... about 17 years ago
add plan 9 ar, which understands our symbol tables More... about 17 years ago
autolib (#pragma lib) added to 6g to autoload the included import files. More... about 17 years ago
- dump registers in case of signal (linux) More... about 17 years ago
improve bug054.go fix integer.ToString to return the proper, not-nul-terminated value More... about 17 years ago
add new bug: can't compile a, b := sys.frexp(1.0) More... about 17 years ago
simul assignment More... about 17 years ago
previous change was a nit too aggressive - regular comparison should apply when comparing internal symbol names More... about 17 years ago
allow an underscore to match centered dot (rune 00B7), so people don't have to type a centered dot when debugging. More... about 17 years ago
bug in returning a fat function result More... about 17 years ago
center dots into argument code More... about 17 years ago
put center dot into main_main restore smashed arg code, lost in incorrect resolve More... about 17 years ago
middle dot as alpha package separator More... about 17 years ago
- added access to thread state info from the signal handler More... about 17 years ago
arguments available argc, argv, envc, envv all in sys now sys.argc() etc. More... about 17 years ago
string nil same as string "" More... about 17 years ago
remove explicit import of "sys" add a boolean printer More... about 17 years ago
map[int] bug More... about 17 years ago
bug miscalculating ullman in CALLMETH/DOTMETH More... about 17 years ago