summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #131786) avoid a duplicate symbol error on _LIB_VERSIONTony Cook2018-03-121-0/+8
* Update Copyright years in README and perl.c.Abigail2018-02-281-2/+2
* Revert "Add new hashing and "hash with state" infrastructure"Yves Orton2017-04-231-38/+11
* Revert "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-04-231-5/+8
* get rid of USE_HASH_SEED_EXPLICITYves Orton2017-04-231-8/+5
* Add new hashing and "hash with state" infrastructureYves Orton2017-04-231-11/+38
* Moving variables to their innermost scope.Andy Lester2017-02-181-1/+2
* Extract code into a functionKarl Williamson2017-02-131-6/+1
* add build options to disable the PERL_HASH* and PERL_PERTURB_KEYS env varsTony Cook2017-01-091-2/+2
* Update copyright yearSteve Hay2017-01-021-2/+2
* Create inversion list for Assigned code pointsKarl Williamson2016-12-231-0/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-8/+8
* Push current state to work on failing testsH.Merijn Brand2016-11-111-2/+7
* Revert "hv.h: rework HEK_FLAGS to a proper member in struct hek"Tony Cook2016-11-031-12/+0
* hv.h: rework HEK_FLAGS to a proper member in struct hekTodd Rinaldo2016-10-241-0/+12
* perl.[ch]: switch to using SvPVCLEAR() and string constant friendly macrosYves Orton2016-10-191-10/+10
* [rt #129336] #!perl -i u erroneously interpreted as -uDan Collins2016-10-111-5/+0
* restore comment mangled by 27da23d53ccce6Lukas Mai2016-09-161-0/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-2/+2
* Do not show error message if errno = 0 for flush fail on STDOUTH.Merijn Brand2016-08-191-2/+3
* Take advantage of SvGROW's return valueKarl Williamson2016-08-171-2/+1
* Move some global destruction to where it belongsKarl Williamson2016-08-101-10/+0
* INCMARK is a statement now; don't cast itLukas Mai2016-08-081-1/+1
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+13
* perl.c: comment that it's also perlmini.cDavid Mitchell2016-06-171-0/+4
* (perl #127380) only trace to $PERLIO_DEBUG if -Di is suppliedTony Cook2016-06-081-1/+2
* better glibc i_modulo bug handlingjimc2016-05-171-0/+22
* add PERL_OP_PARENT to 'perl -V' outputDavid Mitchell2016-05-141-0/+3
* fix make test failures in -Accflags=-DPERL_TRACE_OPSJim Cromie2016-05-101-3/+12
* Add locale mutexKarl Williamson2016-04-091-0/+1
* Add SILENT_NO_TAINT_SUPPORT to S_Internals_V ()Yves Orton2016-04-061-0/+3
* regcomp.c, perl.c: Use 'VOL' not 'volatile'Karl Williamson2016-03-191-1/+1
* report an error and fail if we can't flush stdoutTony Cook2016-03-171-0/+13
* remove duplicate environment variables from environTony Cook2016-03-011-2/+49
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-1/+1
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* offset PL_savestack_max by SS_MAXPUSHDavid Mitchell2016-02-031-2/+6
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-1/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* restore PL_tmps_floor on exitDavid Mitchell2016-02-031-1/+4
* add CX_CUR() macroDavid Mitchell2016-02-031-1/+1
* call_sv(), fold_const(): different CX pop testDavid Mitchell2016-02-031-3/+8
* Fix umask for mkstemp(3) callsNiko Tyni2016-01-291-1/+1
* Use vmstrnenv() to look up PERL5LIB/PERLLIB on VMS.Craig A. Berry2016-01-251-5/+5
* updating copyright to 2016Stevan Little2016-01-201-2/+2
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+2
* silence compiler warnings using INCMARK/POPMARKDavid Mitchell2015-11-191-2/+2
* MARK -Ds debuggingReini Urban2015-11-101-2/+2
* Allow overriding the compile time in "perl -V" outputNiko Tyni2015-11-031-7/+12