| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert int.t to test.pl (and hence produce better failure diagnostics). | Nicholas Clark | 2010-08-12 | 1 | -50/+21 |
* | RT #75468: readline ignores <> overloading when arg is tied | Father Chrysostomos | 2010-08-11 | 1 | -1/+3 |
* | Close the tempfile in caller.t | Craig A. Berry | 2010-08-02 | 1 | -0/+1 |
* | Make new tie test less noisy | Rafael Garcia-Suarez | 2010-07-30 | 1 | -2/+1 |
* | Tests to check if FETCH of a tied variable isn't called more | Abigail | 2010-07-30 | 1 | -0/+174 |
* | Hash assignment can zap weak references to the hash | Father Chrysostomos (via RT) | 2010-07-29 | 1 | -1/+12 |
* | Make srand() return "0 but true" for 0, for backwards compatible behaviour. | Nicholas Clark | 2010-07-28 | 1 | -1/+19 |
* | Add a test for srand's return value | Rafael Garcia-Suarez | 2010-07-28 | 1 | -1/+5 |
* | [perl #75656] lvalue subs don't copy on write | Father Chrysostomos | 2010-07-26 | 1 | -1/+6 |
* | Fix for RT#1804: Anonymous glob breaks when assigned through | Father Chrysostomos | 2010-07-26 | 1 | -1/+12 |
* | add print.t with testing of implicit printing of $_ | Gerard Goossen | 2010-07-25 | 1 | -0/+12 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 2 | -0/+0 |
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references. | Nicholas Clark | 2010-07-21 | 1 | -1/+42 |
* | Remove spurious ')' | Jan Dubois | 2010-07-20 | 1 | -2/+2 |
* | alarm() on Windows doesn't interrupt system calls | Jan Dubois | 2010-07-20 | 1 | -0/+2 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -1/+10 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -1/+4 |
* | Add tests for \400 for "" strings, s//replacement/ | Karl Williamson | 2010-07-17 | 1 | -1/+4 |
* | Avoid test suite hang with new readline test on VMS. | Craig A. Berry | 2010-07-16 | 1 | -2/+8 |
* | [perl #72729] Test appending sv_gets for ascii/utf8 in target and handle | Josh ben Jore | 2010-07-14 | 1 | -1/+49 |
* | [perl #72729] TODO for aborted readline() returning '' instead of undef | Josh ben Jore | 2010-07-14 | 1 | -3/+4 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 2 | -56/+74 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -1/+14 |
* | [perl #72729] Test that sv_gets doesn't revive dead strings | Josh ben Jore | 2010-07-14 | 1 | -1/+85 |
* | Add t/op/readline.t docs | Josh ben Jore | 2010-07-14 | 1 | -1/+5 |
* | Perl_sv_len_utf8 can use the UTF-8 offset cache to reduce its linear scan. | Nicholas Clark | 2010-07-12 | 1 | -1/+8 |
* | Perl_sv_pos_b2u now calls utf8_mg_len_cache_update for the string end offset. | Nicholas Clark | 2010-07-12 | 1 | -1/+9 |
* | Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898. | Nicholas Clark | 2010-07-11 | 1 | -1/+10 |
* | Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296). | Bo Lindbergh | 2010-07-06 | 1 | -3/+12 |
* | eval $overloaded can crash | David Mitchell | 2010-07-03 | 1 | -1/+8 |
* | Reinstate require error messages for .h and .ph | Nicholas Clark | 2010-06-29 | 1 | -0/+35 |
* | In pp_require and code refs in @INC, avoid using memory after free(). | Nicholas Clark | 2010-06-29 | 1 | -1/+13 |
* | RT 75902: Add prototypes for tie() and untie() to allow overloading | Father Chrysostomos | 2010-06-25 | 1 | -3/+3 |
* | RT #75812: apply get magic before checking flags, PVX | Tony Cook | 2010-06-25 | 1 | -1/+8 |
* | In pp_sort, ensure that @_ is freed correctly. | Nicholas Clark | 2010-06-24 | 1 | -1/+38 |
* | In S_sortcv_stacked(), handle @_ correctly. Fix for #72334. | Gerard Goossen | 2010-06-23 | 1 | -1/+11 |
* | Note why pp_tie can't use call_method() for a package name. | Nicholas Clark | 2010-06-14 | 1 | -0/+8 |
* | Revert "make 'local $tied' untied" | David Mitchell | 2010-06-07 | 1 | -28/+1 |
* | glob crashes when %File::Glob:: is empty | Father Chrysostomos | 2010-06-07 | 1 | -2/+10 |
* | Test the return value of push and unshift. | Nicholas Clark | 2010-06-06 | 1 | -4/+6 |
* | Convert tiearray.t to test.pl. | Nicholas Clark | 2010-06-06 | 1 | -117/+55 |
* | fix for RT #8438: $tied->() doesn't call FETCH | David Mitchell | 2010-06-04 | 1 | -0/+16 |
* | Avoid overflow warning in chop.t. | Craig A. Berry | 2010-06-04 | 1 | -0/+1 |
* | belatedly add a test for RT #51636: | David Mitchell | 2010-06-04 | 1 | -0/+16 |
* | Make pp_reverse fetch the lexical $_ from the correct pad | Vincent Pit | 2010-06-03 | 1 | -1/+13 |
* | move the fresh_perl() tests above the environment tests | Tony Cook | 2010-06-01 | 1 | -12/+13 |
* | handle perl extended utf8 start bytes | Tony Cook | 2010-05-31 | 1 | -1/+20 |
* | PATCH: [perl #75138] "\c`" -> " " | Karl Williamson | 2010-05-30 | 1 | -5/+7 |
* | Document tricks, work-arounds for user-defined casing | Karl Williamson | 2010-05-30 | 1 | -0/+100 |
* | When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal. | Nicholas Clark | 2010-05-29 | 1 | -1/+14 |