summaryrefslogtreecommitdiff
path: root/cygwin/cygwin.c
Commit message (Expand)AuthorAgeFilesLines
* cygwin.c: Fold two similar code paths into oneKarl Williamson2023-02-081-13/+14
* cygwin.c: Add comments, branch predictionKarl Williamson2023-02-081-3/+3
* cygwin.c: Add utf8_to_wide_extra_len()Karl Williamson2023-02-081-21/+27
* cygwin: Convert to use utf8_to_utf16()Karl Williamson2023-02-081-12/+7
* cygwin.c: Fold two nearly identical functions into oneKarl Williamson2023-02-081-98/+53
* cygwin.c: Change a size_t value from int to STRLENKarl Williamson2023-02-081-1/+1
* cygwin.c: Use SvPVx in both placesKarl Williamson2023-02-081-1/+1
* cygwin.c: Refactor some expressionsKarl Williamson2023-02-081-4/+4
* cygwin.c: Change variable namesKarl Williamson2023-02-081-53/+53
* cygwin.c: Narrow scope of setlocaleKarl Williamson2023-02-081-10/+12
* cygwin.c: Call wide_to_utf8()Karl Williamson2023-02-081-12/+5
* cygwin.c: Change wide_to_utf8() to call utf16_to_utf8()Karl Williamson2023-02-081-17/+5
* cygwin.c: Remove memory leaksKarl Williamson2023-02-081-0/+6
* cygwin.c: Remove misleading commentsKarl Williamson2023-02-081-6/+2
* cygwin.c: Use mnemonic instead of repeating exprKarl Williamson2023-02-081-8/+10
* Don't use POSIX 2008 locales on cygwinKarl Williamson2022-08-111-0/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-200/+200
* Fix cygwin buildKarl Williamson2020-12-081-8/+8
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-4/+0
* Fix cygwin Perl_utf16_to_utf8 parameter typesDagfinn Ilmari Mannsåker2020-06-181-2/+2
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-261-1/+1
* Change bug URL from http://rt.perl.org to https://rt.perl.orgMax Maischein2019-10-111-1/+1
* cygwin.c: Fix misleading indentationKarl Williamson2019-05-241-2/+2
* make exec keep its argument list more reliablyZefram2017-12-141-10/+18
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-2/+2
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-4/+4
* PATCH: [perl #127708] segfault in "$!" in threadsKarl Williamson2016-04-091-4/+37
* avoid a "FILE" name conflict with cygwin's wchar.hTony Cook2014-02-181-0/+1
* Removed the ifdefs for INCOMPLETE_TAINTSBrian Fraser2013-09-211-2/+0
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-4/+4
* Fix Cygwin build warningsJerry D. Hedden2012-08-301-3/+3
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-3/+3
* add Cygwin::sync_winenv [perl #110190]Reini Urban2012-02-091-0/+3
* CYG17 utf8 pathsReini Urban2012-01-241-34/+218
* Fix -Wwrite-string warnings in cygwin.cJerry D. Hedden" (via RT)2010-08-251-5/+8
* Fix cygwin.c againJerry D. Hedden2007-12-221-2/+2
* const'ing in cygwin.cJerry D. Hedden2007-12-211-2/+3
* /cygdrive is configurableJerry D. Hedden2007-10-021-10/+13
* Following Jan's advice, remove Cygwin::is_textmount(),Rafael Garcia-Suarez2007-08-311-15/+0
* Get Cwd->cwd() to work under CygwinJerry D. Hedden2007-08-201-1/+4
* Cygwin::mount_table, Cygwin::mount_flagsReini Urban2007-08-141-0/+73
* cygwin path conversions, take 4Reini Urban2007-07-091-2/+99
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-6/+11
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-0/+7
* alloca () might end up unreferenced during linking.H.Merijn Brand2007-01-311-0/+1
* Changes to get perl to compile with g++ on Cygwin. Some additionalSteve Peters2006-10-301-4/+1
* fix wrong pool error in cygwin buildYitzchak Scott-Thoennes2005-11-271-1/+1
* quiet a few warningsYitzchak Scott-Thoennes2005-09-231-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Re: blead attribute warnings, cygwin + gcc 3.4.1Yitzchak Scott-Thoennes2005-06-061-6/+12