[Perl/perl5] df9da3: Fix some typos in comments

2023-03-11 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: df9da3a8974d3b082f402042fe817bfdba2bca37 https://github.com/Perl/perl5/commit/df9da3a8974d3b082f402042fe817bfdba2bca37 Author: mauke Date: 2023-03-11 (Sat, 11 Mar 2023) Changed paths: M .mailmap M

[Perl/perl5] de3d29: regcomp.c: use ARG1u_LOC macro to access field

2023-03-14 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: de3d2945055fb7119a5ed4225e53b6a09d1d2feb https://github.com/Perl/perl5/commit/de3d2945055fb7119a5ed4225e53b6a09d1d2feb Author: Lukas Mai Date: 2023-03-14 (Tue, 14 Mar 2023) Changed paths: M regcomp.c

[Perl/perl5] 3ae398: perlio.c: remove silly casts

2023-03-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3ae398fba4a16b2da69f72f21ace25d2bf0370e6 https://github.com/Perl/perl5/commit/3ae398fba4a16b2da69f72f21ace25d2bf0370e6 Author: Lukas Mai Date: 2023-03-23 (Thu, 23 Mar 2023) Changed paths: M perlio.c

[Perl/perl5] b7eedb: fix incorrect vi filetype declarations in generate...

2023-03-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b7eedb08953678c5b222f3776892756053dc00aa https://github.com/Perl/perl5/commit/b7eedb08953678c5b222f3776892756053dc00aa Author: Lukas Mai Date: 2023-03-24 (Fri, 24 Mar 2023) Changed paths: M charclass_i

[Perl/perl5] fe937a: [doc] clarify behavior of File::Copy::cp re: permi...

2023-03-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fe937a9fe468d3821699cc22af3e9cdcadf2608a https://github.com/Perl/perl5/commit/fe937a9fe468d3821699cc22af3e9cdcadf2608a Author: Lukas Mai Date: 2023-03-24 (Fri, 24 Mar 2023) Changed paths: M lib/File/Co

[Perl/perl5] 095fd9: report uninit variable name even in optimized cases

2023-03-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 095fd90e6ff7791c309ef4175edebb2295e5ea04 https://github.com/Perl/perl5/commit/095fd90e6ff7791c309ef4175edebb2295e5ea04 Author: Lukas Mai Date: 2023-03-24 (Fri, 24 Mar 2023) Changed paths: M sv.c M

[Perl/perl5] 191512: [doc] update description of $^H and %^H in perlvar

2023-03-28 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 19151286d6e3fc6fd8238e85d78ea74f2cae3cc8 https://github.com/Perl/perl5/commit/19151286d6e3fc6fd8238e85d78ea74f2cae3cc8 Author: Lukas Mai Date: 2023-03-28 (Tue, 28 Mar 2023) Changed paths: M pod/perlvar

[Perl/perl5] d0e6e3: edit a comment in op.c that confused me

2023-03-29 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d0e6e389eee3c7fbbfed5c3d42b403d94b312dde https://github.com/Perl/perl5/commit/d0e6e389eee3c7fbbfed5c3d42b403d94b312dde Author: Lukas Mai Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M op.c Log

[Perl/perl5] 13dc99: op.c: remove unneeded variable

2023-03-30 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 13dc9989e55acd863329057e268c87a3f6f53aab https://github.com/Perl/perl5/commit/13dc9989e55acd863329057e268c87a3f6f53aab Author: Lukas Mai Date: 2023-03-30 (Thu, 30 Mar 2023) Changed paths: M op.c Log

[Perl/perl5] 416ea0: regexec.c: fix warning about unused argument to ca...

2023-03-30 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 416ea06b9fcd686a805c1090d6ceee022048d250 https://github.com/Perl/perl5/commit/416ea06b9fcd686a805c1090d6ceee022048d250 Author: Lukas Mai Date: 2023-03-31 (Fri, 31 Mar 2023) Changed paths: M regexec.c

[Perl/perl5] 275f4e: perlretut: use a numbered list to format a numbere...

2023-03-31 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 275f4e511457b9578602fc7a19a23cde36fe66bb https://github.com/Perl/perl5/commit/275f4e511457b9578602fc7a19a23cde36fe66bb Author: Lukas Mai Date: 2023-03-31 (Fri, 31 Mar 2023) Changed paths: M pod/perlret

[Perl/perl5] 0099fe: Deparse: fix scalar-proto sub calls without arguments

2023-04-02 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0099fe06da2470ae6f7b3feb560b1a116886a531 https://github.com/Perl/perl5/commit/0099fe06da2470ae6f7b3feb560b1a116886a531 Author: Lukas Mai Date: 2023-04-02 (Sun, 02 Apr 2023) Changed paths: M lib/B/Depar

