summaryrefslogtreecommitdiff
path: root/dosish.h
Commit message (Expand)AuthorAgeFilesLines
* Unixish.h, doshish.h: Reorder terminations; simplifyKarl Williamson2022-07-251-3/+8
* don't use environ on WindowsTomasz Konojacki2022-05-291-0/+4
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-70/+2
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-4/+0
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-3/+3
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-1/+5
* win32: remove support for disabling USE_LARGE_FILESTomasz Konojacki2020-11-221-5/+1
* Add mutex for accessing ENVKarl Williamson2020-03-111-1/+2
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-2/+0
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-1/+1
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-3/+4
* dosish.h: simplify cpp conditionalsAaron Crane2017-10-211-24/+18
* (perl #126228) partly revert 8cc95fdb and fix a3c8358cTony Cook2017-01-191-1/+1
* Add locale mutexKarl Williamson2016-04-091-3/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-17/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* add wrap_op_checker() API functionZefram2012-02-111-1/+3
* The Borland Chainsaw MassacreSteve Hay2011-09-101-5/+0
* PERL_FS_VER_FMT is only used with the current perl version, which is known atNicholas Clark2009-02-161-1/+6
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+10
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-7/+7
* Add PERLIO_INIT to PERL_SYS_INIT.Nicholas Clark2006-10-211-4/+8
* 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-0/+4
* Define PERL_NO_DEV_RANDOM on WindowsAlex Davies2006-08-071-0/+3
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-1/+1
* Silence warnings about NSIG redefinition on Win32Steve Hay2005-07-201-1/+2
* 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILESNigel Sandever2003-12-281-0/+5
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-3/+3
* Integrate two DJGPP portability patches from the 5.6.2 branch :Rafael Garcia-Suarez2003-08-261-0/+45
* Remove PL_earlytaint since the hash seed codeJarkko Hietaniemi2003-07-041-4/+4
* Move the PL_earlytaint initialization to the PERL_SYS_INIT()Jarkko Hietaniemi2003-06-291-4/+4
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-4/+4
* fix Embed.t failure on windows: PERL_SYS_TERM() is implementedGurusamy Sarathy2003-05-111-1/+4
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* WinCE update from Vadim Konovalov.Jarkko Hietaniemi2003-03-241-1/+4
* 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
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-3/+0
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-0/+4
* NetWare update from C Aditya.Jarkko Hietaniemi2002-04-051-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
* DJGPP tweaks for Laszlo Molnar.Jarkko Hietaniemi2001-09-241-0/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-2/+7
* [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgppPeter J. Farley III2000-10-161-1/+5
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-1/+1