This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: White-space only
[perl5.git] / perl.c
2018-10-07 Karl Williamsonperl.c: Silence compiler warning
2018-08-05 Karl Williamsonperl.c: Use TAINT_get, instead of PL_tainting.
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-05-28 David Mitchellrevert perl_run() 0 -> 256 return mapping
2018-04-20 Karl WilliamsonMove inversion lists to utf8.c
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-31 Karl WilliamsonMove init of 2 inversion lists to perl.c
2018-03-26 Karl WilliamsonMove some inversion list init to perl.c
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-20 Karl WilliamsonFix locale failures introduced 5 hours ago
2018-03-19 Karl Williamsonperl.c: Free some locale stuff on exit
2018-03-14 Karl WilliamsonMake Unicode data structures global
2018-03-12 Karl WilliamsonDon't create locale object unless threaded
2018-02-26 Yves Ortonmove init_i18nl10n(1) to after the ENTER in perl_construct
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonUse proper #define to see if need PLnumeric underlying_obj
2018-01-31 Karl WilliamsonAvoid changing locale when finding radix char
2018-01-31 Karl Williamsonperl.c: Move initialization of inversion lists
2018-01-19 AbigailUpdate Copyright years in README and perl.c.
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2018-01-17 Zeframdocument that argv strings must be writable for $0
2018-01-02 Niko TyniAdd missing newline to the "Unable to flush stdout...
2017-12-27 Zeframpostpone perl_parse() exit(0) bugfix
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-22 Zeframset FD_CLOEXEC on debug-leaking-scalars sockets
2017-12-22 Zeframmake PerlIO handle FD_CLOEXEC
2017-12-22 Zeframuse O_CLOEXEC when making fake empty device
2017-12-22 Zeframuse Perl_my_mkstemp() where appropriate
2017-12-22 Zeframfactor out remaining fcntl F_SETFD calls
2017-12-10 Zeframassert well-formedness of argv in perl_parse()
2017-12-10 Zeframremove incorrect doc para about exit from BEGIN
2017-12-10 Zeframproperly define perl_parse() return value
2017-12-08 Aaron CraneRT#132545: memory leak in S_init_main_stash()
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
next