[Perl/perl5] db13d3: POSIX: fix compiler warnings on windows

2023-07-03 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: db13d3be7689b80baf7a315f26a198e88ba6a4d7 https://github.com/Perl/perl5/commit/db13d3be7689b80baf7a315f26a198e88ba6a4d7 Author: Lukas Mai Date: 2023-07-03 (Mon, 03 Jul 2023) Changed paths: M ext/POSIX/P

[Perl/perl5] 46129e: perlhacktips: copy editing

2023-07-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 46129e7d59551c69c466dc85cdade5812edf472f https://github.com/Perl/perl5/commit/46129e7d59551c69c466dc85cdade5812edf472f Author: Lukas Mai Date: 2023-07-08 (Sat, 08 Jul 2023) Changed paths: M pod/perlhac

[Perl/perl5] 84310e: perl5100delta: document removal of 'package;' syntax

2023-07-16 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 84310ea03ac90137e8006de6b422fa5800ee3584 https://github.com/Perl/perl5/commit/84310ea03ac90137e8006de6b422fa5800ee3584 Author: Lukas Mai Date: 2023-07-17 (Mon, 17 Jul 2023) Changed paths: M pod/perl510

[Perl/perl5] c7a5bc: disable duplicate IRC bot notifications on #p5p

2023-08-07 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c7a5bcbd7bb81bdb04d0cdaf9c4a29d67c46c4e1 https://github.com/Perl/perl5/commit/c7a5bcbd7bb81bdb04d0cdaf9c4a29d67c46c4e1 Author: Lukas Mai Date: 2023-08-08 (Tue, 08 Aug 2023) Changed paths: M .github/wor

[Perl/perl5] 1b2f9f: perlop, perlsyn: make abstract more verbose/precise

2023-09-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1b2f9fc32edcecb73698f195b0330f1eb09759d4 https://github.com/Perl/perl5/commit/1b2f9fc32edcecb73698f195b0330f1eb09759d4 Author: Lukas Mai Date: 2023-09-04 (Mon, 04 Sep 2023) Changed paths: M MANIFEST

[Perl/perl5] 718c63: perl.pod: make "SEE ALSO" links clickable

2023-09-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 718c634c78afe222329ce1ff83a55d9d0d9dd6a9 https://github.com/Perl/perl5/commit/718c634c78afe222329ce1ff83a55d9d0d9dd6a9 Author: Lukas Mai Date: 2023-09-04 (Mon, 04 Sep 2023) Changed paths: M pod/perl.po

[Perl/perl5] 12a461: perl.pod: use spaces instead of tabs for alignment

2023-09-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 12a46113754babfa76b4008816f106477babc53b https://github.com/Perl/perl5/commit/12a46113754babfa76b4008816f106477babc53b Author: Lukas Mai Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M pod/perl.po

