2006-12-18 |
Ilya Zakharevich | ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignorin... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ilya Zakharevich | lib/perl5db.pl: Remove code now moved to OS2::Process |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Rafael Garcia... | Bump version number of ExtUtils::MM_Unix after last... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ilya Zakharevich | OS/2-specific fixes, round II |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Rafael Garcia... | ExtUtils::Command is now maintained separately from... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ilya Zakharevich | Fixes for the test suite on OS/2 |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ilya Zakharevich | OS/2: survive SIGCHLD |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Jarkko Hietaniemi | C++: regcomp.c and ext/Time/Piece/Piece.xs |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Slaven Rezic | PATCH: Add =encoding directive to non-latin READMEs |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Jarkko Hietaniemi | perl.c: leak avoidance |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Craig A. Berry | In vms/vms.c, don't prototype decw$term_port until... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Craig A. Berry | Don't try to build Win32 on VMS |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Nicholas Clark | POSIX::SigAction::new can be moved into the AUTOLOAD... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Dave Mitchell | move parser state into new parser object, PL_parser |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Dave Mitchell | merge the four parser stacks into one |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Dave Mitchell | delete dead code and macros from perly.c |
commit | commitdiff | tree | snapshot |
2006-12-17 |
Dave Mitchell | unify stacks arithmetic in parser |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Nicholas Clark | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Nicholas Clark | Split out the use of SVp_SCREAM for GVs with GPs into... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Dave Mitchell | remove extraneous declaration prom perly.tab |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Jerry D. Hedden | threads 1.56 |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Rafael Garcia... | TODO addition by Jerry D. Hedden. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Dave Mitchell | don't include MAD code when its not needed |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Dave Mitchell | fix a cast warning in perly.c |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Nicholas Clark | Better documentation for SVf_UTF8. Including SvPV(... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Yves Orton | Re: [PATCH] Errno doesnt rebuild when things it depends... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Jerry D. Hedden | threads 1.54 - Adds ->error() method |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Steve Hay | Silence a warning from (MinGW's) gcc |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Bo Lindbergh | perl5db.pl Mac OS X fix |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Nicholas Clark | Turn a tab into 2 spaces to make more room for comments... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Steve Hay | Silence a VC compiler warning |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Nicholas Clark | Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_T... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Nicholas Clark | Restore the two comments describing BmRARE and BmPREVIO... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Ilya Zakharevich | Text mode wrongly set on pipe file descriptors |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Dave Mitchell | make -Dpv display the parser stack before reduction |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Dave Mitchell | misc MAD coredump fixes and parser leak fixes |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Dave Mitchell | fix double free introduced by #29543 (spotted by Nicholas) |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Anton Berezin | t/op/groups.t: prevent failure on modern FreeBSDs |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Steve Hay | Do the same as #29514 for Win32 |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Nicholas Clark | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Dave Mitchell | fix parser leaks caused by croaking while shifting... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Dave Mitchell | fixup some ival/opval type changes from perly.y/madly... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | In theory Perl_magic_setbm() should clear SvTAIL()... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Correct the dumping logic for the various bits of flag... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Oops. As of some point one stopped being able to assign... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Correct some assumptions about PVBM table offset in... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Assert that PVGVs are never SvVALID() in the PVBM sense. |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | pads haven't actually contained any PVGVs since change... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | Shrink Perl_sv_peek() and Perl_do_sv_dump() by using... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Steve Hay | Restore (differently) the setting of $Config{osvers... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Steve Hay | Silence VC warnings about possible operator precedence... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jarkko Hietaniemi | mg.c: #ifdef only the different bits |
commit | commitdiff | tree | snapshot |
2006-12-12 |
H.Merijn Brand | The overly-picky AIX xlc compiler doesn't like the... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Rafael Garcia... | Skip IO::Compress::Zlib in perlivp, since that's a... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Jan Dubois | get ext/Win32/Win32.xs to compile on cygwin |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Nicholas Clark | By moving xbm_previous into the SvPVX, we save a U16... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Fix allocation bug in change 29524. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Add BmPREVIOUS_set(), and use it in the one place that... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Fix typo in change 29518 which broke non-debugging... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | Don't load the Win32 module on non-win32 platforms |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Nicholas Clark | Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | Changes and README are not needed for Switch.pm |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | As pointed out by Valentin Guignon, there is most |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | Configure needs to know about the extensions IO/Compres... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | Move files from ext/Compress/IO to ext/IO/Compress |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Bo Lindbergh | Re: [PATCH] Deparse.pm bugfix |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Jan Dubois | re: [PATCH] Move Win32::* functions from win32/win32... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Jan Dubois | Second patch from: |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Jan Dubois | First patch from: |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Dave Mitchell | remove extraneous debugging code introduced by #29504 |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Jerrad Pierce | Fatal v1.03 |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Marcus Holland... | Re: [perl #41065] Out of memory!, while extending scalar |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Rafael Garcia... | perlhack.pod nit by Jarkko |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Dave Mitchell | fix eval qw(BEGIN{die}) style leaks (second attempt). |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Nicholas Clark | Remove code duplication in S_to_utf8_substr() and S_to_... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Nicholas Clark | Downgrading a fixed or floating substring of a pattern... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Dave Mitchell | #28315 could crash when freeing ops with different... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Dave Mitchell | parser: expand yy_is_opval[] to include all value types |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Graham Barr | Restore change 27486 accidently removed (also added... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Graham Barr | Upgrade to Scalar-List-Utils-1.19 |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Ilya Zakharevich | Re: [PATCH 5.8.8] Build on OS/2 - missing part |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Nicholas Clark | Swap SVpbm_TAIL and SVpbm_VALID. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Steve Peters | Upgrade to Time-HiRes-1.9703 |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Nicholas Clark | PVBMs mustn't enter anything that turns SVIVisUV_on(). |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Nicholas Clark | Exterminate! 2 pieces of superfluous code related to... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | In Perl_fbm_instr(), no need to calculate the address... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | assert that SvTAIL() isn't being called on PVAVs or... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | Wrap some macro arguments in () to avoid precedence... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | Perl_screaminstr() must be called with littlestr as... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Dave Mitchell | add missing OP_REFCNT_LOCK/UNLOCKs and document it |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Nicholas Clark | No need to upgrade if all we're going to do is return. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Steve Hay | Make use of $Config{d_pseudofork} in a couple of core... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Jan Dubois | Move Win32 from win32/ext/Win32 to ext/Win32 |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Jerry D. Hedden | Perl_save_destructor is not a mathom |
commit | commitdiff | tree | snapshot |
next |