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 188 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change block variable assignment.
ragge
More...
about 22 years ago
Bugfix makecc(). Understand negate.
ragge
More...
about 22 years ago
Handle parts of words better.
ragge
More...
about 22 years ago
Understand ord-style function headers.
ragge
More...
about 22 years ago
Free const even between *'s.
ragge
More...
about 22 years ago
Small fixes; forgot end after inits.
ragge
More...
about 22 years ago
Octal -> decimal. Use rodata for readonly. Bugfix "block".
ragge
More...
about 22 years ago
Fix visibility problem in structs for prototypes.
ragge
More...
about 22 years ago
Allow for correct declarations of function pointers as struct elements.
ragge
More...
about 22 years ago
Add code for indirect calls.
ragge
More...
about 22 years ago
Now handles function declarations of evil layouts; void (*signal(int sig, void (*func)(int a, char *b)))(void *func) {
ragge
More...
about 22 years ago
Fix a bunch more prototype and declaration cases. Now the terrible `signal' prototype work.
ragge
More...
about 22 years ago
Understand "int a(void) {". Avoid some segfaults.
ragge
More...
about 22 years ago
Deal with "extern struct foo kaka;" correctly.
ragge
More...
about 22 years ago
Accept more things inside prototypes. Forward-declaration of structs.
ragge
More...
about 22 years ago
Now handle arguments correct in the ANSI case.
ragge
More...
about 22 years ago
Temp checkin: Rewriting of yacc code for ansi support. Now supports external variable init.
ragge
More...
about 22 years ago
Add and, or, left and right shift.
ragge
More...
about 22 years ago
Handle constants better. Also be able to use constants directly for args.
ragge
More...
about 22 years ago
Add some basic support for chars. Allow strings to be written.
ragge
More...
about 22 years ago
Bugfix common printout.
ragge
More...
about 22 years ago
Fix bad debug flag.
ragge
More...
about 22 years ago
Allow for indexed addressing; i.e. *p = 4;
ragge
More...
about 22 years ago
Add basic condition code tests. Can now handle tests.
ragge
More...
about 22 years ago
Add table entries for mul, div and mod. Now works.
ragge
More...
over 22 years ago
Fox so that the return value from functions can be used.
ragge
More...
over 22 years ago
rewrite gencall() and add table entries for function arguments. Argument passing now works.
ragge
More...
over 22 years ago
Add support for growing paramers on stack. Prettier offset printout.
ragge
More...
over 22 years ago
Cleanup. Add support for growing stack.
ragge
More...
over 22 years ago
Fix prolog/epilogue. setup return register.
ragge
More...
over 22 years ago
←
1
2
…
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