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
perl11-p2
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 139 of 141
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* core: basic dumping and loading of bytecode is happenin.
_why
More...
over 16 years ago
* test: added some testing of type-related macros and method calls. * core/potion.h: bug in potion_is_ref.
_why
More...
over 16 years ago
* test: added some testing of type-related macros and method calls. * core/potion.h: bug in potion_is_ref.
_why
More...
over 16 years ago
* core: starting the dumping and loading of bytecode.
_why
More...
over 16 years ago
* core: starting the dumping and loading of bytecode.
_why
More...
over 16 years ago
* Makefile: build core/version.h before building everything else.
_why
More...
over 16 years ago
* Makefile: build core/version.h before building everything else.
_why
More...
over 16 years ago
* core/potion.h: the vtable TODO is cared for.
_why
More...
over 16 years ago
* core/potion.h: the vtable TODO is cared for.
_why
More...
over 16 years ago
* core: allow closures stored in locals to be executed with `name()`.
_why
More...
over 16 years ago
* core: allow closures stored in locals to be executed with `name()`.
_why
More...
over 16 years ago
* core: nested blocks. no scope or anything yet. but ran a closure, not bad.
_why
More...
over 16 years ago
* core: nested blocks. no scope or anything yet. but ran a closure, not bad.
_why
More...
over 16 years ago
* core: introduced the vm exec loop. ran my first program!
_why
More...
over 16 years ago
* core: introduced the vm exec loop. ran my first program!
_why
More...
over 16 years ago
* README: outlining the object model.
_why
More...
over 16 years ago
* README: outlining the object model.
_why
More...
over 16 years ago
* core: figured out my register strategy. parsing of blocks, protos, methods now working closer to what i like.
_why
More...
over 16 years ago
* core: figured out my register strategy. parsing of blocks, protos, methods now working closer to what i like.
_why
More...
over 16 years ago
* core: adding more opcodes, working on more compile steps, fixing grammar issues.
_why
More...
over 16 years ago
* core: adding more opcodes, working on more compile steps, fixing grammar issues.
_why
More...
over 16 years ago
* core: continuing work on the compiler, inspection of byte code.
_why
More...
over 16 years ago
* core: continuing work on the compiler, inspection of byte code.
_why
More...
over 16 years ago
* core/string.c: bug in string table was causing duplicate strings. i didn't know it but khash needs to keep a pointer to the string key, for comparison later. that's fine, but i need to give it the pointer to the single PN allocated when the key is inserted. strings sent through potion_str2 screwed things up because they are altered after insertion. * core/potion.h: structure for keeping compiled bytecode.
_why
More...
over 16 years ago
* core/string.c: bug in string table was causing duplicate strings. i didn't know it but khash needs to keep a pointer to the string key, for comparison later. that's fine, but i need to give it the pointer to the single PN allocated when the key is inserted. strings sent through potion_str2 screwed things up because they are altered after insertion. * core/potion.h: structure for keeping compiled bytecode.
_why
More...
over 16 years ago
* core/pn-scan.rl: playing with the modulo operator.
_why
More...
over 16 years ago
* core/pn-scan.rl: playing with the modulo operator.
_why
More...
over 16 years ago
* core/potion.h: discovered allocation problem, casting to PN_NUM and back wasn't happening in PN_OBJ_ALLOC.
_why
More...
over 16 years ago
* core/potion.h: discovered allocation problem, casting to PN_NUM and back wasn't happening in PN_OBJ_ALLOC.
_why
More...
over 16 years ago
* core: add inspect to primitives.
_why
More...
over 16 years ago
←
1
2
…
133
134
135
136
137
138
139
140
141
→
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