summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
Commit message (Collapse)AuthorAgeFilesLines
* Finalize perldeltaMatthew Horsfall2021-09-201-41/+1
|
* perldelta: Update modules listMatthew Horsfall2021-09-201-4/+92
|
* perldelta: Acknowledge thyselfMatthew Horsfall2021-09-201-3/+3
|
* Prepare perldelta for upcoming v5.35.4 releaseMatthew Horsfall2021-09-201-227/+73
|
* perldelta for 983d5bee62James E Keenan2021-09-201-0/+5
|
* Support Unicode 14.0Unicode Consortium2021-09-151-0/+4
|
* On VMS, %ENV in scalar context must call prime_env_iter()Nicholas Clark2021-09-121-3/+12
| | | | | Otherwise it will return wrong results, unless other code happens to have iterated over %ENV. This bug has probably existed forever.
* Add perldelta for stable boolPaul "LeoNerd" Evans2021-09-101-0/+11
|
* gh19081: perldelta for SIGFPE changesHugo van der Sanden2021-09-081-0/+7
|
* Update perldelta with the C11 thread local storage probe and usage.Nicholas Clark2021-09-071-1/+8
|
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+8
| | | | | | | | | | | | | | | Adds syntax `defer { BLOCK }` to create a deferred block; code that is deferred until the scope exits. This syntax is guarded by use feature 'defer'; Adds a new opcode, `OP_PUSHDEFER`, which is a LOGOP whose `op_other` field gives the start of an optree to be deferred until scope exit. That op pointer will be stored on the save stack and invoked as part of scope unwind. Included is support for `B::Deparse` to deparse the optree back into syntax.
* Text-Tabs+Wrap: Sync with CPAN version 2021.0814Aristotle Pagaltzis2021-08-211-0/+8
|
* Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0Nicholas Clark2021-08-211-1/+2
|
* make way for 5.35.4Karen Etheridge2021-08-201-107/+257
|
* finalize perldeltaKaren Etheridge2021-08-201-7/+74
|
* more perldelta updatesKaren Etheridge2021-08-201-293/+12
|
* add some missing perldelta entriesKaren Etheridge2021-08-201-3/+23
|
* perldelta for sort.pm becoming a no-op.Nicholas Clark2021-08-181-0/+7
| | | | Also fix a typo in sort's Pod.
* perldelta updatesTony Cook2021-08-171-1/+23
| | | | also sort the module entries.
* Perldelta that «use v5.35» enables warningsLeon Timmermans2021-08-161-5/+2
|
* Add "run makedepend in parallel" to perldeltaMax Maischein2021-08-141-1/+7
|
* perldelta: make note of "switch" leaving the v5.36 bundleRicardo Signes2021-08-131-1/+4
|
* perldelta for 68327975James E Keenan2021-08-131-0/+4
|
* perldelta for upgrade to Text-Tabs+Wrap (3 commits)James E Keenan2021-08-051-0/+5
|
* new perldelta for 5.35.3Neil Bowers2021-07-241-142/+238
|
* Updated with changed modulesNeil Bowers2021-07-231-23/+183
|
* first cut at perldeltaNeil Bowers2021-07-231-318/+34
|
* Add perldelta.pod entry describing G_ARRAY->G_LIST renamePaul "LeoNerd" Evans2021-07-191-0/+8
|
* perldelta for e1d3ed996abTony Cook2021-07-061-1/+7
|
* perldelta for fe991866a0Tony Cook2021-06-231-2/+2
|
* perldelta for 2b96d013aTony Cook2021-06-231-1/+5
|
* Fix whitespace in perldelta.podMax Maischein2021-06-201-1/+1
|
* Update perldeltaKarl Williamson2021-06-201-0/+10
| | | | with changes khw made for 5.35.1 that may be interesting externally.
* new perldelta for 5.35.2Max Maischein2021-06-201-91/+295
|
* Update perldeltaMax Maischein2021-06-201-307/+66
|
* Add perldelta entry try/catch deparsing fix - 846e32ebefMatthew Horsfall2021-06-141-0/+5
|
* perldelta entry for 52f0602 (IO upgrade)James E Keenan2021-06-131-0/+6
|
* perldelta entry for 1c1bafd (Unicode-Collate upgrade)James E Keenan2021-06-131-0/+6
|
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-7/+6
| | | | | | | | | | | | Since the removal of PERL_OBJECT (acfe0abcedaf592fb4b9cb69ce3468308ae99d91) PERL_IMPLICIT_CONTEXT and MULTIPLICITY have been synonymous and they're being used interchangeably. To simplify the code, this commit replaces all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITY. PERL_IMPLICIT_CONTEXT will stay defined for compatibility with XS modules.
* Obituary for Spider BoardmanJames E Keenan2021-06-061-2/+3
| | | | | Per posting on perl.module-authors by Neil Bowers and https://www.nashuatelegraph.com/obituaries-memorials/obituaries/2021/05/29/spider-raun-boardman/
* perldelta.pod: entry for 2583ef6 (undef = )Richard Leach2021-05-251-0/+12
|
* perldelta for 76d2194af, 73a0855d2ec, 8f432bc3baTony Cook2021-05-251-3/+11
|
* perldelta: add a new delta for v5.35.1Ricardo Signes2021-05-201-18/+378
|
* perldelta: v5.35.0 delta contentsRicardo Signes2021-05-201-376/+16
|
* New perldeltaSawyer X2021-05-211-1190/+177
|
* Update perldeltaSawyer X2021-05-201-5/+5
|
* No point in updating on change for a newly-introduced moduleSawyer X2021-05-201-4/+0
|
* Cleanup double mentioning of -DusedefaultstrictSawyer X2021-05-201-8/+2
|
* perldelta: unify styles for headingsSHIRAKATA Kentaro2021-05-161-1/+1
|
* perldelta: unify styles of links for github issuesSHIRAKATA Kentaro2021-05-161-13/+15
|