2010-10-28 |
brian d foy | Note that pos() only affects the next match RT #78636 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
brian d foy | Merge branch 'briandfoy/perlfaq' of ssh://perl5.git... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
brian d foy | Move book info to perlbook from perlfaq2 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Florian Ragwitz | Upgrade Math::BigRat from version 0.25 to 0.26 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Florian Ragwitz | We now include Safe version 2.28 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Florian Ragwitz | Synchronize Module-CoreList's META.yml |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Florian Ragwitz | Upgrade bignum from version 0.24 to 0.25 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Florian Ragwitz | Bump $open::VERSION |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Florian Ragwitz | Upgrade Math::BigRat from version 0.24 to 0.25 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Florian Ragwitz | Pod fix for perldelta |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Florian Ragwitz | perldelta up to a1bbdff |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | Merge branch 'briandfoy/perlfaq' of ssh://perl5.git... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Add multilevel hash exists() to perlfaq4 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Added a smart match example to perlfaq6 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | More whitespace cleanups |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | Whitespace cleanups |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | perlfaq4: fix a minor grammar problem in the Y2K answer |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Correct Higher Order Perl to Higher-Order Perl |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | Fix trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Update Effective Perl Programming reference |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How can I read in an entire file all at once? |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How can I read in an entire file all at once? |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How come when I open a file read-write it wipes it... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How do I handle linked lists? |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How can I write() into a string? |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | How do I make sure users can't enter values into a... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * My CGI script runs from the command line but not... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * How do I fetch/put an FTP file? |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Add multilevel hash exists() to perlfaq4 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
brian d foy | * Added a smart match example to perlfaq6 |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Nicholas Clark | In Perl_ck_subr(), no need to create/set o3 in the... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florian Ragwitz | Upgrade Math::BigInt::FastCalc from 0.21 to 0.22 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florian Ragwitz | Upgrade Math::BigInt from version 1.93 to 1.95 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Steve Hay | Make the setting of write-bits safer in Porting\makerel |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Steve Hay | Fix typo in Porting\makerel comments |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Steve Hay | Add perl-5.12.2 to perlhist.pod |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Nicholas Clark | In Perl_ck_subr, remove delete_op, unused since asserti... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florian Ragwitz | Upgrade Math::BigInt from version 1.92 to 1.93 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Florian Ragwitz | Make Math-BigInt require perl 5.6.2 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Aristotle Pagaltzis | improve open.pm layer class error message |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Nicholas Clark | In Perl_ck_subr(), move to once place all setting of... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Nicholas Clark | In Perl_ck_subr(), consolidate all the prototype code... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Rafael Garcia... | Bump Safe's VERSION to 2.28 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Rafael Garcia... | Avoid infinite loop in _find_code_refs. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Nicholas Clark | In Perl_ck_subr(), hoist the if (proto) check outside... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bram | Extra tests for a regex followed by an operator or... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Bram | Add tests for 72922. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Karl Williamson | regcomp.c: Use longjmp to abandon first pass quickly |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Karl Williamson | regcomp.c: Macroize changing regex to utf8 |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Karl Williamson | regcomp.c: Clarify and typos in comments |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Karl Williamson | handy.h: Add bounds checking to case change arrays |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Karl Williamson | handy.h: Add FITS_IN_8_BITS() macro |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Father Chrysostomos | [perl #77684] Restore the 5.10/12 behaviour of open... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
brian d foy | More whitespace cleanups |
commit | commitdiff | tree | snapshot |
2010-09-13 |
brian d foy | Whitespace cleanups |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Father Chrysostomos | Test %main::OVERLOAD, which was almost broken by a... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Craig A. Berry | Reverse uudmap.h and bitcount.h dependencies. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Craig A. Berry | Install op_reg_common.h on VMS. |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Ricardo Signes | rename &warnings::register to avoid ambiguity |
commit | commitdiff | tree | snapshot |
2010-09-12 |
David Mitchell | fix a couple of -Dmad compiler warnings |
commit | commitdiff | tree | snapshot |
2010-09-11 |
David Mitchell | fix hv.c API doc nits. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
David Mitchell | list cxt hash assign with dups gives garbage |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Florian Ragwitz | Upgrade EUMM from version 6.57_01 to 6.57_05 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Nicholas Clark | Remove obsolete test boilerplate from Math::BigInt... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Nicholas Clark | Convert Math::BigInt::FastCalc tests from Test to Test... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Florian Ragwitz | Shorten external symbol name for VMS |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Florian Ragwitz | perldelta up to 38ef960 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Florian Ragwitz | Bump $POSIX::VERSION |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Florian Ragwitz | Add missing POSIX signal constants |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Reini Urban | B-Debug 1.14 |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Ævar Arnfjörð... | segfault on &Internals::* due to missing SvROK() |
commit | commitdiff | tree | snapshot |
2010-09-11 |
Zefram | fix MAD breakage caused by qw patch |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Zefram | documentation on hooking the peephole optimiser |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Mention the warnings changes in "updated modules" |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Bump $warnings{,::register}::VERSION |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Update warnings.pl with the ::register changes |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Ricardo Signes | perldelta for warnings updates |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Ricardo Signes | improve registration of warning categories |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nicholas Clark | Convert Math::BigInt tests from Test to Test::More. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nicholas Clark | Remove obsolete core test directory boilerplate from... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nicholas Clark | Convert bignum tests from Test to Test::More. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nicholas Clark | Remove redundant lexicals from 3 bignum tests that... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Nicholas Clark | Remove obsolete core test directory boilerplate from... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Steffen Mueller | Fill in new Data::Dumper version in perldelta |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Steffen Mueller | Upgrade Data::Dumper to 2.128 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | perldelta up to 95544aa |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Math-BigInt 1.92 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Math-BigInt 1.91 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Fix copy/paste documentation error |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | bacmp() ignores its argument's sign |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Lowest common multiple, not multiplicator |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Fix a couple of Math-BigInt POD nits |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Paul Johnson | Remove qw(...) as parentheses deprecated warnings |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | is_pos means > 0, not >= 0 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Florian Ragwitz | Math-BigInt runs fine under PERL_CORE now |
commit | commitdiff | tree | snapshot |
2010-09-09 |
David Mitchell | add support for SAVEt_GVSV to Perl_ss_dup |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Nicholas Clark | Make t/porting/authors.t pass under LC_ALL=en_GB.UTF... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Nicholas Clark | Define CxPADLOOP unconditionally, as post f83b46a0... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Florian Ragwitz | Teach t/TEST about Math-BigInt in dist/ |
commit | commitdiff | tree | snapshot |
2010-09-08 |
David Mitchell | bad things happened with for $x (...) { *x = *y } |
commit | commitdiff | tree | snapshot |
next |