0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make readfile work on darwin parameterize the system interface a bit More... almost 16 years ago
- added bug against maps More... almost 16 years ago
add pointer to val type of maps More... almost 16 years ago
add sys.readfile() add args to linux runtime More... almost 16 years ago
- filed a bug against len() More... almost 16 years ago
runtime needs runtime.c 6l needs to know that there is no rt_amd64.6 More... almost 16 years ago
maybe now $O is right More... almost 16 years ago
O=6 not O=o More... almost 16 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... almost 16 years ago
add plan 9 ar, which understands our symbol tables More... almost 16 years ago
autolib (#pragma lib) added to 6g to autoload the included import files. More... almost 16 years ago
- dump registers in case of signal (linux) More... almost 16 years ago
improve bug054.go fix integer.ToString to return the proper, not-nul-terminated value More... almost 16 years ago
add new bug: can't compile a, b := sys.frexp(1.0) More... almost 16 years ago
simul assignment More... almost 16 years ago
previous change was a nit too aggressive - regular comparison should apply when comparing internal symbol names More... almost 16 years ago
allow an underscore to match centered dot (rune 00B7), so people don't have to type a centered dot when debugging. More... almost 16 years ago
bug in returning a fat function result More... almost 16 years ago
center dots into argument code More... almost 16 years ago
put center dot into main_main restore smashed arg code, lost in incorrect resolve More... almost 16 years ago
middle dot as alpha package separator More... almost 16 years ago
- added access to thread state info from the signal handler More... almost 16 years ago
arguments available argc, argv, envc, envv all in sys now sys.argc() etc. More... almost 16 years ago
string nil same as string "" More... almost 16 years ago
remove explicit import of "sys" add a boolean printer More... almost 16 years ago
map[int] bug More... almost 16 years ago
bug miscalculating ullman in CALLMETH/DOTMETH More... almost 16 years ago
safety checks, waiting for gri's real tracking of PC and SP extant code is too fragile More... almost 16 years ago
update some tests More... almost 16 years ago
add signal handling to mac runtime More... almost 16 years ago