This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-09-10 Karl Williamsonperl.h: Move #defining SETLOCALE_LOCK
2022-09-10 Karl WilliamsonMove #include from locale.c to perl.h
2022-09-10 Elvin AslanovUpdate POSIX synopsis
2022-09-10 Karl WilliamsonMerge branch 'Change init of certain locale categories...
2022-09-10 Karl Williamsonlocale.c: Remove no-longer necessary conditionals
2022-09-10 Karl Williamsonlocale.c: Use locale change subs at initialization
2022-09-10 Karl Williamsonlocale.c: Initialize PL_underlying_numeric_obj
2022-09-10 Karl Williamsonlocale.c More new_ctype() refactoring
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning when no LC_COLLATE
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning when no LC_CTYPE
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning about S_mortalixzed_...
2022-09-10 Karl Williamsonlocale.c: Silence compiler warning about S_new_numeric
2022-09-10 Karl Williamsonlocale.c: Silence C_codeset compiler warning
2022-09-10 Karl Williamsonlocale.c: Change macro name 'porcelain' => 'posix'
2022-09-09 Karl Williamsonsv.c: Comments white-space only
2022-09-09 Karl Williamsonlocale.c: Clarify comment
2022-09-09 Karl WilliamsonMerge branch 'Start cleaning up mutexes for locales...
2022-09-09 Karl Williamsonperl.h: Remove LOCALECONV_LOCK
2022-09-09 Karl Williamsonperl.h: Remove NL_LANGINFO_LOCK
2022-09-09 Karl WilliamsonRedefine the POSIX.xs locale macros using prev commit
2022-09-09 Karl WilliamsonAdd locale macro to wrap global-memory-using functions
2022-09-09 Karl WilliamsonUse general locale mutex for numeric operations
2022-09-09 Karl WilliamsonMake the locale mutex a general semaphore
2022-09-09 Karl Williamsonperl.h: Reorder cpp branches
2022-09-09 Karl Williamsonperl.h: Move some code around
2022-09-09 Karl Williamsonlocale.c: Move #define to perl.h; use it elsewhere
2022-09-09 Karl Williamsonintrpvar.h,sv.c,perl.c: Remove unnecessary cpp condition
2022-09-09 Karl WilliamsonChange some HAS_QUERYLOCALE to USE_QUERYLOCALE
2022-09-09 Karl WilliamsonMove #include from locale.c to perl.h
2022-09-09 Karl WilliamsonMark certain mutex lock macros as private
2022-09-09 Karl Williamsonlocale.c: Add some asserts
2022-09-09 Karl Williamsonlocale.c: Use system locale if no records yet
2022-09-09 Yves Ortonop.c - Ignore attributes and prototypes on BEGIN blocks
2022-09-09 Yves OrtonStop parsing on first syntax error.
2022-09-08 Karl Williamsonlocale.c: Add debugging check
2022-09-08 Karl Williamsonlocale.c: Add S_get_LC_ALL display()
2022-09-08 sisyphusbump dist/IO to v1.51, due to PR 19663
2022-09-08 Yves Ortonext/lib - bump module versions on Opcode.pm, APItest...
2022-09-08 Yves Ortont/op/eval.t - Test for eval string inside of sort
2022-09-08 Yves Ortonperldiag.pod - Document "Filehandle .. reopened for...
2022-09-08 Yves Ortondiag.t - show what needs to be removed to un-TODO a...
2022-09-08 Yves Ortonporting/diag.t - improved parsing a bit
2022-09-08 Karl Williamsonlocale.c: Change initialization; Move decls close to use
2022-09-07 Tony Cookavoid undefined behavior when calling setjmp()
2022-09-07 Richard LeachPerldelta for GH#20063 (addition to existing list)
2022-09-07 Richard LeachOP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lex
2022-09-07 Karl Williamsonlocale.c: Don't ever use system LC_ALL
2022-09-07 Karl Williamsonembed.fnc: Fix indendation
2022-09-07 Yves Ortonpp.h - put STMT_END on its own line and lined up STMT_START
2022-09-07 Yves Ortonregcomp.h - put STMT_START on its own line and lined...
2022-09-07 Yves Ortonregexp.h - put STMT_END on its own line and lined up...
2022-09-07 Yves Ortonperl.h - put STMT_END on its own line, and lined up...
2022-09-07 Yves OrtonXSUB.h - put STMT_END on its own line and lined up...
2022-09-07 Yves Ortonregexp.h - move semicolon to be before the comment.
2022-09-07 Yves Ortonperlvars.h - move length computation to a define
2022-09-07 Yves Ortonintrpvar.h - move size declaration to a define
2022-09-07 Yves Ortonintrpvar.h - change "char * *" into "char **"
2022-09-07 Yves Ortonperl.h - remove duplicated code from commented explanation
2022-09-06 Richard Leachpeep.c:OP_PADSV_STORE - skip SASSIGN created by Memoize...
2022-09-06 James E KeenanExample of use of miniperl in bisection
2022-09-06 Dagfinn Ilmari... Time-HiRes: use GIMME_V instead of the deprecated GIMME
2022-09-06 BramupdateAUTHORS.pm: overrule 'diff.algorithm'
2022-09-06 BramupdateAUTHORS.pm: Use `@args` for `git log` cmd
2022-09-06 Yves Ortonfixup comment
2022-09-06 Yves Ortonpp_ctl.c - move "UNITCHECK in an eval" JMPENV_PUSH...
2022-09-05 Elvin AslanovUpdate synopses on User:: and Sys:: modules
2022-09-05 Elvin AslanovUpdate Hash::Util synopsis
2022-09-05 Elvin AslanovUpdate Struct.pm
2022-09-05 Elvin AslanovUpdate Carp.pm
2022-09-05 Elvin AslanovUpdate servent.pm
2022-09-05 Elvin AslanovUpdate protoent.pm
2022-09-05 BramAdd perl shebang to mkppport
2022-09-05 BramAdd vim-modeline to render files as POD
2022-09-05 BramMove '=encoding utf8' after preamble
2022-09-05 Leon TimmermansExplicitly add nsl to libswanted on Solaris
2022-09-05 BramCI: Special case porting test in 'sanity check'
2022-09-05 Bramwin32: use tmp file when creating config.sh
2022-09-05 Bramio/socket.t: Use SO_SNDBUF instead of SO_RCVBUF
2022-09-05 BramPorting/cmpVERSION.pm: cleanup %skip_versions whitespace
2022-09-05 BramPorting/cmpVERSION.pm: tabs to spaces
2022-09-05 BramcmpVERSION.pm: remove exception for experimental
2022-09-05 James E KeenanBlock lacked 'skip' condition; de-SKIP it
2022-09-05 BramAdd note in RMG about using your own fork
2022-09-05 BramTidy output of `perlbug` for pasting on GitHub
2022-09-05 Elvin AslanovDelete .travis.yml
2022-09-05 Yves Ortoncop.h - show function name
2022-09-05 Yves Ortonpp_ctl - guard PL_unitcheckav setup logic from cases...
2022-09-05 Yves Ortonpp_ctl.c - handle UNITCHECK better
2022-09-05 Yves Ortont/comp/retainedlines.t - test eval "UNITCHECK{die}...
2022-09-05 Yves Ortonpp_ctl.c - use try_yyparse() for eval
2022-09-05 Yves Ortoncop.h - fix warnings about i across setjmp
2022-09-04 Bramtodo.pod: Remove version number from todo item
2022-09-03 danielnachunAUTHORS: update
2022-09-03 danielnachunConfigure: remove nsl from libswanted
2022-09-03 E. ChorobaDocument that "select" affects "say"'s default filehand...
2022-09-03 BramAdd a .github/README.md
2022-09-03 Yves OrtonMove PERL_WAIT_FOR_CHILDREN till after we handle END...
2022-09-03 Yves OrtonRevert "Revert "set PERL_EXIT_DESTRUCT_END in all embed...
2022-09-03 Yves OrtonRevert "postpone perl_parse() exit(0) bugfix"
2022-09-03 Yves Ortonop.c - work around Module::Install::DSL issue
next