| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | A few docs nits after the few last commits | Rafael Garcia-Suarez | 2009-06-21 | 1 | -2/+2 |
* | simplify PERL_MEM_LOG | Jim Cromie | 2009-06-21 | 1 | -38/+24 |
* | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL | Jim Cromie | 2009-06-21 | 1 | -37/+67 |
* | Remove all the 5005threads specific mutex macros, which are now vestigial. | Nicholas Clark | 2009-05-21 | 1 | -6/+0 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -26/+5 |
* | Make util.c compile on systems without getcwd() | Rafael Garcia-Suarez | 2009-03-02 | 1 | -2/+3 |
* | Rename ext/Time/HiRes to ext/Time-HiRes | Nicholas Clark | 2009-02-09 | 1 | -1/+1 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | about warnings if forks fail in Perl_my_popen | Slaven Rezic | 2009-01-19 | 1 | -1/+5 |
* | Re: [PATCH] standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-09 | 1 | -2/+2 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -17/+10 |
* | Eliminate setenv_getix() | Jerry D. Hedden | 2008-12-01 | 1 | -25/+8 |
* | setenv_getix() is not used anywhere other than util.c (and the "special | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | Just s/Perl_/S_/ isn't good enough - you also need to add the C<static> | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | pidgone() is only used in util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | vdie() isn't used anywhere aside from util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -2/+2 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -1/+2 |
* | Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in | Nicholas Clark | 2008-10-30 | 1 | -7/+7 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+3 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -6/+6 |
* | Eliminate (HV *) casts in u*.c. | Nicholas Clark | 2008-10-28 | 1 | -35/+35 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 1 | -7/+7 |
* | Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common(). | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+3 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -8/+42 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 1 | -97/+66 |
* | Upgrade to version 0.76 by John Peacock | Rafael Garcia-Suarez | 2008-07-15 | 1 | -8/+15 |
* | [perl #53746] bug with index() matching beyond end of string | Dave Mitchell | 2008-05-30 | 1 | -2/+2 |
* | Perl_croak_nocontext() is called with NULL indirectly from | Steve Peters | 2008-03-08 | 1 | -1/+0 |
* | Re: interrupting system() with signal depends on signal handler | Steffen Ullrich | 2008-03-02 | 1 | -0/+1 |
* | Do the memory debug header fixup earlier to avoid valgrind screaming | Nicholas Clark | 2008-02-27 | 1 | -4/+14 |