| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust output of -Dm | David Mitchell | 2010-10-31 | 1 | -1/+1 |
* | Refactor Perl_xs_apiversion_bootcheck() | Nicholas Clark | 2010-10-08 | 1 | -7/+12 |
* | Convert the implementation of XS_APIVERSION_BOOTCHECK to a function. | Nicholas Clark | 2010-10-08 | 1 | -0/+25 |
* | Refactor xs_version_bootcheck() to remove complex constructions. | Nicholas Clark | 2010-10-08 | 1 | -13/+22 |
* | xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak. | Nicholas Clark | 2010-10-08 | 1 | -7/+3 |
* | Change vverify() to return HV or NULL (RT#78286) | David Golden | 2010-10-08 | 1 | -28/+23 |
* | Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro. | Nicholas Clark | 2010-10-07 | 1 | -0/+43 |
* | [perl #48332] Debugger corrupts symbol table munging | Father Chrysostomos | 2010-09-30 | 1 | -2/+6 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+19 |
* | #!perl -C -w dies | Father Chrysostomos | 2010-09-26 | 1 | -2/+10 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -1/+2 |
* | Fix warn to respect utf8-encoded scalars [perl #45549] | Father Chrysostomos | 2010-09-16 | 1 | -3/+1 |
* | don't taint $DB::sub | David Mitchell | 2010-08-25 | 1 | -0/+4 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -13/+26 |
* | C++ compiler fix for util.c | George Greer | 2010-07-21 | 1 | -1/+1 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -1/+67 |
* | RT #73520: POSIX::strftime memory leak | Tony Cook | 2010-07-11 | 1 | -1/+1 |
* | POD fix | Rafael Garcia-Suarez | 2010-06-28 | 1 | -0/+1 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -0/+15 |
* | PERL_IMPLICIT_SYS also needs thread context for safesysfree() | Nicholas Clark | 2010-06-17 | 1 | -2/+2 |
* | PERL_IMPLICIT_SYS also needs thread context for the *alloc success paths. | Nicholas Clark | 2010-06-16 | 1 | -6/+10 |
* | In Perl_safesys{c,m,re}alloc(), defer dTHX for non-DEBUGING builds. | Nicholas Clark | 2010-06-15 | 1 | -10/+31 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -8/+29 |
* | PATCH: [perl #75138] "\c`" -> " " | Karl Williamson | 2010-05-30 | 1 | -2/+10 |
* | support "package Foo { ... }" | Zefram | 2010-05-20 | 1 | -3/+3 |
* | PATCH: Clean up EBCDIC handling of \cX | Karl Williamson | 2010-05-17 | 1 | -40/+0 |
* | Merge remote branch 'zefram/zefram/reliable_exception' into blead | Rafael Garcia-Suarez | 2010-05-04 | 1 | -99/+288 |
|\ |
|
| * | SV-based interfaces for dieing and warning | Zefram | 2010-04-23 | 1 | -99/+288 |
* | | Deal with "\c{", and its kin | Karl Williamson | 2010-04-26 | 1 | -0/+33 |
|/ |
|
* | Add perlintern.pod documentation docatch + prescan_version | Reini Urban | 2010-03-08 | 1 | -0/+5 |
* | Fix SV leaks in Perl_vnumify() and Perl_vnormal() for "Invalid version object"s | Nicholas Clark | 2010-01-15 | 1 | -10/+7 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -52/+227 |
* | Correct some #ifdef USE_ITHREADS / USE_MULTI | Max Maischein | 2009-12-17 | 1 | -0/+8 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -1/+1 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -15/+3 |
* | Use of SV* instead of message, msglen, utf8 to contain error message | Gerard Goossen | 2009-11-01 | 1 | -40/+25 |
* | Remove unused variable | Rafael Garcia-Suarez | 2009-10-29 | 1 | -1/+0 |
* | remove unnecessary (always true) condition in S_vdie | Gerard Goossen | 2009-10-29 | 1 | -3/+3 |
* | Let SvRX(OK) recognise a bare REGEXP. | Ben Morrow | 2009-10-22 | 1 | -7/+4 |
* | Change S_ckwarn_common() to looping over the packed warning value. | Nicholas Clark | 2009-10-13 | 1 | -7/+18 |
* | Migrate common code in Perl_ckwarn() and Perl_ckwarn_d() to S_ckwarn_common() | Nicholas Clark | 2009-10-13 | 1 | -15/+9 |
* | In Perl_ckwarn() and Perl_ckwarn_d() disentangle the complex conditionals. | Nicholas Clark | 2009-10-13 | 1 | -30/+36 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -0/+13 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -14/+22 |
* | In Perl_ckwarn(), simplify the check of isLEXWARN_on/isLEXWARN_off. | Nicholas Clark | 2009-10-12 | 1 | -11/+5 |
* | Speed up repeatcpy() by at least 40% for 1-char or numerous repeats | Vincent Pit | 2009-08-27 | 1 | -15/+25 |
* | delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut... | Vincent Pit | 2009-08-27 | 1 | -12/+6 |
* | Perl_die_nocontext() is also called with NULL from XS extensions that want to... | Vincent Pit | 2009-08-13 | 1 | -1/+0 |
* | Remove the port to MiNT. It's a dead platform that hasn't had any love since... | Jesse Vincent | 2009-08-03 | 1 | -1/+1 |
* | Integrate version.pm-0.77 into bleadperl | John Peacock | 2009-06-28 | 1 | -1/+9 |