summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* _MSC_VER is now always >= 1800 (i.e. Visual C++ 2013, aka Visual C++ 12.0)Steve Hay2021-12-161-7/+2
* fix redundant apidoc warningTony Cook2021-12-021-1/+1
* Add a phase_name() macro.Felipe Gasper2021-11-251-0/+18
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-2/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-12/+3
* add OPpUSEINT op_private flag bitDavid Mitchell2021-10-071-2/+1
* Use fabs/fabsl/fabsq for NVs in pp_abs.TAKAI Kousuke2021-09-221-3/+3
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-1/+2
* only #include <xlocale.h> when it is actually neededTony Cook2021-08-111-1/+1
* Remove the flags OPpSORT_STABLE and OPpSORT_UNSTABLE.Nicholas Clark2021-07-311-4/+0
* STATUS_UNIX_EXIT_SET(): Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* Add 64bit single-1bit_pos()Karl Williamson2021-07-301-0/+12
* Create and use single_1bit_pos32()Karl Williamson2021-07-301-0/+12
* Add PERL_GCC_VERSION_GE and kinKarl Williamson2021-07-271-15/+26
* perl.h: Add some commentsKarl Williamson2021-07-251-4/+6
* skip using gcc brace groups for STMT_START/ENDTony Cook2021-07-151-5/+0
* ensure types of PL_nan and PL_inf are consistentTony Cook2021-06-241-0/+17
* Fix several unicode.org linksThibault DUPONCHELLE2021-06-171-1/+1
* perl.h: Pay attention to if can have non-int bitfieldsKarl Williamson2021-06-151-0/+12
* Fix ASSUME definitionKarl Williamson2021-06-151-24/+23
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-17/+13
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-447/+447
* perl.h: Fix typo in commentKarl Williamson2021-05-281-1/+1
* Add ability to easily add info to DEBUG outputKarl Williamson2021-03-171-2/+33
* perl.h: Clarify debugging msg for localesKarl Williamson2021-03-101-4/+9
* Create DEBUG macro for when two flags must be setKarl Williamson2021-02-111-5/+10
* perl.h: Fix typos in conditional macro namesTAKAI Kousuke2021-01-141-2/+2
* perl.h - enable USE_QUADMATH builds (mingw compilers only) on MS Windowssisyphus2021-01-101-1/+16
* Use SSize_t for read lock counterKarl Williamson2020-12-311-1/+1
* Add GETENV_LOCKKarl Williamson2020-12-191-0/+17
* perl.h: Add capability for many-reader ENV mutex lockingKarl Williamson2020-12-191-12/+12
* perl.h: White-space onlyKarl Williamson2020-12-131-50/+50
* many-reader mutexes: Change structure element nameKarl Williamson2020-12-121-1/+1
* Fix freebsd/netbsd buildsKarl Williamson2020-12-081-2/+3
* Name individual locale locksKarl Williamson2020-12-081-5/+48
* Refactor locale mutex setupKarl Williamson2020-12-081-80/+108
* Change name of mutex macro.Karl Williamson2020-12-081-6/+6
* Fix up many-reader mutex typedefKarl Williamson2020-12-081-2/+2
* Not all Win32 compilers have a small macro bufferKarl Williamson2020-12-061-1/+1
* perl.h: Move some code aroundKarl Williamson2020-12-061-47/+52
* Always define dMY_CXT_SV, and to dNOOPKarl Williamson2020-12-061-2/+5
* perl.h: Remove ';' from 'NOOP;'Karl Williamson2020-12-041-4/+4
* Add mutex locking for many-reader/1-writerKarl Williamson2020-11-261-0/+9
* perlapi: Document UVf, as deprecatedKarl Williamson2020-11-231-1/+7
* Document dTHXa, dTHXoaKarl Williamson2020-11-211-0/+11
* Document NUM2PTRKarl Williamson2020-11-211-0/+8
* perlapi: Document memzeroKarl Williamson2020-11-181-0/+6
* Remove PERLIO_FUNCS_CONSTKarl Williamson2020-11-181-3/+0
* perlapi: Document Perlacos and similarKarl Williamson2020-11-111-0/+35
* Add a few helpers to B for INVLISTNicolas R2020-11-101-0/+1