| Commit message (Expand) | Author | Age | Files | Lines |
* | Do away with stashpv_hvname_match | Father Chrysostomos | 2012-06-04 | 1 | -10/+0 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -25/+1 |
* | Use isGV_with_GP in util.c:fbm_compile | Father Chrysostomos | 2012-05-29 | 1 | -5/+1 |
* | Gut screaminstr | Father Chrysostomos | 2012-05-29 | 1 | -163/+10 |
* | Correct apidoc varnames for util.c:fbm_instr | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | File scope for VMS-specific #includes. | Craig A. Berry | 2012-05-24 | 1 | -1/+4 |
* | [perl #112316] Make strict vars respect null-to-null assignment | Father Chrysostomos | 2012-04-20 | 1 | -1/+1 |
* | Make strict vars respect ‘package ĵ; *ĵ::bar = [];’ | Father Chrysostomos | 2012-04-19 | 1 | -1/+1 |
* | [perl #112316] Make strict vars respect assignment from null pkg | Father Chrysostomos | 2012-04-19 | 1 | -6/+8 |
* | [perl #112316] Make strict vars respect assignment to null pkg | Father Chrysostomos | 2012-04-19 | 1 | -1/+2 |
* | Don’t produce uninit warning for ->VERSION(9e99) | Father Chrysostomos | 2012-04-17 | 1 | -1/+1 |
* | [perl #112478] Avoid buffer overflow in upg_version | Father Chrysostomos | 2012-04-16 | 1 | -4/+14 |
* | Stop warning hint-checking from doing bad reads | Father Chrysostomos | 2012-03-07 | 1 | -1/+4 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -3/+0 |
* | sync version.pm code with CPAN | David Golden | 2012-02-05 | 1 | -1/+1 |
* | util.c: Add comment | Karl Williamson | 2012-01-19 | 1 | -1/+2 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -14/+25 |
* | Squash repetititive code in util.c:report_evil_fh | Father Chrysostomos | 2012-01-13 | 1 | -17/+9 |
* | util.c: Silence compiler warning | Karl Williamson | 2012-01-13 | 1 | -0/+1 |
* | diag_listed_as for -S error | Father Chrysostomos | 2011-12-28 | 1 | -0/+1 |
* | toke.c, util.c: setlocale returns new locale, not old | Karl Williamson | 2011-12-18 | 1 | -2/+6 |
* | Use syntax from perlguts for testing objects | John Peacock | 2011-12-09 | 1 | -2/+2 |
* | Use correct err msg in XS version check | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | [perl #102586] version->new("version") SEGVs | Father Chrysostomos | 2011-11-22 | 1 | -1/+2 |
* | Fix pp_goto crash with orphaned GV | Father Chrysostomos | 2011-11-18 | 1 | -2/+5 |
* | util.c:get_db_sub: correct comment | Father Chrysostomos | 2011-11-18 | 1 | -1/+2 |
* | Fix threaded build | Father Chrysostomos | 2011-11-18 | 1 | -1/+1 |
* | Make sure $DB::sub is callable | Father Chrysostomos | 2011-11-18 | 1 | -4/+24 |
* | allow for 2Gb+ memory allocations on 64-bit Win32 debug builds | Tony Cook | 2011-10-28 | 1 | -3/+3 |
* | don't segfault given string repeat count larger than 2^31 | Jim Meyering | 2011-10-23 | 1 | -4/+4 |
* | Restore null checks to stashpv_hvname_match [perl #101430] | Father Chrysostomos | 2011-10-16 | 1 | -0/+2 |
* | util.c UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -12/+17 |
* | util.c for threads: stashpv_hvname_match UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -7/+16 |
* | Don't #include headers already included by perl.h | Nicholas Clark | 2011-09-15 | 1 | -4/+0 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 1 | -1/+1 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -4/+4 |
* | Revise check for negative versions plus test | John Peacock | 2011-07-01 | 1 | -3/+5 |
* | For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s. | Nicholas Clark | 2011-07-01 | 1 | -16/+69 |
* | Store C<study>'s data as U32s, instead of I32s. | Nicholas Clark | 2011-07-01 | 1 | -10/+11 |
* | Tidy code in pp_study and Perl_screaminstr() | Nicholas Clark | 2011-07-01 | 1 | -7/+7 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -2/+10 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -3/+4 |
* | Change PL_screamnext to store absolute positions. | Nicholas Clark | 2011-07-01 | 1 | -16/+18 |
* | Report a better error when trying to use negative version numbers instead of ... | Claes Jakobsson | 2011-06-30 | 1 | -0/+3 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -3/+0 |
* | Refactor Perl_get_vtbl() to a small array lookup from a large switch statement. | Nicholas Clark | 2011-06-11 | 1 | -95/+2 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -3/+0 |
* | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO | Nicholas Clark | 2011-06-11 | 1 | -0/+2 |