This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #131679] Fix ‘our sub foo::bar’ message
[perl5.git] / perl.c
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...
2015-03-11 David Mitchelldon't test non-null args
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Karl Williamsonperl.c: Don't read possibly zapped memory
2015-03-07 Karl WilliamsonSkip PL_warn_locale use unless compiled in
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-02-24 Jasmine Nganfix some spurious PERL_UNUSED_ARG/VAR() usage
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-01-20 Matthew HorsfallRelease prep - Update version/copyright information.
2015-01-12 David Mitchellperl.c: silence compiler warning:
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-09 Karl Williamson-Dp does work on EBCDIC.
2014-12-05 Father ChrysostomosRestore profile dump under PERL_DESTRUCT_LEVEL
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-15 Daniel Draganmake debugging easier in memory allocator code in perl...
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-05 Alexandre (Midnite... perl.c: fix small bug on Android from commit 9054c81
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-01 Father Chrysostomosperl.c: Improve buildcustomize error message
2014-08-31 Father ChrysostomosGet ‘./miniperl -Ilib -T’ working
2014-08-24 Tadeusz SośnierzMake eval_pv documentation more precise
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
next