2012-06-07 |
Father Chrysostomos | util.c:report_evil_fh: Rmv redundant SvPOK |
blob | commitdiff |
2012-06-07 |
Father Chrysostomos | util.c:report_wrongway_fh: Report name w/initial null |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | util.c:report_evil_fh: Rmv redundant isGV check |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | util.c:report_wrongway_fh: Don’t create an SV |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | util.c:report_wrongway_fh: Rmv redundant isGV check |
blob | commitdiff | diff to current |
2012-06-07 |
Father Chrysostomos | Assertion failure with $/=*foo; warn; |
blob | commitdiff | diff to current |
2012-06-05 |
Father Chrysostomos | Do away with stashpv_hvname_match |
blob | commitdiff | diff to current |
2012-06-05 |
Father Chrysostomos | [perl #78742] Store CopSTASH in a pad under threads |
blob | commitdiff | diff to current |
2012-05-30 |
Father Chrysostomos | Use isGV_with_GP in util.c:fbm_compile |
blob | commitdiff | diff to current |
2012-05-30 |
Father Chrysostomos | Gut screaminstr |
blob | commitdiff | diff to current |
2012-05-30 |
Father Chrysostomos | Correct apidoc varnames for util.c:fbm_instr |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-24 |
Craig A. Berry | File scope for VMS-specific #includes. |
blob | commitdiff | diff to current |
2012-04-21 |
Father Chrysostomos | [perl #112316] Make strict vars respect null-to-null... |
blob | commitdiff | diff to current |
2012-04-20 |
Father Chrysostomos | Make strict vars respect ‘package ĵ; *ĵ::bar = [];’ |
blob | commitdiff | diff to current |
2012-04-20 |
Father Chrysostomos | [perl #112316] Make strict vars respect assignment... |
blob | commitdiff | diff to current |
2012-04-20 |
Father Chrysostomos | [perl #112316] Make strict vars respect assignment... |
blob | commitdiff | diff to current |
2012-04-18 |
Father Chrysostomos | Don’t produce uninit warning for ->VERSION(9e99) |
blob | commitdiff | diff to current |
2012-04-17 |
Father Chrysostomos | [perl #112478] Avoid buffer overflow in upg_version |
blob | commitdiff | diff to current |
2012-03-07 |
Father Chrysostomos | Stop warning hint-checking from doing bad reads |
blob | commitdiff | diff to current |
2012-02-15 |
Ævar Arnfjörð Bjar... | Further eliminate POSIX-emulation under LinuxThreads |
blob | commitdiff | diff to current |
2012-02-06 |
David Golden | sync version.pm code with CPAN |
blob | commitdiff | diff to current |
2012-01-19 |
Karl Williamson | util.c: Add comment |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible... |
blob | commitdiff | diff to current |
2012-01-14 |
Father Chrysostomos | Squash repetititive code in util.c:report_evil_fh |
blob | commitdiff | diff to current |
2012-01-13 |
Karl Williamson | util.c: Silence compiler warning |
blob | commitdiff | diff to current |
2011-12-29 |
Father Chrysostomos | diag_listed_as for -S error |
blob | commitdiff | diff to current |
2011-12-19 |
Karl Williamson | toke.c, util.c: setlocale returns new locale, not old |
blob | commitdiff | diff to current |
2011-12-09 |
John Peacock | Use syntax from perlguts for testing objects |
blob | commitdiff | diff to current |
2011-11-24 |
Father Chrysostomos | Use correct err msg in XS version check |
blob | commitdiff | diff to current |
2011-11-23 |
Father Chrysostomos | [perl #102586] version->new("version") SEGVs |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | Fix pp_goto crash with orphaned GV |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | util.c:get_db_sub: correct comment |
blob | commitdiff | diff to current |
2011-11-18 |
Father Chrysostomos | Fix threaded build |
blob | commitdiff | diff to current |
2011-11-18 |
Father Chrysostomos | Make sure $DB::sub is callable |
blob | commitdiff | diff to current |
2011-10-28 |
Tony Cook | allow for 2Gb+ memory allocations on 64-bit Win32 debug... |
blob | commitdiff | diff to current |
2011-10-23 |
Jim Meyering | don't segfault given string repeat count larger than... |
blob | commitdiff | diff to current |
2011-10-16 |
Father Chrysostomos | Restore null checks to stashpv_hvname_match [perl ... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | util.c UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | util.c for threads: stashpv_hvname_match UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-09-15 |
Nicholas Clark | Don't #include headers already included by perl.h |
blob | commitdiff | diff to current |
2011-09-08 |
Keith Thompson | Convert some files from Latin-1 to UTF-8 |
blob | commitdiff | diff to current |
2011-08-25 |
Nicholas Clark | Eliminate global.sym, as makedef.pl can generate it... |
blob | commitdiff | diff to current |
2011-08-11 |
Nicholas Clark | Simplify embedvar.h, removing a level of macro indirect... |
blob | commitdiff | diff to current |
2011-07-02 |
John Peacock | Revise check for negative versions plus test |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | For shorter strings, store C<study>'s data as U8s or... |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Store C<study>'s data as U32s, instead of I32s. |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Tidy code in pp_study and Perl_screaminstr() |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Store C<study>'s data in in mg_ptr instead of interpret... |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Merge PL_scream{first,next} into one allocated buffer. |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Change PL_screamnext to store absolute positions. |
blob | commitdiff | diff to current |
2011-07-01 |
Claes Jakobsson | Report a better error when trying to use negative versi... |
blob | commitdiff | diff to current |
2011-06-12 |
Nicholas Clark | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Refactor Perl_get_vtbl() to a small array lookup from... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Abolish PL_vtbl_sig. It's been all 0s since it was... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Store FBMs in PVMGs, instead of GVs. |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Store the BM table in mg_ptr instead of after SvCUR(). |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Exit early from Perl_fbm_compile() if the SV is already... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | In Perl_fbm_instr(), use a switch() statement for the... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | In Perl_fbm_compile(), use STRLEN instead of U32 to... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Use SvTAIL() instead of BmFLAGS(). The core no longer... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Emulate the value of BmFLAGS() using SvTAIL(). |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Don't fbm_compile() studied scalars, to give more flexi... |
blob | commitdiff | diff to current |
2011-06-10 |
Robin Barker | unused variable tmpgv |
blob | commitdiff | diff to current |
2011-05-23 |
Max Maischein | Turn $$ into a magical readonly variable that always... |
blob | commitdiff | diff to current |
2011-05-18 |
Nicholas Clark | In Perl_safesyscalloc(), only declare total_size if... |
blob | commitdiff | diff to current |
2011-03-07 |
Nicholas Clark | Fix building with -Uuseperlio |
blob | commitdiff | diff to current |
2011-02-16 |
George Greer | Windows builds require perliol.h conditional on USE_PERLIO. |
blob | commitdiff | diff to current |
2011-02-16 |
Father Chrysostomos | [perl #78494] Pipes cause threads to hang on join() |
blob | commitdiff | diff to current |
2011-02-14 |
Karl Williamson | Silence util.c compiler warning from win32 smokes |
blob | commitdiff | diff to current |
2011-02-10 |
Karl Williamson | Move grok_bslash_c to dquote.c and make static |
blob | commitdiff | diff to current |
2011-02-10 |
Karl Williamson | Move grok_blsash_o and make static |
blob | commitdiff | diff to current |
2011-01-16 |
Robin Barker | util.c handling of return value of vsnprintf |
blob | commitdiff | diff to current |
2011-01-13 |
Nicholas Clark | In Perl_write_to_stderr(), use Perl_magic_methcall... |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2011-01-05 |
Nicholas Clark | Calling "PRINT" on a tied STDERR can use G_DISCARD... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | Argument op to report_evil_fh() is always PL_op->op_typ... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | The io argument to report_evil_fh() is always GvIO... |
blob | commitdiff | diff to current |
2010-12-28 |
Nicholas Clark | Extract the OP_phoney_* code from report_evil_fh()... |
blob | commitdiff | diff to current |
2010-11-28 |
Karl Williamson | Add Perl_foldEQ_latin1() |
blob | commitdiff | diff to current |
2010-11-28 |
John Peacock | Bring core Perl in line with CPAN 0.86 release |
blob | commitdiff | diff to current |
2010-11-23 |
Father Chrysostomos | Document the refcount of version functions’ retval |
blob | commitdiff | diff to current |
2010-11-14 |
Florian Ragwitz | Eliminate PL_dirty |
blob | commitdiff | diff to current |
2010-10-31 |
David Mitchell | adjust output of -Dm |
blob | commitdiff | diff to current |
2010-10-08 |
Nicholas Clark | Refactor Perl_xs_apiversion_bootcheck() |
blob | commitdiff | diff to current |
2010-10-08 |
Nicholas Clark | Convert the implementation of XS_APIVERSION_BOOTCHECK... |
blob | commitdiff | diff to current |
2010-10-08 |
Nicholas Clark | Refactor xs_version_bootcheck() to remove complex const... |
blob | commitdiff | diff to current |
2010-10-08 |
Nicholas Clark | xs_version_bootcheck() must use mortals, as {new,upg... |
blob | commitdiff | diff to current |
2010-10-08 |
David Golden | Change vverify() to return HV or NULL (RT#78286) |
blob | commitdiff | diff to current |
2010-10-07 |
Nicholas Clark | Convert the implementation of XS_VERSION_BOOTCHECK... |
blob | commitdiff | diff to current |
2010-10-01 |
Father Chrysostomos | [perl #48332] Debugger corrupts symbol table munging |
blob | commitdiff | diff to current |
2010-09-28 |
Zefram | systematically provide pv/pvn/pvs/sv quartets |
blob | commitdiff | diff to current |
2010-09-27 |
Father Chrysostomos | #!perl -C -w dies |
blob | commitdiff | diff to current |
2010-09-26 |
Father Chrysostomos | [perl #77362] Assigning glob to lvalue causes stringifi... |
blob | commitdiff | diff to current |
2010-09-16 |
Father Chrysostomos | Fix warn to respect utf8-encoded scalars [perl #45549] |
blob | commitdiff | diff to current |
2010-08-25 |
David Mitchell | don't taint $DB::sub |
blob | commitdiff | diff to current |
2010-07-27 |
Karl Williamson | Change function signature of grok_bslash_o |
blob | commitdiff | diff to current |
2010-07-21 |
George Greer | C++ compiler fix for util.c |
blob | commitdiff | diff to current |
2010-07-18 |
Karl Williamson | Add \o{} escape |
blob | commitdiff | diff to current |
next |