summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce macros to simplify @INC settingNicolas R2017-11-131-124/+14
* fix sysconf panicZefram2017-11-131-7/+2
* avoid reading errno twice in a rowZefram2017-11-111-2/+3
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+1
* Allow custom PL_strtab hash in perl_construct.Nicolas R2017-11-081-9/+14
* perl.c: Use memchr instead of strchrKarl Williamson2017-11-061-2/+3
* Use memBEGINs() in coreKarl Williamson2017-11-061-2/+2
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-3/+3
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-2/+2
* Add comment to explain why we want to probe for statfs() et alAaron Crane2017-11-041-2/+10
* Add my_memrchr() implementation of memrchr()Karl Williamson2017-11-011-6/+6
* fix Perl_get_cvn_flags() return valueDavid Mitchell2017-11-011-1/+1
* Make get_cv cope with subrefsFather Chrysostomos2017-10-311-0/+3
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-4/+0
* perl.c: simplify cpp conditionalsAaron Crane2017-10-211-14/+6
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-211-6/+6
* Delete dead mktemp() callAaron Crane2017-10-141-6/+0
* Don’t assign PL_curstash twice in init_main_stashFather Chrysostomos2017-10-081-1/+0
* Move PERL_INTERNAL_RAND_SEED set-up after init_stacks().Craig A. Berry2017-10-071-12/+16
* (perl #127663) provide limited control for the internal drand48()Tony Cook2017-09-111-0/+29
* (perl #127663) all platforms no longer require a backup fileTony Cook2017-09-111-6/+0
* (perl #127663) create a separate random source for internal useTony Cook2017-09-111-0/+2
* Add API function Perl_langinfo()Karl Williamson2017-09-091-0/+5
* Initialize locale object even in unthreaded perlsKarl Williamson2017-08-121-1/+1
* locales: Add #define; change how to overrideKarl Williamson2017-08-121-1/+1
* (perl #131786) avoid a duplicate symbol error on _LIB_VERSIONTony Cook2017-08-101-0/+8
* add PL_sv_zeroDavid Mitchell2017-07-271-0/+5
* properly init si_stack_hwmDavid Mitchell2017-07-031-0/+3
* Restore "get rid of USE_HASH_SEED_EXPLICIT"Yves Orton2017-06-011-8/+5
* Restore "Add new hashing and "hash with state" infrastructure"Yves Orton2017-06-011-11/+38
* 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