openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pcc
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 183 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove some unneccessary string copying.
ragge
More...
over 21 years ago
Small optimizing of genswitch(): generate direct compare if possible.
ragge
More...
over 21 years ago
Small fix to genswitch() arguments.
ragge
More...
over 21 years ago
Remove usage of n_su in first pass.
ragge
More...
over 21 years ago
Adapt to changes to the switch table.
ragge
More...
over 21 years ago
Make the switch table dynamic.
ragge
More...
over 21 years ago
Remove some if 0'ed code.
ragge
More...
over 21 years ago
Labels must only be cleared at level 0. (function scope).
ragge
More...
over 21 years ago
Fix type upgrading in old-style function declarations.
ragge
More...
over 21 years ago
Fix "new-style" prototype handling.
ragge
More...
over 21 years ago
Avoid some segfaults.
ragge
More...
over 21 years ago
Fix so that old-style function declarations work again.
ragge
More...
over 21 years ago
Fix prototype checking.
ragge
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.
ragge
More...
over 21 years ago
Do real prototype checks in defid(). XXX - not yet recursive checks.
ragge
More...
over 21 years ago
Add comments about 4.4BSD stuff. Change tymerge/tyreduce for better recursion.
ragge
More...
over 21 years ago
A few more cosmetic fixes.
ragge
More...
over 21 years ago
Fix comments.
ragge
More...
over 21 years ago
Add variable clearing missed in earlier commit.
ragge
More...
over 21 years ago
Adapt to recent MI changes.
ragge
More...
over 21 years ago
Change the dim pointers to an union, to be able to store function prototype information in the same place.
ragge
More...
over 21 years ago
dim may be NULL.
ragge
More...
over 21 years ago
Remove the static break/continue table.
ragge
More...
over 21 years ago
Adapt to the removal of dimtab.
ragge
More...
over 21 years ago
Remove the dimension table (at last!).
ragge
More...
over 21 years ago
First step toward removing the dimtab: do type parsing.
ragge
More...
over 21 years ago
Use lookup() for strings also.
ragge
More...
over 21 years ago
Use the same list for params as well as structs.
ragge
More...
over 21 years ago
The paramstk removed and replaced by a linked list.
ragge
More...
over 21 years ago
Change argument type to bfcode(). Some ugly hacks in the stab code to make it compile.
ragge
More...
over 21 years ago
←
1
2
…
179
180
181
182
183
184
185
186
187
188
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree