openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
std
Settings
|
Report Duplicate
0
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.
Feb 28, 2025 — Feb 28, 2026
Showing page 34 of 81
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[sprixel] made a bunch more tests pass, er smth.
diakopter
More...
over 16 years ago
[STD] don't count ::T as type constraint as suggested by jnthn++ [gimme5] naively remove comma from map and grep [STD_P5] start hacking in a P5 grammar by cutting down P6 grammar (compiles, but nothing invokes the non-regex part yet)
lwall
More...
over 16 years ago
[sprixel] tighten up Sprixel's runloop [sprixel] add JSMeta (meta-language environment, a.k.a. "parser-generator" or "grammar-interpreter") to Sprixel's codebase (a couple/few kloc of JS I think) [sprixel] consider yourself ready for MORE pusillanimous whimsicality
diakopter
More...
over 16 years ago
[sprixel] enable the creation of multiple JS contexts from within both Perl and JS [sprixel] enable any of the JS contexts to eval JS code in any of the others (and return a string response). This enables JS "sandboxes" to be creatable/accessible from any of the others. [sprixel] enable loading of .js files from disk [sprixel] soon, also enable writing to files (append or overwrite), binmode or ascii. Obviously this will need to be prevented by p6eval, so a special safemode flag will be provided to sprixel.pl
diakopter
More...
over 16 years ago
[sprixel] ++mberends moar fixes (for real this time)
diakopter
More...
over 16 years ago
[sprixel] ++mberends Test updates; see the diff at http://perlcabal.org/svn/pugs/revision/?rev=28643
diakopter
More...
over 16 years ago
[STD] <.require_P5> failed to properly propagate current cursor
lwall
More...
over 16 years ago
[sprixel] first cut at skip(), 'make spectest' improved
mberends
More...
over 16 years ago
[STD] break P5Regex grammar out from STD to separate file P5 grammar will only be loaded on demand
lwall
More...
over 16 years ago
[STD] fix P5Regex quantified atom capture just like we did Regex yesterday
lwall
More...
over 16 years ago
[STD] comment out useless file-scoped context declarators remove all the no-longer-used {*} entries as eyesores cut down the overview to those notes still in effect getting readier to refactor sublanguages out to separate files first to move out will be P5Regex also planning to move out symbol table and error service routines
lwall
More...
over 16 years ago
[perl6/Makefile] preserve copy semantics on snapshots
lwall
More...
over 16 years ago
[sprixel] additional function jseval() - analogous to Q::PIR {}, except for JavaScript. the this object in the function is the ast/expression tree node, which has .context as one of its members
diakopter
More...
over 16 years ago
[sprixel] fix the what() and derive_context() builtins some more
diakopter
More...
over 16 years ago
[STD Makefile] add 2 more symlinks (setting and lib) TimToady plz correct if necessary
diakopter
More...
over 16 years ago
[sprixel] lots of preparation for bootstrapping namespace/object/type system in the (tiny) subset of Perl 6 that sprixel has already implemented. Builtins for deriving scopes/context and creating/modifying/introspecting members of scopes/objects. Essentially hashes, but without the P6 syntax for hashes b/c they're really JS object [prototype-chains] underneath.
diakopter
More...
over 16 years ago
[STD setting] parse setting files with names containing CORE with the NULL setting
diakopter
More...
over 16 years ago
[sprixel] finish implement repeat while/until thanks to ++TimToady
diakopter
More...
over 16 years ago
[STD] /abc/ now includes a and b atoms in match/ast /[/]/ no longer recurses forever repeat while/until now requires ws after keyword
lwall
More...
over 16 years ago
[sprixel] implement print [sprixel] implement statement_control__S_repeat [sprixel] implement statement_control__S_until [sprixel] restore "not yet implemented" error message for primary nodes
diakopter
More...
over 16 years ago
[sprixel] a few medium-ish refactorings; reduced durations of while/preincrement microbenchmark by 50%
diakopter
More...
over 16 years ago
[sprixel] make predeclaration of variables actually work :)
diakopter
More...
over 16 years ago
[sprixel] implement sub closures [slightly more] properly; implement return keyword
diakopter
More...
over 16 years ago
[STD] attach only pad sigs to the pad, not other signatures attach final pad sig to the match/ast (as string)
lwall
More...
over 16 years ago
[sprixel] make another case of trailing while work (dunno why statement_mod_loop didn't cover them all; maybe std/viv oddity)
diakopter
More...
over 16 years ago
[sprixel] implement lexical sub declaration/installation
diakopter
More...
over 16 years ago
git-svn-id: http://svn.pugscode.org/pugs@28582 c213334d-75ef-0310-aa23-eaa082d1ae64
diakopter
More...
over 16 years ago
[sprixel] implement rand
diakopter
More...
over 16 years ago
[sprixel] remove debug line diakopter-- diakopter--
diakopter
More...
over 16 years ago
[sprixel] made list flattening also deref @slots
diakopter
More...
over 16 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
…
80
81
→
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