2008-10-24 |
Florian Ragwitz |
Changelogging |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Florian Ragwitz |
Add an abstract. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Florian Ragwitz |
Don't mix declarations and code when declaring the... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Florian Ragwitz |
Don't delete the previous symbol table entry when shado... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Florian Ragwitz |
Merge branch 'hooks_endofscope' |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Florian Ragwitz |
Merge branch 'hook_op_check' |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Florian Ragwitz |
Update for latest B::Hooks::OP::Check API. hook_op_check |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Florian Ragwitz |
Clean up tests. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Florian Ragwitz |
Remove test intended to be used for debugging. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Florian Ragwitz |
On 5.9.5+ PL_parser is always available, although not... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Rhesa Rozendaal |
added 2 tests wrt utf string manipulations causing... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Don't segfault if HvNAME(PL_curstash) == NULL. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Use B::Hooks::EndOfScope instead of %^H and Scope:... hooks_endofscope |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Remove unused inject_scope from method.t |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Version 0.002002. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Don't include the multiline proto test in releases. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Add a multiline proto test in an extra file. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Florian Ragwitz |
Revert "Test multiline signatures where the closing... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Florian Ragwitz |
Test multiline signatures where the closing parent... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Matt S Trout |
switch done_declare from call_argv to call_pv |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Florian Ragwitz |
Make get_linestr_offset return -1 if we're not parsing. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Florian Ragwitz |
Make get_linestr return NULL/undef if we aren't parsing. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Florian Ragwitz |
clear_lex_stuff returns void, not char *. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Florian Ragwitz |
Remove unused vars. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Florian Ragwitz |
Allow enabling of debug mode with an env var. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Florian Ragwitz |
Remove DD_DEBUG_S. It's unused. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Version 0.002001. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Add myself to AUTHORS. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Changelogging. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Remove support for long-deprecated -P for better portab... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Check if reallocation of PL_linestr is necessary before... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Revert "nuke PERL_5_9_PLUS" |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Don't define PERL_NO_GET_CONTEXT. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Don't define NEWSV. handy.h does that for us. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Don't define PERL_CORE. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Don't call strlen() twice on the same string. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Florian Ragwitz |
Use croak instead of Perl_croak. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Florian Ragwitz |
Nullsv is kinda deprecated and not available anymore... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Florian Ragwitz |
Use B::Hooks::OP::Check to register PL_check callbacks. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Matt S Trout |
nuke PERL_5_9_PLUS |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Matt S Trout |
missed a PL_lex_stuff check |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Matt S Trout |
clean up lexing checks |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Florian Ragwitz |
Make Declare.o depend on stolen_chunk_of_toke.c. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Matt S Trout |
move D-D to new layout |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Matt S Trout |
I have no idea why this isn't in svn already |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
final tweaking and ChangeLog |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
add offset function for non-callback driven stuff,... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
stop accidentally picking up 'foo' as bareword foo |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
initial sketch of shadow_sub and hashref-based callback API |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
simplify the C level of callback stuff |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Matt S Trout |
initial working perl-space version |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Matt S Trout |
extract move_past_token, add XS wraps for toke chunks |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Matt S Trout |
get_linestr works, callback code works, set_linestr... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Matt S Trout |
move const wrap to using new function as well |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Matt S Trout |
factor out is_declarator decision code |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matt S Trout |
make 'method main' work |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Matt S Trout |
assloads of changes, apparently my previous commits... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Matt S Trout |
fix the fucking segfault |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Matt S Trout |
this OPf_SPECIAL was bollocks. remove it. |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Matt S Trout |
Newx -> New |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Matt S Trout |
now survives eval |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Matt S Trout |
extra test, forget where it came from |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Matt S Trout |
missed an aTHX_ |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Matt S Trout |
reallocate PL_linestr to 8192 chars min in a source... |
commit | commitdiff | tree | snapshot |
2008-05-31 |
Matt S Trout |
realloc code |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Chia-liang Kao |
Make devel::declare parse the part between prototype and |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Yuval Kogman |
bus error |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Yuval Kogman |
add eval.t, thought it would fail but it doesn't |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Matt S Trout |
actually, this will be 0.1.6 |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Matt S Trout |
0.1.5 changes |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Matt S Trout |
make test less noisy |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Matt S Trout |
stop using & prototypes at all |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Matt S Trout |
correct typo in ifndef |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Matt S Trout |
0.001003 changes |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Matt S Trout |
test I never noticed to add |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Matt S Trout |
version and POD updates for 0.001002 |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Matt S Trout |
compile fixes for 5.9.5 and DDEBUGGING |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Matt S Trout |
set Makefile.PL to bomb out for <5.8.1 at compile time |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Matt S Trout |
set Makefile.PL to bomb out for <5.8.1 |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Matt S Trout |
compiles against 5.8.1 (no threads, no multiplicity) |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Christopher... |
More specifically include stolen_chunk_of_toke.c in... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Christopher... |
Fix MANIFEST.SKIP to include stolen_chunk_of_toke.c |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Matt S Trout |
fix mail and web addresses |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Matt S Trout |
made method { ... }; work |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Matt S Trout |
sugar test basically working |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Matt S Trout |
MANIFEST.SKIP and Changes |
commit | commitdiff | tree | snapshot |
2007-07-28 |
Matt S Trout |
must use aTHX_ for anything with a pTHX_ in proto |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Matt S Trout |
latest updates |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Matt S Trout |
split usepack and namepack |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Matt S Trout |
package handling |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Matt S Trout |
pad stuffing by source injection |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Matt S Trout |
fun ($a, $b) { ... } |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Matt S Trout |
debug flag, extra test |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Matt S Trout |
test now uses Test::More |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Matt S Trout |
now compiles without needing my /home |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Matt S Trout |
initial import, still fragile as all hell |
commit | commitdiff | tree | snapshot |
|