summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Add thread-safe locale handlingKarl Williamson2018-02-181-1/+8
* Add Perl_setlocale()Karl Williamson2018-02-181-0/+5
* Use proper #define to see if need PLnumeric underlying_objKarl Williamson2018-02-181-10/+6
* Avoid changing locale when finding radix charKarl Williamson2018-01-301-0/+13
* perl.c: Move initialization of inversion listsKarl Williamson2018-01-301-22/+23
* Update Copyright years in README and perl.c.Abigail2018-01-191-2/+2
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-181-3/+1
* Revert "make PerlIO handle FD_CLOEXEC"Abigail2018-01-181-1/+3
* document that argv strings must be writable for $0Zefram2018-01-171-0/+3
* Add missing newline to the "Unable to flush stdout" diagnosticNiko Tyni2018-01-021-1/+1
* postpone perl_parse() exit(0) bugfixZefram2017-12-271-8/+19
* Add script_run regex featureKarl Williamson2017-12-241-0/+2
* set FD_CLOEXEC on debug-leaking-scalars socketsZefram2017-12-221-1/+1
* make PerlIO handle FD_CLOEXECZefram2017-12-221-3/+1
* use O_CLOEXEC when making fake empty deviceZefram2017-12-221-1/+1
* use Perl_my_mkstemp() where appropriateZefram2017-12-221-5/+1
* factor out remaining fcntl F_SETFD callsZefram2017-12-221-9/+2
* assert well-formedness of argv in perl_parse()Zefram2017-12-101-0/+7
* remove incorrect doc para about exit from BEGINZefram2017-12-101-7/+0
* properly define perl_parse() return valueZefram2017-12-101-12/+135
* RT#132545: memory leak in S_init_main_stash()Aaron Crane2017-12-081-1/+2
* 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