[Perl/perl5] 51ec1e: perl.pod: fix position of perldbmfilter (under per...

2023-09-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 51ec1ea4d076f66a8a18c491e076c6d0bcf087f7 https://github.com/Perl/perl5/commit/51ec1ea4d076f66a8a18c491e076c6d0bcf087f7 Author: Lukas Mai Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M pod/perl.po

[Perl/perl5] 7aab77: fix handling of single-value anonhash { $foo }

2023-09-15 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7aab773a19c703d6ab3ff858455bc3a9ead7639b https://github.com/Perl/perl5/commit/7aab773a19c703d6ab3ff858455bc3a9ead7639b Author: Lukas Mai Date: 2023-09-15 (Fri, 15 Sep 2023) Changed paths: M pp.c M

[Perl/perl5] 2963b4: fix PERL_VERSION_LE (for all x: x should be <= x)

2023-09-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2963b49263728d75727cfa14f81f86e0b6204503 https://github.com/Perl/perl5/commit/2963b49263728d75727cfa14f81f86e0b6204503 Author: Lukas Mai Date: 2023-09-23 (Sat, 23 Sep 2023) Changed paths: M ext/XS-APIt

[Perl/perl5] 638055: perlre: remove statement suggesting /p is a no-op

2023-09-24 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6380554d8853669c375d8eb94b7d1bda4088c83b https://github.com/Perl/perl5/commit/6380554d8853669c375d8eb94b7d1bda4088c83b Author: Lukas Mai Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: M pod/perlre.

[Perl/perl5] 70d391: Devel::PPPort: fix PERL_VERSION_xx comparison macros

2023-09-26 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 70d391de2d922d20c97ccb9b93f01d86633f082d https://github.com/Perl/perl5/commit/70d391de2d922d20c97ccb9b93f01d86633f082d Author: Lukas Mai Date: 2023-09-26 (Tue, 26 Sep 2023) Changed paths: M dist/Devel-

[Perl/perl5] f42f86: perl51200delta: fix typo (missing '.')

2023-10-02 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f42f866887b1667a456be813d59d52dc2ecca645 https://github.com/Perl/perl5/commit/f42f866887b1667a456be813d59d52dc2ecca645 Author: Lukas Mai Date: 2023-10-02 (Mon, 02 Oct 2023) Changed paths: M pod/perl512

[Perl/perl5] 6d7b3a: pp_hot.c: fix typo in comment ("intit" -> "init")

2023-10-10 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6d7b3adcadfddc197e96367544eab954285fcada https://github.com/Perl/perl5/commit/6d7b3adcadfddc197e96367544eab954285fcada Author: Lukas Mai Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M pp_hot.c

[Perl/perl5] 505e27: POSIX: fix mktime on 32-bit platforms with large t...

2023-10-10 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 505e27e339700701f7892a57bc737551eafb3e64 https://github.com/Perl/perl5/commit/505e27e339700701f7892a57bc737551eafb3e64 Author: Lukas Mai Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M ext/POSIX/P

[Perl/perl5] fbca05: perl5300delta: mention removal of arybase module

2023-11-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fbca050907d06cca0bfb08983da84070f0a7d8fd https://github.com/Perl/perl5/commit/fbca050907d06cca0bfb08983da84070f0a7d8fd Author: Lukas Mai Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M pod/perl530

[Perl/perl5] b2d14c: embed.fnc: we require C99 variadic macros now

2023-11-20 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b2d14c2a55fde50aa18be0d9dcf136192d7836a0 https://github.com/Perl/perl5/commit/b2d14c2a55fde50aa18be0d9dcf136192d7836a0 Author: Lukas Mai Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M embed.fnc

[Perl/perl5] e2f387: extend "Possible precedence issue" warning, cover ...

2023-11-20 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e2f38762229a1fa23d4b6154ad2c9b4d80bb3993 https://github.com/Perl/perl5/commit/e2f38762229a1fa23d4b6154ad2c9b4d80bb3993 Author: Lukas Mai Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M op.c M

[Perl/perl5] a862c9: harness: fix operator precedence in call to exit

2023-11-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a862c9af8ad2348595b63675aac4135a3e03f34b https://github.com/Perl/perl5/commit/a862c9af8ad2348595b63675aac4135a3e03f34b Author: Lukas Mai Date: 2023-11-22 (Wed, 22 Nov 2023) Changed paths: M t/harness

[Perl/perl5] b2bbe7: elide right operand if left operand transfers control

2023-11-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b2bbe7d8e2b196d341cd8c3e1d3b7600b81c1a41 https://github.com/Perl/perl5/commit/b2bbe7d8e2b196d341cd8c3e1d3b7600b81c1a41 Author: Lukas Mai Date: 2023-11-22 (Wed, 22 Nov 2023) Changed paths: M lib/B/Depar

[Perl/perl5] 67fb94: bump IO::* version to 1.55

2023-11-24 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 67fb94147230f64d50ec68621d642aeaf4209611 https://github.com/Perl/perl5/commit/67fb94147230f64d50ec68621d642aeaf4209611 Author: Lukas Mai Date: 2023-11-24 (Fri, 24 Nov 2023) Changed paths: M dist/IO/IO.

[Perl/perl5] ded9a6: don't optimize (or warn about) control flow ops in...

2023-11-27 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ded9a6e16032bc75c3732b45c4d4012e22994974 https://github.com/Perl/perl5/commit/ded9a6e16032bc75c3732b45c4d4012e22994974 Author: Lukas Mai Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M lib/B/Depar

[Perl/perl5] 7e806e: re: fix wording in documentation

2023-11-27 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7e806ecbca7f1e4b9c2fdedd22c320923c60a80c https://github.com/Perl/perl5/commit/7e806ecbca7f1e4b9c2fdedd22c320923c60a80c Author: Lukas Mai Date: 2023-11-27 (Mon, 27 Nov 2023) Changed paths: M ext/re/re.p

[Perl/perl5] 9e61ff: bisect: explicitly set diff path prefixes

2023-11-29 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9e61ff89292b3df4d677677af8183c0a21b33f62 https://github.com/Perl/perl5/commit/9e61ff89292b3df4d677677af8183c0a21b33f62 Author: Lukas Mai Date: 2023-11-30 (Thu, 30 Nov 2023) Changed paths: M Porting/bis

[Perl/perl5] 8acce4: Fcntl: export O_TMPFILE on request (Linux specific)

2023-12-07 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8acce4d00738c76438f5d28f1711b6c7e93d664d https://github.com/Perl/perl5/commit/8acce4d00738c76438f5d28f1711b6c7e93d664d Author: Lukas Mai Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M ext/Fcntl/F

[Perl/perl5] c6094d: perldelta for 8acce4d007

2023-12-07 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c6094de5b329a7f01fb6b61b0ffa5d61ebc012e0 https://github.com/Perl/perl5/commit/c6094de5b329a7f01fb6b61b0ffa5d61ebc012e0 Author: Lukas Mai Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: M pod/perldel

[Perl/perl5] 8fbf04: make generic "Out of memory!" error more specific

2023-12-12 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8fbf04a996ed5aabbe92178be8aabfc9d7f1d890 https://github.com/Perl/perl5/commit/8fbf04a996ed5aabbe92178be8aabfc9d7f1d890 Author: Lukas Mai Date: 2023-12-13 (Wed, 13 Dec 2023) Changed paths: M doop.c

[Perl/perl5] c5f882: perldelta: touch up "return with indirect object" ...

2023-12-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c5f88297e0985be19f66e995b527ee4a001fc028 https://github.com/Perl/perl5/commit/c5f88297e0985be19f66e995b527ee4a001fc028 Author: Lukas Mai Date: 2023-12-22 (Fri, 22 Dec 2023) Changed paths: M pod/perldel

[Perl/perl5] 8803f8: perldelta for e2f3876222, b2bbe7d8e2

2023-12-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8803f8ada5c360336fd81efb516df387dc8f018b https://github.com/Perl/perl5/commit/8803f8ada5c360336fd81efb516df387dc8f018b Author: Lukas Mai Date: 2023-12-22 (Fri, 22 Dec 2023) Changed paths: M pod/perldel

[Perl/perl5] 7b19ce: perldelta for 8fbf04a996, 7a39510b73, d06aed192c

2023-12-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7b19ce95dbbf4c4693da31a41e1928277ff3b3b3 https://github.com/Perl/perl5/commit/7b19ce95dbbf4c4693da31a41e1928277ff3b3b3 Author: Lukas Mai Date: 2023-12-22 (Fri, 22 Dec 2023) Changed paths: M pod/perldel

[Perl/perl5] b7ed27: only define ingroup() where needed (i.e. on !DOSIS...

2024-02-03 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b7ed279824f39feb87bb9704af63f009125b974c https://github.com/Perl/perl5/commit/b7ed279824f39feb87bb9704af63f009125b974c Author: Lukas Mai Date: 2024-02-03 (Sat, 03 Feb 2024) Changed paths: M doio.c

[Perl/perl5] 4a414a: mention length() in "uninitialized value" warnings

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4a414abba40e6797ad6349011f8c20eac14c2b8d https://github.com/Perl/perl5/commit/4a414abba40e6797ad6349011f8c20eac14c2b8d Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024) Changed paths: M sv.c M

[Perl/perl5] 764fd0: locale.c: use type-agnostic code for storing tm_zone

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/fix-bsd-build-tm_zone Home: https://github.com/Perl/perl5 Commit: 764fd079054bf7e7b1ceadf7db750bc8b34a7b79 https://github.com/Perl/perl5/commit/764fd079054bf7e7b1ceadf7db750bc8b34a7b79 Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024) Changed

[Perl/perl5] 495831: locale.c: use type-agnostic code for storing tm_zone

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 495831c4464a208feae5703c819caf0ead0faed0 https://github.com/Perl/perl5/commit/495831c4464a208feae5703c819caf0ead0faed0 Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024) Changed paths: M locale.c

[Perl/perl5] 0c6790: fix "uninitialized value" warnings for shift()/pop()

2024-02-10 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0c679023a9d1d791b7ab05a0ec3952be0f8968e3 https://github.com/Perl/perl5/commit/0c679023a9d1d791b7ab05a0ec3952be0f8968e3 Author: Lukas Mai Date: 2024-02-10 (Sat, 10 Feb 2024) Changed paths: M sv.c M

[Perl/perl5]

2024-02-10 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/fix-bsd-build-tm_zone Home: https://github.com/Perl/perl5

[Perl/perl5] 49d95c: locale.c: fix format type for __LINE__ output (deb...

2024-02-11 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 49d95ca1ee334d8e21c99ee32e02771ca55f1a46 https://github.com/Perl/perl5/commit/49d95ca1ee334d8e21c99ee32e02771ca55f1a46 Author: Lukas Mai Date: 2024-02-11 (Sun, 11 Feb 2024) Changed paths: M locale.c

[Perl/perl5] a9ab5e: pad.h: remove pad_peg (was part of MAD)

2024-02-14 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a9ab5eec7b2f8da87868ba19dcc8838a2db182f0 https://github.com/Perl/perl5/commit/a9ab5eec7b2f8da87868ba19dcc8838a2db182f0 Author: Lukas Mai Date: 2024-02-14 (Wed, 14 Feb 2024) Changed paths: M pad.c M

[Perl/perl5] bfeb4e: perlclass: improve wording

2024-02-14 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bfeb4ec8e48d429edf21c8f6ece3aa3c02912667 https://github.com/Perl/perl5/commit/bfeb4ec8e48d429edf21c8f6ece3aa3c02912667 Author: Lukas Mai Date: 2024-02-15 (Thu, 15 Feb 2024) Changed paths: M pod/perlcla

[Perl/perl5] c84c31: perldsc: remove accidental double spaces

2024-02-17 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c84c313245bc220a4d222a13af7f7d8c4ecdf566 https://github.com/Perl/perl5/commit/c84c313245bc220a4d222a13af7f7d8c4ecdf566 Author: Lukas Mai Date: 2024-02-17 (Sat, 17 Feb 2024) Changed paths: M pod/perldsc

[Perl/perl5] 7f7558: perlsec: remove stray + signs

2024-02-20 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7f755800ce119b4f019cabf3be362bbd8ca268ca https://github.com/Perl/perl5/commit/7f755800ce119b4f019cabf3be362bbd8ca268ca Author: Lukas Mai Date: 2024-02-21 (Wed, 21 Feb 2024) Changed paths: M pod/perlsec

[Perl/perl5] 260f3d: revert change to regen/warnings.pl

2024-02-24 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 260f3d82ae486ea55a487bd6bf70d4dc9e5620ad https://github.com/Perl/perl5/commit/260f3d82ae486ea55a487bd6bf70d4dc9e5620ad Author: Lukas Mai Date: 2024-02-24 (Sat, 24 Feb 2024) Changed paths: M lib/warning

[Perl/perl5] ed3737: Tie::File: remove 5.005 compatibility code

2024-02-27 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ed37371b34c7f96e0d2697cad42c16ca47d6f481 https://github.com/Perl/perl5/commit/ed37371b34c7f96e0d2697cad42c16ca47d6f481 Author: Lukas Mai Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M dist/Tie-Fi

[Perl/perl5] 6a2327: perldelta for ed37371b34c7f (Tie::File)

2024-03-18 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6a2327b68ffd1416197d594607479c827a5f4103 https://github.com/Perl/perl5/commit/6a2327b68ffd1416197d594607479c827a5f4103 Author: Lukas Mai Date: 2024-03-18 (Mon, 18 Mar 2024) Changed paths: M pod/perldel

[Perl/perl5] 3af352: regcomp: OPFAIL is neither SIMPLE nor HASWIDTH

2024-03-21 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3af3521ee7bc2cc6405a586f8d9001126af89ed0 https://github.com/Perl/perl5/commit/3af3521ee7bc2cc6405a586f8d9001126af89ed0 Author: Lukas Mai Date: 2024-03-21 (Thu, 21 Mar 2024) Changed paths: M regcomp.c

[Perl/perl5] f38f76: h2ph: define all symbols at runtime

2024-04-03 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f38f760a1129030b3a4c5c3a3fe49409a65327c2 https://github.com/Perl/perl5/commit/f38f760a1129030b3a4c5c3a3fe49409a65327c2 Author: Lukas Mai Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M t/lib/h2ph.

[Perl/perl5] d150bd: perldiag: update "You need to quote X" %SIG diagno...

2024-04-17 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d150bdaadb1b27ab125fdf7cad4f3772fa62f2f3 https://github.com/Perl/perl5/commit/d150bdaadb1b27ab125fdf7cad4f3772fa62f2f3 Author: Lukas Mai Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M pod/perldia

perl5-changes@perl.org

2024-04-27 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4780f193cb769b523f116e79f8a6e9a854362f76 https://github.com/Perl/perl5/commit/4780f193cb769b523f116e79f8a6e9a854362f76 Author: Lukas Mai Date: 2024-04-27 (Sat, 27 Apr 2024) Changed paths: M pod/perlsub

[Perl/perl5] 04d204: perldeprecation: clean up

2024-04-30 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 04d2040ce4136af8389d95e16c75aedcbfa4f9ec https://github.com/Perl/perl5/commit/04d2040ce4136af8389d95e16c75aedcbfa4f9ec Author: Lukas Mai Date: 2024-04-30 (Tue, 30 Apr 2024) Changed paths: M pod/perldep

[Perl/perl5] 8cacb8: Fcntl: add module documentation

2024-05-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8cacb84717058962131a5d2a3180c34d514f2b05 https://github.com/Perl/perl5/commit/8cacb84717058962131a5d2a3180c34d514f2b05 Author: Lukas Mai Date: 2024-05-09 (Thu, 09 May 2024) Changed paths: M ext/Fcntl/F

[Perl/perl5] 643108: perlfunc/stat: fix description of S_ENFMT and S_IFMT

2024-05-17 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 643108fc9c03734b07078581bf534a62c1d2e597 https://github.com/Perl/perl5/commit/643108fc9c03734b07078581bf534a62c1d2e597 Author: Lukas Mai Date: 2024-05-17 (Fri, 17 May 2024) Changed paths: M pod/perlfun

[Perl/perl5] bcffb0: perldelta: document Fcntl changes

2024-05-22 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bcffb0dbdf8a590b02eae06fd758fe2d2d4401e4 https://github.com/Perl/perl5/commit/bcffb0dbdf8a590b02eae06fd758fe2d2d4401e4 Author: Lukas Mai Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M pod/perldel

[Perl/perl5] 7d12d8: perlretut/perlrecharclass: [:blank:] isn't a GNU e...

2024-05-23 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7d12d8722ade9f98d8b7c511934edd7fcab9ef53 https://github.com/Perl/perl5/commit/7d12d8722ade9f98d8b7c511934edd7fcab9ef53 Author: Lukas Mai Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod/perlrec

[Perl/perl5] 3098e6: perldelta: clean up typos & POD errors & merge con...

2024-05-23 Thread mauke via perl5-changes
Branch: refs/heads/mauke-patch-1 Home: https://github.com/Perl/perl5 Commit: 3098e680619373d77a56e119284ee9944f9b1699 https://github.com/Perl/perl5/commit/3098e680619373d77a56e119284ee9944f9b1699 Author: mauke Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod/per

[Perl/perl5] 31abaf: perldelta: clean up typos & POD errors & merge con...

2024-05-23 Thread mauke via perl5-changes
Branch: refs/heads/mauke-patch-1 Home: https://github.com/Perl/perl5 Commit: 31abaf724124049c50f580d09fe12c0de399dfdc https://github.com/Perl/perl5/commit/31abaf724124049c50f580d09fe12c0de399dfdc Author: mauke Date: 2024-05-23 (Thu, 23 May 2024) Changed paths: M pod/per

[Perl/perl5]

2024-05-24 Thread mauke via perl5-changes
Branch: refs/heads/mauke-patch-1 Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 79ed55: Fcntl: remove pointless S_ISENFMT function

2024-06-10 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 79ed55e69f37c2e83c1e1b1fd23f02713364df32 https://github.com/Perl/perl5/commit/79ed55e69f37c2e83c1e1b1fd23f02713364df32 Author: Lukas Mai Date: 2024-06-10 (Mon, 10 Jun 2024) Changed paths: M ext/Fcntl/F

[Perl/perl5] 9f530b: perlfunc: document that sort is stable, remove 'us...

2024-06-19 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9f530bb96ab848b11ee0439b8b093e0c1887aab9 https://github.com/Perl/perl5/commit/9f530bb96ab848b11ee0439b8b093e0c1887aab9 Author: Lukas Mai Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M pod/perlfun

[Perl/perl5] 8a9c91: perlapi/hv_store: minor fixes

2024-06-29 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8a9c915b0c7a3b732776db7e95336fc3ac1d37d6 https://github.com/Perl/perl5/commit/8a9c915b0c7a3b732776db7e95336fc3ac1d37d6 Author: Lukas Mai Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M hv.c Log

[Perl/perl5] a20013: add &CORE::chdir (properly)

2024-07-01 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a2001396f87340a0eaae11ba3dc9fbcaf00b072d https://github.com/Perl/perl5/commit/a2001396f87340a0eaae11ba3dc9fbcaf00b072d Author: Lukas Mai Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M gv.c M

[Perl/perl5] 6d28b2: make chdir() return true/false as its documentatio...

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6d28b2f81aed20ff58658d87ea860f0e4cf0ce8a https://github.com/Perl/perl5/commit/6d28b2f81aed20ff58658d87ea860f0e4cf0ce8a Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M ext/POSIX/t

[Perl/perl5] 8eb13b: pp_chdir: simplify control flow in fchdir case

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8eb13beb49495e289b9b7a824baa05d46328aa4f https://github.com/Perl/perl5/commit/8eb13beb49495e289b9b7a824baa05d46328aa4f Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pp_sys.c

[Perl/perl5] 5e25d6: t/op/chdir.t: clean up old 'no warnings' declarations

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5e25d6e5e21b465536325c8218651699600bb36d https://github.com/Perl/perl5/commit/5e25d6e5e21b465536325c8218651699600bb36d Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M t/op/chdir.

[Perl/perl5] c5df4f: util.c: assert that format strings are not empty

2024-07-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6 https://github.com/Perl/perl5/commit/c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6 Author: Lukas Mai Date: 2024-07-06 (Sat, 06 Jul 2024) Changed paths: M util.c L

[Perl/perl5] c844ea: B::Deparse: teach Deparse about ^^ (high-precedenc...

2024-07-10 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c844eac5926d1efbdfbf2e8bcc3989ba6a6aee50 https://github.com/Perl/perl5/commit/c844eac5926d1efbdfbf2e8bcc3989ba6a6aee50 Author: Lukas Mai Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M lib/B/Depar

[Perl/perl5] 308138: INSTALL: remove POD markup from the non-POD parts ...

2024-07-11 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3081381236ef2829aa03fa1efb559c72eea60205 https://github.com/Perl/perl5/commit/3081381236ef2829aa03fa1efb559c72eea60205 Author: Lukas Mai Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M INSTALL

[Perl/perl5] c2b9cb: perl.h: remove UNION_ANY_DEFINITION support

2024-07-12 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c2b9cbd1bee86f98462175690163b6f6c59d4088 https://github.com/Perl/perl5/commit/c2b9cbd1bee86f98462175690163b6f6c59d4088 Author: Lukas Mai Date: 2024-07-12 (Fri, 12 Jul 2024) Changed paths: M perl.h L

[Perl/perl5] 5a099d: t/op/bop.t: consistently use 4-space indentation

2024-07-25 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5a099d9e732823639742396273e296862d7643df https://github.com/Perl/perl5/commit/5a099d9e732823639742396273e296862d7643df Author: Lukas Mai Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M t/op/bop.t

[Perl/perl5] 0209f7: perldelta for GH #22412 / d8935409c9

2024-07-26 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0209f740cae39cb59b1996012f94696982bef45c https://github.com/Perl/perl5/commit/0209f740cae39cb59b1996012f94696982bef45c Author: Lukas Mai Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M pod/perldel

[Perl/perl5] 6e7a08: perldata: $# is a sigil, too

2024-07-27 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6e7a08ee6592de6672127b25e6905d02c265fd4a https://github.com/Perl/perl5/commit/6e7a08ee6592de6672127b25e6905d02c265fd4a Author: Lukas Mai Date: 2024-07-27 (Sat, 27 Jul 2024) Changed paths: M pod/perldat

[Perl/perl5] 9a99c2: make tests pass when build directory name contains...

2024-07-31 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9a99c2bec339a81cc62c0d6a25c4e1343be0eaad https://github.com/Perl/perl5/commit/9a99c2bec339a81cc62c0d6a25c4e1343be0eaad Author: Lukas Mai Date: 2024-07-31 (Wed, 31 Jul 2024) Changed paths: M t/io/pipe.t

[Perl/perl5] 9cca02: t/porting/cpphdrcheck.t: fix cc version fallback

2024-07-31 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9cca022465b6bee5f766cf317c150e791f105dbe https://github.com/Perl/perl5/commit/9cca022465b6bee5f766cf317c150e791f105dbe Author: Lukas Mai Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M t/porting/c

[Perl/perl5] 3d1794: perlfunc: add general description of goto

2024-08-01 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3d1794e291f6232b20828f595f37ec720fd6eea9 https://github.com/Perl/perl5/commit/3d1794e291f6232b20828f595f37ec720fd6eea9 Author: Lukas Mai Date: 2024-08-02 (Fri, 02 Aug 2024) Changed paths: M pod/perlfun

[Perl/perl5]

2024-08-04 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/tonyc/21661-no-warn-ck Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 382176: perlfunc/pack: indent verbatim paragraphs consiste...

2024-08-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 382176cf63024b9c11ece9307d23ed983cf2aa48 https://github.com/Perl/perl5/commit/382176cf63024b9c11ece9307d23ed983cf2aa48 Author: Lukas Mai Date: 2024-08-05 (Mon, 05 Aug 2024) Changed paths: M pod/perlfun

[Perl/perl5] df1adf: do_open6: delete unreachable code

2024-08-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: df1adf37680de9507dfbd9644011fb2cf8d3eb53 https://github.com/Perl/perl5/commit/df1adf37680de9507dfbd9644011fb2cf8d3eb53 Author: Lukas Mai Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M doio.c L

[Perl/perl5] 2f48e4: warn about logical negation as operand of isa

2024-08-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2f48e46b3f6d2dbf2ecc5ec392c1a79f856acb34 https://github.com/Perl/perl5/commit/2f48e46b3f6d2dbf2ecc5ec392c1a79f856acb34 Author: Lukas Mai Date: 2024-08-06 (Tue, 06 Aug 2024) Changed paths: M op.c M

[Perl/perl5] 70f3e0: perlthrtut: fix deadlock example

2024-08-11 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 70f3e006507c668df4b8b0d327608d2e7a6e9ae4 https://github.com/Perl/perl5/commit/70f3e006507c668df4b8b0d327608d2e7a6e9ae4 Author: Lukas Mai Date: 2024-08-11 (Sun, 11 Aug 2024) Changed paths: M pod/perlthr

[Perl/perl5] 3e14b2: locale: stringify strftime fmt before querying len...

2024-08-11 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3e14b2fcf59b5b88b289caa973f0b8748c93a594 https://github.com/Perl/perl5/commit/3e14b2fcf59b5b88b289caa973f0b8748c93a594 Author: Lukas Mai Date: 2024-08-11 (Sun, 11 Aug 2024) Changed paths: M ext/POSIX/t

[Perl/perl5] 35717e: Porting/sync-with-cpan: remove outdated TODO

2024-08-14 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 35717e4d7ed7563f2f8cfb002e255b7999bf2981 https://github.com/Perl/perl5/commit/35717e4d7ed7563f2f8cfb002e255b7999bf2981 Author: Lukas Mai Date: 2024-08-15 (Thu, 15 Aug 2024) Changed paths: M Porting/syn

[Perl/perl5] 20efff: Maintainers.pl: clean up duplicate SYNCINFO entries

2024-08-15 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 20efff6546dba5bbcf3902e201bb46691a57abea https://github.com/Perl/perl5/commit/20efff6546dba5bbcf3902e201bb46691a57abea Author: Lukas Mai Date: 2024-08-15 (Thu, 15 Aug 2024) Changed paths: M Porting/Mai

[Perl/perl5] ed3078: warn about !$x == $y, !$x =~ /abc/, and similar co...

2024-08-19 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/mauke/warn-not-vs-cmp Home: https://github.com/Perl/perl5 Commit: ed307856dd78fc4e3139c9cbf8de379437c9e5cd https://github.com/Perl/perl5/commit/ed307856dd78fc4e3139c9cbf8de379437c9e5cd Author: Lukas Mai Date: 2024-08-15 (Thu, 15 Aug 2024) Changed

[Perl/perl5]

2024-08-20 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/mauke/overflow Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5]

2024-08-20 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/mauke/warn-not-vs-cmp Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 76eff9: perldelta for 2f48e46b3f6d2 (!$obj isa Class)

2024-08-21 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 76eff9703c721c64ae31dd59655ac928a107f281 https://github.com/Perl/perl5/commit/76eff9703c721c64ae31dd59655ac928a107f281 Author: Lukas Mai Date: 2024-08-22 (Thu, 22 Aug 2024) Changed paths: M pod/perldel

[Perl/perl5] 190f32: perldelta for 3e14b2fcf59b5b8 (#22498, POSIX::strf...

2024-08-21 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 190f32581b053fc5955681643110a0b6ad24f311 https://github.com/Perl/perl5/commit/190f32581b053fc5955681643110a0b6ad24f311 Author: Lukas Mai Date: 2024-08-22 (Thu, 22 Aug 2024) Changed paths: M pod/perldel

[Perl/perl5] f37395: cpan/Tie-RefHash - Update to version 1.41

2024-08-25 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f37395a6f0c927136f4833a6f820834c64589b5c https://github.com/Perl/perl5/commit/f37395a6f0c927136f4833a6f820834c64589b5c Author: Lukas Mai Date: 2024-08-26 (Mon, 26 Aug 2024) Changed paths: M Porting/Mai

[Perl/perl5] 570fa4: warn about !$x == $y, !$x =~ /abc/, and similar co...

2024-08-31 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 570fa4332848e5e6d63ff907f85dd41234d6fe2c https://github.com/Perl/perl5/commit/570fa4332848e5e6d63ff907f85dd41234d6fe2c Author: Lukas Mai Date: 2024-08-31 (Sat, 31 Aug 2024) Changed paths: M embed.h

  1   2   3   >