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 month
ago. based on code collected
about 1 month
ago.
Jan 07, 2024 — Jan 07, 2025
Showing page 156 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Repair struct init inside {}.
ragge
More...
over 17 years ago
Handle constant evaluations correct even in the unsigned case. Set const qualifier for the correct element in a type. Fix string element counting in init.
ragge
More...
over 17 years ago
Add cl as a NEVER register in shifts. Fix bit-field init bug.
ragge
More...
over 17 years ago
Fix bug causing #line directives to get stuck in an endless loop.
ragge
More...
over 17 years ago
Must add edges for needed regs in special also.
ragge
More...
over 17 years ago
Fix last bits of initializations, should work fine now.
ragge
More...
over 17 years ago
Remove INIT nodetype. Now most initializations work.
ragge
More...
over 17 years ago
More init fixes, now handles real aggregates (structs and arrays).
ragge
More...
over 17 years ago
Add code to convert floats to numeric arrays. XXX should be common. Understand initialization of floats. Now support declaration of string-initialized extern and static vars.
ragge
More...
over 17 years ago
Fix more on new init code. Can init simple arrays now.
ragge
More...
over 17 years ago
Start using initializers again; now some statics works.
ragge
More...
almost 18 years ago
Fix sign cast that makes gcc complain.
ragge
More...
almost 18 years ago
Cleanup initialization code somewhat more. Still working on getting C99 initialization implemented.
ragge
More...
almost 18 years ago
More progress towards better initialization code.
ragge
More...
almost 18 years ago
Add conversion from longlong in esiedi to char (via stack).
ragge
More...
about 18 years ago
Ignore CR on input.
ragge
More...
about 18 years ago
Character constants are handled as unsigned. XXX - correct? Add __func_ as keyword. Not entirely correct.
ragge
More...
about 18 years ago
Fix missing entry for mod.
ragge
More...
about 18 years ago
Do another rewrite of the typedef code, now do it in the lexer. While here, remove some OLDSTYLE defines. Fix type check bug in tymerge().
ragge
More...
about 18 years ago
Flush output buffer before doing an error exit.
ragge
More...
about 18 years ago
Add support for local libs.
ragge
More...
about 18 years ago
Bugfix stack allocation routine, this is not pdp10.
ragge
More...
about 18 years ago
Handle typedefs better. XXX should be fixed better. Implement __builtin_alloca.
ragge
More...
about 18 years ago
Increase table sizes even more. Handle triple-arg-situation with multiple concatenated args. Make space for error messages when if heap is full.
ragge
More...
about 18 years ago
Ignore unknown preprocessor directives.
ragge
More...
about 18 years ago
More stuff to avoid type errors.
ragge
More...
about 18 years ago
Fix typedef bug for variables preventing struct members to having typedefed names. Add missed cast.
ragge
More...
about 18 years ago
Remove leftover from old lint times. Fixes segv bug in conval.
ragge
More...
about 18 years ago
Allow for enum arrays to be declared const. Handle || and && of constants in the compiler.
ragge
More...
about 18 years ago
Take care of a bug with macro arguments that are on multiple lines.
ragge
More...
about 18 years ago
←
1
2
…
152
153
154
155
156
157
158
159
160
…
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