7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove some unneccessary string copying. More... over 21 years ago
Small optimizing of genswitch(): generate direct compare if possible. More... over 21 years ago
Small fix to genswitch() arguments. More... over 21 years ago
Remove usage of n_su in first pass. More... over 21 years ago
Adapt to changes to the switch table. More... over 21 years ago
Make the switch table dynamic. More... over 21 years ago
Remove some if 0'ed code. More... over 21 years ago
Labels must only be cleared at level 0. (function scope). More... over 21 years ago
Fix type upgrading in old-style function declarations. More... over 21 years ago
Fix "new-style" prototype handling. More... over 21 years ago
Avoid some segfaults. More... over 21 years ago
Fix so that old-style function declarations work again. More... over 21 years ago
Fix prototype checking. More... over 21 years ago
Giant night checkin. - Never enter symtabs into the tree if blevel > 0, use a linked list. - Remove the old prototype checking stuff. - Almost finished with new style prototype checking. More... over 21 years ago
Do real prototype checks in defid(). XXX - not yet recursive checks. More... over 21 years ago
Add comments about 4.4BSD stuff. Change tymerge/tyreduce for better recursion. More... over 21 years ago
A few more cosmetic fixes. More... over 21 years ago
Fix comments. More... over 21 years ago
Add variable clearing missed in earlier commit. More... over 21 years ago
Adapt to recent MI changes. More... over 21 years ago
Change the dim pointers to an union, to be able to store function prototype information in the same place. More... over 21 years ago
dim may be NULL. More... over 21 years ago
Remove the static break/continue table. More... over 21 years ago
Adapt to the removal of dimtab. More... over 21 years ago
Remove the dimension table (at last!). More... over 21 years ago
First step toward removing the dimtab: do type parsing. More... over 21 years ago
Use lookup() for strings also. More... over 21 years ago
Use the same list for params as well as structs. More... over 21 years ago
The paramstk removed and replaced by a linked list. More... over 21 years ago
Change argument type to bfcode(). Some ugly hacks in the stab code to make it compile. More... over 21 years ago