Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS
[p5sagit/p5-mst-13.2.git] / t / op / state.t
2008-01-19 Dave Mitchell [perl #49522] state variable not available
2007-09-10 Dave Mitchell silence warning in new state.t test (spotted by Jerry...
2007-09-10 Dave Mitchell when anon subs are cloned, the 'assign once only' flag...
2007-09-09 Dave Mitchell state variables shouldn't be shared between anon subs
2007-09-08 Nicholas Clark For now, forbid all list assignment initialisation...
2007-09-06 Abigail More tests
2007-09-06 Nicholas Clark Make state $zok = slosh(); behave as the Perl 6 design...
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2007-03-27 Rafael Garcia-Suarez Fix return value of state assignment ($x=state $y=$z).
2007-03-12 Rafael Garcia-Suarez Like fake scalars, state variables shouldn't get new...
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez The state() implementation is not yet perfect. Check...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Add a TODO test for list assignment to a list of state...
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-04 Rafael Garcia-Suarez Another test for state variables and closures,
2006-05-03 Rafael Garcia-Suarez Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia-Suarez New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia-Suarez Add "state" feature
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.