This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document known problems on Windows
[perl5.git] / regen /
2018-04-20 Karl Williamsonregen/mk_invlists.pl: White space only
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Reverse order of table vs EBCDIC
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Extract code into subs
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Move some code around
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Move some code around
2018-04-20 Karl Williamsonregen/mk_invlists.pl: Better handle preprocessor directives
2018-04-20 Karl WilliamsonMove inversion lists to utf8.c
2018-04-17 Karl Williamsonregen/mk_invlists.pl: Remove improper line
2018-04-16 Karl Williamsonregen/mk_invlists.pl: stop at 256 for latin1 lists
2018-04-16 Karl Williamsonregen/mk_invlists.pl: Add comment
2018-04-09 Daniel Draganfix parallel ALL_STATIC Win32 build
2018-04-03 Karl WilliamsonUse unsigned to avoid compiler warning
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Fix to work on early Unicode
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Improve error message
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate tables for inverted...
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Inversion maps don't have to...
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Change some fcns to return a ref
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate charnames inversion...
2018-03-31 Karl WilliamsonMove init of 2 inversion lists to perl.c
2018-03-26 Karl WilliamsonMove some inversion list init to perl.c
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix comment gobbleldy gook
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Add case changing tables
2018-03-26 Karl Williamsonregen/mk_invlists.pl: White space only
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow to Generate code point...
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix bug with adjusted inputs
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Suppress empty enum declarations
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow enum defns to be public
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Handle EBCDIC
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Remove Currency_Symbol definition
2018-03-12 Father Chrysostomoswarnings.pm: sprintf is faster than concat
2018-03-06 Tony Cook(perl #132925) don't use $0 to get the name of mk_invli...
2018-03-06 Karl WilliamsonRevert "charclasslists.h: script enums visible to CORE...
2018-03-02 Karl WilliamsonBump version of POSIX.pm to 1.83; warnings to 1.42
2018-03-01 Daniel Draganregen/regcomp.pl: close FH before unlink
2018-02-27 Father Chrysostomoswarnings.pm: _at_level functions and chunky handles
2018-02-19 David Mitchellpp_multiconcat: correctly honour stringify
2018-02-19 Karl WilliamsonAdd 'alpha_assertions' warnings category
2018-02-19 Father Chrysostomos‘Nonelems’ for pushing sparse array on the stack
2018-02-12 Tony Cookbump $warnings::VERSION
2018-02-11 Slaven Rezićwarnings: Omit handle when $. is 0
2018-01-31 Karl Williamsoncharclasslists.h: script enums visible to CORE,EXT
2018-01-31 Karl Williamsonregen/mk_invlists.pl: Allow override of where enums...
2018-01-31 Karl Williamsonregen/mk_invlists.pl: Allow multiple files to access
2018-01-19 David Mitchelltr/// functions: add some basic code comments
2018-01-10 Father ChrysostomosUse ck_null for ~.
2018-01-01 Karl Williamsonregen/mk_invlists.pl: Add table for currency symbols
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-31 Father ChrysostomosEnable bitwise feature with ‘use v5.28’
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-25 Karl WilliamsonAdd warning for script runs being experimental
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Generate tables for scx property
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Don't generate unneeded #define
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Add support of 'sl' formats
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Simplify handling of early Unicod...
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Add defensive check
2017-12-25 Karl Williamsonregen/mk_invlists.pl: Fix name clash handler
2017-12-18 Zeframfix pod markup in warnings.pm
2017-12-18 Father Chrysostomos[perl #132468] At _at_level warnings functions
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-17 Karl Williamsonregen/mk_invlists.pl: reformulate a branch and outdent
2017-12-17 Karl Williamsonregen/mk_invlists.pl: Outdent code
2017-12-17 Karl Williamsonregen/mk_invlists.pl: Fix typo
2017-12-14 Karl WilliamsonAdd PERL_REENTRANT for XS modules
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-28 Zeframremove useless "default" mechanism
2017-11-23 David Mitchelladd OPpCONCAT_NESTED flag
2017-11-22 Zeframupdate doc in lib/ about smartmatch
2017-11-22 Zeframeviscerate smartmatch
2017-11-19 Karl Williamsonregen/unicode_constants.pl: Add U+10FFFF entry
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-15 Zeframfix handling of registered warning categories
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in regen.
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchellregen/opcode.pl: display duplicate bit name
2017-10-24 Dominic HargreavesSkip various tests if PERL_BUILD_PACKAGING is set
2017-10-21 Aaron Craneregen/reentr.pl: simplify cpp conditionals
2017-10-21 Aaron Craneopcode.pl: simplify cpp conditionals
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-08 David Mitchellregen/op_private: remove sassign special-casing
2017-08-04 David Mitchellmerge Perl_ck_cmp() and Perl_ck_eq()
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchellregen/opcodes: move 'method' entry next to others
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David MitchellOP_VALUES: reserve OPpMAYBE_LVSUB bit
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-06-21 Karl WilliamsonPrepare for Unicode 10.0
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-02 Karl WilliamsonUse new paradigm for hdr file double inclusion guard
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 H.Merijn BrandDisable readdir_r and readdir64_r on glibc >= 2.24
next