2012-05-22 |
Rafael Garcia-Suarez | Lookup overloaded assignment operators when trying...
|
commit | commitdiff | tree |
2012-04-24 |
Rafael Garcia-Suarez | perldelta: Fix an internal POD link
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Reinstate dummy ignoredpods functionality
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Add perltodo in the list of ignored pods
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Update base.pm's Changes file from the perldeltas
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Remove test for a functionality that was removed
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Adjust skip condition of tests for fields.pm to cover...
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Typo fix in the list of maintainers
|
commit | commitdiff | tree |
2012-03-31 |
Rafael Garcia-Suarez | Show maintainer name in corecpan output
|
commit | commitdiff | tree |
2012-02-06 |
Rafael Garcia-Suarez | Document the special meaning of "indir" on the shebang...
|
commit | commitdiff | tree |
2012-01-27 |
Rafael Garcia-Suarez | Allow prototypes (_@) and (_%)
|
commit | commitdiff | tree |
2012-01-27 |
Rafael Garcia-Suarez | Show test names in output
|
commit | commitdiff | tree |
2012-01-25 |
Rafael Garcia-Suarez | Correctly escape UTF-8 in hash keys in uninitialized...
|
commit | commitdiff | tree |
2012-01-25 |
Rafael Garcia-Suarez | Initialize buffer to an empty string to avoid spurious...
|
commit | commitdiff | tree |
2012-01-25 |
Rafael Garcia-Suarez | Make the display of the warning "Useless use of a constant...
|
commit | commitdiff | tree |
2011-12-06 |
Rafael Garcia-Suarez | Upgrade to Safe 2.30
|
commit | commitdiff | tree |
2011-12-01 |
Rafael Garcia-Suarez | Install perlfaq and perlglossary manpages in section...
|
commit | commitdiff | tree |
2011-08-31 |
Rafael Garcia-Suarez | Make switchC.t pass if the environment variable PERL_UNICODE...
|
commit | commitdiff | tree |
2011-01-27 |
Leon Timmermans | Made binmode $fh, ':scalar' DWIM
|
commit | commitdiff | tree |
2010-11-28 |
Rafael Garcia-Suarez | Revert "Configure has a path to less and perl5db.pl...
|
commit | commitdiff | tree |
2010-11-27 |
Rafael Garcia-Suarez | Fix a warning (that spotted a potential mro bug that...
|
commit | commitdiff | tree |
2010-11-26 |
Rafael Garcia-Suarez | No need to nest printfs. DIE() takes format strings.
|
commit | commitdiff | tree |
2010-11-24 |
Rafael Garcia-Suarez | Don't use "try" as a variable name
|
commit | commitdiff | tree |
2010-11-20 |
Rafael Garcia-Suarez | Typo in perldelta
|
commit | commitdiff | tree |
2010-11-17 |
Rafael Garcia-Suarez | Spelling/grammar nits
|
commit | commitdiff | tree |
2010-11-15 |
Rafael Garcia-Suarez | Doc fix for [perl #78642] Logical defined or not equivalent...
|
commit | commitdiff | tree |
2010-11-06 |
Rafael Garcia-Suarez | Add new ops in Opcode, so it does not warn at compilation
|
commit | commitdiff | tree |
2010-10-31 |
Rafael Garcia-Suarez | Bump Safe's version to 2.29
|
commit | commitdiff | tree |
2010-10-31 |
Rafael Garcia-Suarez | Add &version::vxs::VCMP to Safe's default share
|
commit | commitdiff | tree |
2010-10-04 |
Zefram | [PATCH] function to parse Perl statement sequence
|
commit | commitdiff | tree |
2010-10-04 |
Zefram | add stray save_* functions to the API
|
commit | commitdiff | tree |
2010-10-04 |
Rafael Garcia-Suarez | Update AUTHORS
|
commit | commitdiff | tree |
2010-09-20 |
Father Chrysostomos | [perl #77930] cx_stack reallocation during sort
|
commit | commitdiff | tree |
2010-09-20 |
Father Chrysostomos | Don’t use PL_op without checking it first.
|
commit | commitdiff | tree |
2010-09-17 |
Karl Williamson | PATCH: perldelta entry for [\8] [perl #76840] fix.
|
commit | commitdiff | tree |
2010-09-16 |
Karl Williamson | Fix /[\8]/ to not match NULL; give correct warning
|
commit | commitdiff | tree |
2010-09-16 |
Father Chrysostomos | Fix "Wide character in warn" warning
|
commit | commitdiff | tree |
2010-09-16 |
Father Chrysostomos | Fix warn to respect utf8-encoded scalars [perl #45549]
|
commit | commitdiff | tree |
2010-09-16 |
Father Chrysostomos | change warn.t to use test.pl
|
commit | commitdiff | tree |
2010-09-16 |
Rainer Tammer | Add info regarding AIX 7.1
|
commit | commitdiff | tree |
2010-09-16 |
Zefram | add hv_copy_hints_hv and save_hints to the API
|
commit | commitdiff | tree |
2010-09-13 |
Aristotle Pagaltzis | improve open.pm layer class error message
|
commit | commitdiff | tree |
2010-09-13 |
Rafael Garcia-Suarez | Bump Safe's VERSION to 2.28
|
commit | commitdiff | tree |
2010-09-13 |
Rafael Garcia-Suarez | Avoid infinite loop in _find_code_refs.
|
commit | commitdiff | tree |
2010-09-13 |
Bram | Extra tests for a regex followed by an operator or...
|
commit | commitdiff | tree |
2010-09-13 |
Bram | Add tests for 72922.
|
commit | commitdiff | tree |
2010-09-13 |
Karl Williamson | regcomp.c: Use longjmp to abandon first pass quickly
|
commit | commitdiff | tree |
2010-09-13 |
Karl Williamson | regcomp.c: Macroize changing regex to utf8
|
commit | commitdiff | tree |
2010-09-13 |
Karl Williamson | regcomp.c: Clarify and typos in comments
|
commit | commitdiff | tree |
2010-09-13 |
Karl Williamson | handy.h: Add bounds checking to case change arrays
|
commit | commitdiff | tree |
2010-09-13 |
Karl Williamson | handy.h: Add FITS_IN_8_BITS() macro
|
commit | commitdiff | tree |
2010-09-13 |
Father Chrysostomos | [perl #77684] Restore the 5.10/12 behaviour of open...
|
commit | commitdiff | tree |
2010-09-08 |
Zefram | make qw(...) first-class syntax
|
commit | commitdiff | tree |
2010-09-07 |
Rafael Garcia-Suarez | More tests for when(slice)
|
commit | commitdiff | tree |
2010-09-07 |
David Leadbeater | Fix RT #77468: Smart matching on slices
|
commit | commitdiff | tree |
2010-09-07 |
Ben Morrow | Tests for caller_cx, cop_hints_*.
|
commit | commitdiff | tree |
2010-09-07 |
Ben Morrow | make regen.
|
commit | commitdiff | tree |
2010-09-07 |
Ben Morrow | API functions for accessing the runtime hinthash.
|
commit | commitdiff | tree |
2010-09-06 |
Rafael Garcia-Suarez | Regenerate headers after last patch
|
commit | commitdiff | tree |
2010-09-06 |
Zefram | function interface to parse Perl statement
|
commit | commitdiff | tree |
2010-08-30 |
Eric Brine | Avoid needless use of UTF8=1 format [RT#56336]
|
commit | commitdiff | tree |
2010-08-30 |
Eric Brine | TODO tests for avoid needless use of UTF8=1 format...
|
commit | commitdiff | tree |
2010-08-17 |
Jerry D. Hedden | Move POSIX.pm to lib/POSIX.pm to fix autosplitter problem
|
commit | commitdiff | tree |
2010-08-16 |
Zefram | fix [perl #74118] $[ assignment not noisy enough
|
commit | commitdiff | tree |
2010-08-13 |
Tony Cook | make_ext.pl populates @INC correctly, don't override...
|
commit | commitdiff | tree |
2010-08-13 |
Tony Cook | Cwd.pm needs to be installed in lib before SDBM_File...
|
commit | commitdiff | tree |
2010-08-13 |
Karl Williamson | use charnames (); fails
|
commit | commitdiff | tree |
2010-08-13 |
Karl Williamson | charnames.t: tweak amount of testing of CJK chars
|
commit | commitdiff | tree |
2010-08-13 |
Karl Williamson | charnames.t: Change message to fit in 80 columns
|
commit | commitdiff | tree |
2010-08-13 |
Karl Williamson | charnames.t: Guard agains empty lines in __DATA__
|
commit | commitdiff | tree |
2010-08-13 |
Karl Williamson | charnames.t: use srand's seed
|
commit | commitdiff | tree |
2010-08-13 |
Eric Brine | Fix untimely destruction introduced by lvalue ops ...
|
commit | commitdiff | tree |
2010-08-13 |
Eric Brine | TODO tests for untimely destruction introduced by lvalue...
|
commit | commitdiff | tree |
2010-08-13 |
Eric Brine | Pure Perl lvalue subs can't return temps, even if they...
|
commit | commitdiff | tree |
2010-08-13 |
Eric Brine | Pure Perl lvalue subs can't return temps, even if they...
|
commit | commitdiff | tree |
2010-08-11 |
Father Chrysostomos | [perl #75904] \$ prototype does not make a unary function
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op.h: Move bits around to allow for future growth
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | regexp.h: Move bits around
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op.h, regexp.h: renumber shifts.
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op_reg_common.h: Continue refactoring
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | regexp.h: Nit in comments
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op_reg_common.h: Move things around
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op_reg_common.h: Refactor variable for safety
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | regexp.h, op.h: decouple mostly from op_reg_common.h
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | op.h: Fix error msg
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | regexp.h: Fix error check to use correct offset
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlrecharclass: Document subtlety in Unicode
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlrecharclass: Fix typo
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlglossary: Add defn for "code point"
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlunifaq: Note: \d, \D do not have Unicode bug
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlunicode.pod: Elaborate unicode bug for POSIX
|
commit | commitdiff | tree |
2010-08-11 |
Rafael Garcia-Suarez | Revert "perlunicode.pod: Elaborate unicode bug for...
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | perlunicode.pod: Elaborate unicode bug for POSIX
|
commit | commitdiff | tree |
2010-08-11 |
Karl Williamson | feature.pm: Note unicode_strings is not complete
|
commit | commitdiff | tree |
2010-07-30 |
Rafael Garcia-Suarez | Make new tie test less noisy
|
commit | commitdiff | tree |
2010-07-30 |
Karl Williamson | Add new hdr op_reg_common to Makefile.SH
|
commit | commitdiff | tree |
2010-07-29 |
Karl Williamson | Refactor common parts of op.h, regexp.h into new .h
|
commit | commitdiff | tree |
2010-07-29 |
Karl Williamson | ext/B/defsubs_h.PL: teach to allow exprs with <<
|
commit | commitdiff | tree |
2010-07-29 |
Karl Williamson | regcomp.pl: Teach to handle wider range of exprs
|
commit | commitdiff | tree |
2010-07-29 |
Karl Williamson | ext/B/defsubs_h.PL: add explanatory comment
|
commit | commitdiff | tree |
next |