2009-05-02 |
Vincent Pit | A saner workaround for the "call_sv() during LEAVE... |
commit | commitdiff | tree |
2009-04-22 |
Vincent Pit | Slashes are reserved and hence must be encoded in the... |
commit | commitdiff | tree |
2009-04-16 |
Vincent Pit | This is 0.08 v0.08 |
commit | commitdiff | tree |
2009-04-16 |
Vincent Pit | Point the repository to the gitweb instead of the bare... |
commit | commitdiff | tree |
2009-03-26 |
Vincent Pit | Test unwind in threads |
commit | commitdiff | tree |
2009-03-25 |
Vincent Pit | Document that reap destructors are called in void context |
commit | commitdiff | tree |
2009-03-16 |
Vincent Pit | Fix reap() clobbering the return stack, as reported... rt44204 |
commit | commitdiff | tree |
2009-03-13 |
Vincent Pit | Rename t/53-unwind-context.t to t/56-unwind-context.t |
commit | commitdiff | tree |
2009-03-12 |
Vincent Pit | Typo in test description |
commit | commitdiff | tree |
2009-03-08 |
Vincent Pit | Show non-reachable locations in unwind() examples |
commit | commitdiff | tree |
2009-03-07 |
Vincent Pit | Fix building with Solaris CC |
commit | commitdiff | tree |
2009-03-01 |
Vincent Pit | Correct some test descriptions |
commit | commitdiff | tree |
2009-02-26 |
Vincent Pit | Test localize on magical scalar variables |
commit | commitdiff | tree |
2009-02-20 |
Vincent Pit | This is 0.07 v0.07 |
commit | commitdiff | tree |
2009-02-19 |
Vincent Pit | SUB SUB == SUB |
commit | commitdiff | tree |
2009-02-19 |
Vincent Pit | Some examples for words |
commit | commitdiff | tree |
2009-02-17 |
Vincent Pit | Phrasing fixes |
commit | commitdiff | tree |
2009-02-15 |
Vincent Pit | Fix "localize *x, 'y', $cx" to match Perl behaviour |
commit | commitdiff | tree |
2009-02-12 |
Vincent Pit | Fix some unlikely possible uninitialized reads |
commit | commitdiff | tree |
2009-02-07 |
Vincent Pit | Use recent ExtUtils::MakeMaker features to generate... |
commit | commitdiff | tree |
2009-02-04 |
Vincent Pit | Don't even define a CLONE sub when the module isn't... |
commit | commitdiff | tree |
2009-02-04 |
Florian Ragwitz | Get rid of a warning produced by -Wparentheses. |
commit | commitdiff | tree |
2009-02-04 |
Florian Ragwitz | Get rid of a warning produced by -Wunused-value. |
commit | commitdiff | tree |
2009-02-04 |
Florian Ragwitz | Avoid warnings due to unused variables. |
commit | commitdiff | tree |
2009-02-04 |
Florian Ragwitz | Remove some unused variables. |
commit | commitdiff | tree |
2009-01-24 |
Vincent Pit | Explicitely say that unwind() restarts from the point... |
commit | commitdiff | tree |
2009-01-18 |
Vincent Pit | No need for maybe_deref anymore |
commit | commitdiff | tree |
2009-01-17 |
Vincent Pit | Minor spacing fix |
commit | commitdiff | tree |
2009-01-17 |
Vincent Pit | This is 0.06 v0.06 |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Add a warning in t/05-words.t |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Doc update |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Introduce SCOPE() |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Actually build the module before testing with the debugger |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | SU_GET_CONTEXT() only needs to skip DB frames when... |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Remove the non debugger-safe DOWN |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Skip debugging frames, allowing the module to do its... |
commit | commitdiff | tree |
2009-01-16 |
Vincent Pit | Add a testdeb target for testing with the debugger |
commit | commitdiff | tree |
2009-01-14 |
Vincent Pit | Make levels absolute |
commit | commitdiff | tree |
2009-01-13 |
Vincent Pit | Replace raw level numbers by words, except in t/55... |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | This is 0.05 v0.05 |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | In t/85-stress-unwind.t, don't rely on is_deeply to... |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | Doc fixes |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | Use a context for passing arguments to su_unwind() |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | Correct test description |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | Fix stack mess when unwind() is called in scalar context |
commit | commitdiff | tree |
2009-01-12 |
Vincent Pit | Stress test unwind() |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | This is 0.04 v0.04 |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Complete with_at() coverage |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | In su_unwind(), get the gimme before unwinding |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Show unwind() and want_at() in the synopsys and the... |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Context initialization overhaul |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Introduce want_at() |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Introduce CALLER() |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Better check of the level in arguments |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Sanitize and check unwind targets |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Move t/50- to t/53- |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Reset the correct mark after unwinding |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Add some debug tracing code to su_unwind() |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Add t/55-unwind-multi.t (with a failing test) |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Sort up Upper.xs |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Test unwind() with prototypes |
commit | commitdiff | tree |
2009-01-11 |
Vincent Pit | Add unwind() |
commit | commitdiff | tree |
2009-01-10 |
Vincent Pit | C++ build fix |
commit | commitdiff | tree |
2009-01-09 |
Vincent Pit | Test dieing into a reap callback |
commit | commitdiff | tree |
2009-01-09 |
Vincent Pit | Factor similar stress level tests in t/81-stress-level.t |
commit | commitdiff | tree |
2009-01-09 |
Vincent Pit | Introduce *5-*-multi.t tests |
commit | commitdiff | tree |
2009-01-09 |
Vincent Pit | Reorder tests |
commit | commitdiff | tree |
2009-01-06 |
Vincent Pit | The 5.6 failure was actually a compile-time error,... |
commit | commitdiff | tree |
2009-01-05 |
Vincent Pit | Rename CURRENT to HERE |
commit | commitdiff | tree |
2009-01-05 |
Vincent Pit | Also add localize_delete() to t/01-import.t |
commit | commitdiff | tree |
2009-01-05 |
Vincent Pit | Add more level words. Rename TOPLEVEL to TOP |
commit | commitdiff | tree |
2009-01-04 |
Vincent Pit | This is 0.03 v0.03 |
commit | commitdiff | tree |
2009-01-04 |
Vincent Pit | Bump copyright year |
commit | commitdiff | tree |
2009-01-04 |
Vincent Pit | Fix deletion of localized array elements with negative... |
commit | commitdiff | tree |
2009-01-04 |
Vincent Pit | Fix segfault when localizing array elements with an... |
commit | commitdiff | tree |
2009-01-03 |
Vincent Pit | Test next and last |
commit | commitdiff | tree |
2009-01-03 |
Vincent Pit | More localize_delete() tests |
commit | commitdiff | tree |
2008-12-30 |
Vincent Pit | Two less auto variables |
commit | commitdiff | tree |
2008-12-30 |
Vincent Pit | Inline su_{a,h}v_preeminent |
commit | commitdiff | tree |
2008-12-30 |
Vincent Pit | Move the save_{a,h}elem logic from su_localize to su_sa... |
commit | commitdiff | tree |
2008-12-29 |
Vincent Pit | Better doc for localized_delete |
commit | commitdiff | tree |
2008-12-29 |
Vincent Pit | Add localize_delete() |
commit | commitdiff | tree |
2008-12-29 |
Vincent Pit | Factor all the LEAVE/ENTER logic in su_init() |
commit | commitdiff | tree |
2008-12-29 |
Vincent Pit | Skip two croaking tests on 5.6 |
commit | commitdiff | tree |
2008-12-29 |
Vincent Pit | Prefer STMT_{START,END} over do/while(0) |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | This is 0.02 v0.02 |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Don't let coverage be distracted by such pesky trivialities |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Test incompletely tied arrays |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | More tests for localized nonexistent array elements |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Reverse preeminent logic in su_save_helem() |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Reorder Upper.xs in a cleaner way |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Localized nonexistant array elements should be deleted... |
commit | commitdiff | tree |
2008-12-28 |
Vincent Pit | Sort up su_hv_preeminent() a bit |
commit | commitdiff | tree |
2008-12-27 |
Vincent Pit | We also depend on Exporter |
commit | commitdiff | tree |
2008-12-27 |
Vincent Pit | Point to coverage report |
commit | commitdiff | tree |
2008-12-27 |
Vincent Pit | This module has caveats, so explain them |
commit | commitdiff | tree |
2008-12-27 |
Vincent Pit | Be a little clearer on how localize() handle sigils |
commit | commitdiff | tree |
2008-12-27 |
Vincent Pit | More compatibility macros |
commit | commitdiff | tree |
2008-12-26 |
Vincent Pit | Importing Scope-Upper-0.01 v0.01 |
commit | commitdiff | tree |
|