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
W
winxed
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 21 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix generated pir of strings results from constant expressions with low-ascii values, Eclesia++
NotFound
More...
about 14 years ago
update installable compiler
NotFound
More...
about 14 years ago
fix bug class name being recognized as a function, Eclesia++
NotFound
More...
about 14 years ago
update generated installable driver
NotFound
More...
about 14 years ago
Use get_main method in installable driver
NotFound
More...
about 14 years ago
update installable files
NotFound
More...
about 14 years ago
use write to output feature in installed driver
NotFound
More...
about 14 years ago
fix and complete the write-to-output feature in the stage 1 side
NotFound
More...
about 14 years ago
write to output instead of using an intermediate StringHandle in the non-installed driver. This way it uses a lot less memory and bootstrap can be done again in less powered systems.
NotFound
More...
about 14 years ago
Initialize used subids at the start of the subs. Seems to be the better tradeof right now.
NotFound
More...
about 14 years ago
update installable compiler
NotFound
More...
about 14 years ago
diagnose wrong usage of multi assignment
NotFound
More...
about 14 years ago
multi assign lacked inheritance from Statement, fixed
NotFound
More...
about 14 years ago
update installable files
NotFound
More...
about 14 years ago
fix the result of optimization based on a wrong assumption about const Sub
NotFound
More...
about 14 years ago
Big change in error handling: Use one parrot exception type for all compiler generated errors. Hardcode the type in the predefined constant __WINXED_ERROR__. Use a payload to store structured information. Emit the error messages in gcc format. Change the way used to pass line and number information to the error functions to simplifiy usages.
NotFound
More...
about 14 years ago
add a four argument version of Error builtin to set payload
NotFound
More...
about 14 years ago
test array item initialized with a function
NotFound
More...
about 14 years ago
Allow functions in array expressions in stage 0. Not needed right now, but for consistency with hashes.
NotFound
More...
about 14 years ago
test hash value initialized with a function
NotFound
More...
about 14 years ago
Put the compiler into a namespace: Add some more scope search features and improve instanceof operator in stage 0 to make it able to compile stage 1 after the changes. Fix hash values emision. Drop all using and using static from the stage 1 compiler. And add the namespaces opening and closing.
NotFound
More...
about 14 years ago
basic tests for hash expresions
NotFound
More...
about 14 years ago
fix the lexical workarounds and reorganize LocalFunction var search methods
NotFound
More...
about 14 years ago
workarounds for problems in lexicals after recent changes
NotFound
More...
about 14 years ago
several fixes and improvements is scope search for functions, specially in hash expressions and avoid repeated .const 'Sub' in the same block
NotFound
More...
about 14 years ago
allow harness to run the tests using a installed driver
NotFound
More...
about 14 years ago
basic tests for array expresions
NotFound
More...
about 14 years ago
fix ArrayExpr items emision in stage 0
NotFound
More...
about 14 years ago
updated installable files
NotFound
More...
about 14 years ago
add a "THIS IS A GENERATED FILE" comment to generated code header
NotFound
More...
about 14 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
…
54
55
→
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