summaryrefslogtreecommitdiff
path: root/unixish.h
Commit message (Expand)AuthorAgeFilesLines
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-1/+1
* Unixish.h, doshish.h: Reorder terminations; simplifyKarl Williamson2022-07-251-16/+22
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-2/+2
* Add mutex for accessing ENVKarl Williamson2020-03-111-1/+3
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-2/+2
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-7/+8
* (perl #126228) partly revert 8cc95fdb and fix a3c8358cTony Cook2017-01-191-1/+1
* Add locale mutexKarl Williamson2016-04-091-6/+8
* amigaos4: whitespace onlyAndy Broad2015-09-161-2/+2
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-1/+1
* amigaos4: declare the amigaos protos in amigaos.hAndy Broad2015-09-161-3/+0
* amigaos4: use afstat for fstatAndy Broad2015-09-051-1/+10
* amigaos4: use our own environ implementationAndy Broad2015-09-051-2/+3
* amigaos4: PERL_SYS_INIT_BODY and PERL_SYS_TERM_BODYAndy Broad2015-09-051-0/+10
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* add wrap_op_checker() API functionZefram2012-02-111-1/+2
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+9
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* extend PL_veto_cleanup to all platformsDave Mitchell2007-09-251-3/+1
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-4/+4
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-151-1/+5
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-2/+2
* Semicolon consistency between PERL_FPU_INIT and the other INITs.Nicholas Clark2006-10-211-1/+1
* Add PERLIO_INIT to PERL_SYS_INIT.Nicholas Clark2006-10-211-1/+2
* Always defining PERLIO_TERM, even if it's empty, makes for a simplerNicholas Clark2006-10-211-4/+0
* More leak fixes, by JarkkoRafael Garcia-Suarez2006-10-201-1/+5
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-0/+2
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-1/+1
* Remove incorrect guards around inclusion of <signal.h>Alan Burlison2003-12-151-2/+0
* Modify the common guard for the signal.h header, becauseAlan Burlison2003-12-121-1/+1
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-1/+1
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-1/+1
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-1/+1
* Noticed by John P. Linderman.Jarkko Hietaniemi2003-05-231-5/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* OpenBSD likes signal.h Richard Soderberg2001-10-301-1/+1
* -Wall cleanups: unixish.hRichard Soderberg2001-08-011-1/+1
* Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.Jarkko Hietaniemi2001-06-241-17/+1
* In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().Jarkko Hietaniemi2001-06-231-1/+5
* cygwin portFifer, Eric2000-11-071-5/+1
* Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) definesJarkko Hietaniemi2000-10-031-0/+3
* microperl nits from Simon Cozens.Jarkko Hietaniemi2000-06-011-1/+1
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-0/+4
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-1/+1
* fpsetmask() needs include on freebsd (from Slaven RezicGurusamy Sarathy2000-03-041-0/+3