This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IO test: adjust require for non CORE perl
[perl5.git] / perl.c
2017-11-14 Nicolas RIntroduce macros to simplify @INC setting
2017-11-13 Zeframfix sysconf panic
2017-11-11 Zeframavoid reading errno twice in a row
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-08 Nicolas RAllow custom PL_strtab hash in perl_construct.
2017-11-06 Karl Williamsonperl.c: Use memchr instead of strchr
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-04 Aaron CraneAdd comment to explain why we want to probe for statfs...
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-11-01 David Mitchellfix Perl_get_cvn_flags() return value
2017-10-31 Father ChrysostomosMake get_cv cope with subrefs
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-10-21 Aaron Craneperl.c: simplify cpp conditionals
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-10-14 Aaron CraneDelete dead mktemp() call
2017-10-08 Father ChrysostomosDon’t assign PL_curstash twice in init_main_stash
2017-10-07 Craig A. BerryMove PERL_INTERNAL_RAND_SEED set-up after init_stacks().
2017-09-11 Tony Cook(perl #127663) provide limited control for the internal...
2017-09-11 Tony Cook(perl #127663) all platforms no longer require a backup...
2017-09-11 Tony Cook(perl #127663) create a separate random source for...
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-08-13 Karl WilliamsonInitialize locale object even in unthreaded perls
2017-08-13 Karl Williamsonlocales: Add #define; change how to override
2017-08-10 Tony Cook(perl #131786) avoid a duplicate symbol error on _LIB_V...
2017-07-27 David Mitchelladd PL_sv_zero
2017-07-03 David Mitchellproperly init si_stack_hwm
2017-06-01 Yves OrtonRestore "get rid of USE_HASH_SEED_EXPLICIT"
2017-06-01 Yves OrtonRestore "Add new hashing and "hash with state" infrastr...
2017-04-23 Yves OrtonRevert "Add new hashing and "hash with state" infrastru...
2017-04-23 Yves OrtonRevert "get rid of USE_HASH_SEED_EXPLICIT"
2017-04-23 Yves Ortonget rid of USE_HASH_SEED_EXPLICIT
2017-04-23 Yves OrtonAdd new hashing and "hash with state" infrastructure
2017-02-18 Andy LesterMoving variables to their innermost scope.
2017-02-14 Karl WilliamsonExtract code into a function
2017-01-08 Tony Cookadd build options to disable the PERL_HASH* and PERL_PE...
2017-01-02 Steve HayUpdate copyright year
2016-12-24 Karl WilliamsonCreate inversion list for Assigned code points
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-11 H.Merijn BrandPush current state to work on failing tests
2016-11-03 Tony CookRevert "hv.h: rework HEK_FLAGS to a proper member in...
2016-10-24 Todd Rinaldohv.h: rework HEK_FLAGS to a proper member in struct hek
2016-10-19 Yves Ortonperl.[ch]: switch to using SvPVCLEAR() and string const...
2016-10-11 Dan Collins[rt #129336] #!perl -i u erroneously interpreted as -u
2016-09-16 Lukas Mairestore comment mangled by 27da23d53ccce6
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-08-19 H.Merijn BrandDo not show error message if errno = 0 for flush fail...
2016-08-17 Karl WilliamsonTake advantage of SvGROW's return value
2016-08-10 Karl WilliamsonMove some global destruction to where it belongs
2016-08-08 Lukas MaiINCMARK is a statement now; don't cast it
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
2016-06-17 David Mitchellperl.c: comment that it's also perlmini.c
2016-06-08 Tony Cook(perl #127380) only trace to $PERLIO_DEBUG if -Di is...
2016-05-17 jimcbetter glibc i_modulo bug handling
2016-05-14 David Mitchelladd PERL_OP_PARENT to 'perl -V' output
2016-05-10 Jim Cromiefix make test failures in -Accflags=-DPERL_TRACE_OPS
2016-04-09 Karl WilliamsonAdd locale mutex
2016-04-06 Yves OrtonAdd SILENT_NO_TAINT_SUPPORT to S_Internals_V ()
2016-03-19 Karl Williamsonregcomp.c, perl.c: Use 'VOL' not 'volatile'
2016-03-17 Tony Cookreport an error and fail if we can't flush stdout
2016-03-01 Tony Cookremove duplicate environment variables from environ
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David Mitchelloffset PL_savestack_max by SS_MAXPUSH
2016-02-03 David Mitchellrename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc
2016-02-03 David MitchellPUSHEVAL: make retop a parameter
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David Mitchellrestore PL_tmps_floor on exit
2016-02-03 David Mitchelladd CX_CUR() macro
2016-02-03 David Mitchellcall_sv(), fold_const(): different CX pop test
2016-01-29 Niko TyniFix umask for mkstemp(3) calls
2016-01-26 Craig A. BerryUse vmstrnenv() to look up PERL5LIB/PERLLIB on VMS.
2016-01-20 Stevan Littleupdating copyright to 2016
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2015-11-19 David Mitchellsilence compiler warnings using INCMARK/POPMARK
2015-11-10 Reini UrbanMARK -Ds debugging
2015-11-02 Niko TyniAllow overriding the compile time in "perl -V" output
2015-10-30 Jarkko HietaniemiRevert "Remove unused filesystem stat symbols."
2015-10-13 Tony Cook[perl #126242] make the constant hash seeds unsigned...
2015-10-12 Daniel DraganPerl_call_sv move EXTEND into branch that needs it
2015-10-12 Daniel Draganremove repeated PL_stack_sp derefs in Perl_eval_sv...
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
2015-10-08 Daniel Draganpartial PL_statbuf removal
2015-10-02 Jarkko HietaniemiRemove unused filesystem stat symbols.
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-05 Andy Broadamigaos4: translate $^X to unix style
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-26 Jarkko HietaniemiExplicitly use and check for FD_CLOEXEC.
2015-08-17 Matthew Horsfall[perl #120826] - Fix documentation nit (thanks Eric...
2015-08-05 Tony Cook[perl #120826] correct documentation of sv parameter...
2015-08-03 Reini Urbanxs_boot_epilog (Xp): change ax from U32 to I32
2015-07-29 Karl Williamsonmktables: Add handling of WB and SB for early Unicodes
2015-07-29 Karl Williamsonmktables: Fix GCB to work on early Unicodes
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-03 Daniel Draganrefactor win32_get_*lib() funcs to match rest of PERL_I...
2015-06-02 Daniel Draganremove obsolete VOL in S_parse_body
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-17 Nicholas ClarkPL_custom_op{s,_names,_descs} should be set to NULL...
next