2008-03-05 |
Nicholas Clark | Better line diagnostics - runlint's caller rather than... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Steve Hay | Fix skip counts introduced in #33433 |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Rafael Garcia... | Bump VERSION after change #33416 |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Craig A. Berry | *Really* add nv_overflows_integers_at to the VMS config... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Nicholas Clark | Three variables in S_scan_trans only hold flags for... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
brian d foy | [perl #50538] when( @n && %n ) fails to smart match |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Nicholas Clark | use strict; and use Test::More; to give decent failure... |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Craig A. Berry | Determine nv_overflows_integers_at on VMS. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Steve Peters | Fix some checkpod complaints. |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Marcel GrĂ¼nauer | Re: [PATCH] NEXT.pm bug within overloaded stringification |
commit | commitdiff | tree | snapshot |
2008-03-03 |
srezic@cpan.org | [perl #46957] [PATCH] make Devel::Peek::mstat always... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Steven Schubiger | Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Yves Orton | Update ExtUtils::Install to release 1.47 |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Steven Schubiger | Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Steffen Ullrich | Re: interrupting system() with signal depends on signal... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Robin Barker | for -M:Foo, extended and revised |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Steven Schubiger | Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Steve Peters | Update to Module-Load-Conditional-0.26 |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Yves Orton | Synchronize blead with changes from ExtUtils::Install... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Steven Schubiger | Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-03-01 |
Rafael Garcia... | Typo in doc, found by Kornel Umann. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nicholas Clark | Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir(... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steven Schubiger | Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Slaven Rezic | More diagnostics for Fatal.pm |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Rafael Garcia... | Context fix to make the test pass |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Re-apply change #32880 |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Upgrade to ExtUtils-MakeMaker-6.44 |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Hmmm...lib/Test/Builder.pm didn't get updated corectly... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Upgrade to Test-Simple-0.78 |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Upgrade to Test-Harness-3.10 |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Upgrade to ExtUtils-ParseXS-2.19. There are several... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Peters | Upgrade to Test-Simple-0.75 |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nicholas Clark | Use malloc_good_size() to round up the size of requeste... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nicholas Clark | Add Perl_malloc_good_size to malloc.c. (A routine that... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nicholas Clark | Do the memory debug header fixup earlier to avoid valgr... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Jerry D. Hedden | threads::shared 1.18 |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Yves Orton | Fwd: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.45.tar.gz |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Steve Hay | Fix another Win32/VC6 compiler warning caused by #33231 |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Steve Hay | Change variable name to fix debug build with PERL_OLD_C... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nicholas Clark | Comment on why I don't think changing Perl_safesysmallo... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Rafael Garcia... | Fix preprocessor syntax |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nicholas Clark | If the C library provides malloc_size(), we can use... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nicholas Clark | In Perl_sv_usepvn_flags(), with MYMALLOC, use the actua... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nicholas Clark | If we have malloced_size() available, then avoid roundi... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Rafael Garcia... | Chainsaw DEBUG_S out, as suggested by Vincent Pit. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Rafael Garcia... | Typo found by Roland Giersig |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Rafael Garcia... | Tidy up error messages |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Vincent Pit | Re: making it easier not to get feedback |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Rafael Garcia... | Document perlthanks |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Nicholas Clark | Also install perlbug as perlthanks, to make it easy... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Steve Hay | Silence Borland compiler warnings (except for warnings... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Nicholas Clark | Ensure that constant folding runs with IN_PERL_RUNTIME... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Nicholas Clark | Two break; statements that aren't (yet) needed, but... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
ilmari@vesla... | Avoid a segfault case in MRO code, based on : |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Vincent Pit | Re: [PATCH] POD fixes |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Rafael Garcia... | Regenerate embed.h |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Jim Cromie | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Reini Urban | B::Debug enhancements |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Jerry D. Hedden | Thread::Queue 2.06 |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Jerry D. Hedden | Thread::Semaphore 2.07 |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Jerry D. Hedden | threads::shared 1.17 |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Jerry D. Hedden | threads 1.69 |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Jerry D. Hedden | Revert change 33326 |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Reini Urban | cygwin hints |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Vincent Pit | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Nicholas Clark | As best as I (and my minion, gcc -Os) can tell, PL_curc... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Nicholas Clark | Update to embed.h somehow missed from change 33343. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Nicholas Clark | Take advantage of the fact that we can use indent as... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Jim Cromie | [patch] Porting/expand-macros.pl gets 'indent'ing |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Steve Hay | Regenerate the win32/config_H.* files using the makefil... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Steve Hay | Fix-up Win32's regen_config_h targets for semi-automati... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Steve Hay | Correct large files / lseek size & type settings in... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Nicholas Clark | Missed a file from regen.pl |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Steve Hay | Sync win32/config.* with Porting/config.sh |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Steve Hay | Silence warning from VC8 when building without USE_LARG... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Craig A. Berry | Following 33291, on VMS we need to use the same prototy... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Dave Mitchell | fix variable names in 'ununit var' warnings in evals |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Steve Hay | Fix [perl #50430]. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Steve Hay | Fix Module-Build test that has been failing on Win32 |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Steve Hay | Fix CBuilder test that has been failing on Win32 |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Nicholas Clark | Eliminate ck_lengthconst. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Nicholas Clark | Setting the f flag on length causes the op to be consta... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Steve Hay | Fix Win32/VC6 compiler warnings caused by #33231 |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Steve Hay | Visual C++ 2008 Express Edition is now out: update... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Marcus Holland... | Enable caching of strxfrm() results also for readonly... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Robin Barker | was RE: [PATCH] re patch 33127: formatting for C<<... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Robin Barker | consting for .c files in tests |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Jerry D. Hedden | Thread::Queue 2.03 |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Daniel M. Quinlan | [perl #50946] modified hints for Darwin x86 64bit |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Jerry D. Hedden | Thread::Semaphore 2.04 |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Ken Williams | Modulo operator and floating point numbers |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Jim Cromie | [ patch ] silence 2 possibly uninitialized vars |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Jerry D. Hedden | Don't install threads files on non-threaded Perls |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Yves Orton | Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Yves Orton | Fix perlbug 50114 and document what the code does a... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Rafael Garcia... | Fix macro name in comment |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Rafael Garcia... | Correctly reference count the hints hash |
commit | commitdiff | tree | snapshot |
2008-02-15 |
H.Merijn Brand | Resync with metaconfig. Escape the last ~. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Nicholas Clark | Shell patterns are subject to tilde expansion. So the... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Rafael Garcia... | Typo catch, by Abigail |
commit | commitdiff | tree | snapshot |
next |