summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The choice of 7 or 13 byte extended UTF-8 should be based on UVSIZE.Nicholas Clark2013-09-172-7/+5
* Use IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats in pack.Nicholas Clark2013-09-173-12/+11
* Use IVSIZE not HAS_QUAD to enable "long long" formats in sv_vcatpvfn_flags().Nicholas Clark2013-09-171-8/+8
* Atari FreeMiNT: MiNT does not have .exe for _exeH.Merijn Brand2013-09-171-1/+4
* perldelta - Correction to new Win32 entry in Platform-Specific NotesSteve Hay2013-09-171-7/+1
* perldelta for #119857Christian Millour2013-09-171-0/+10
* add reference to maintenance branches in perlpolicyChristian Millour2013-09-171-1/+2
* perldelta - Document two new test scriptsSteve Hay2013-09-171-2/+12
* perldelta for d4c027436fTony Cook2013-09-171-0/+5
* [perl #85228] stop $!=EINVAL; waitpid(0,0) from loopingTony Cook2013-09-173-3/+50
* [perl #119097] Test that print() is not returning EINTRTony Cook2013-09-172-0/+96
|\
| * Fixing eintr_print.t intermittent hangVictor2013-09-171-3/+11
| * Test that print() is not returning EINTR.Victor2013-09-172-0/+88
|/
* [perl #119857] make win32_link and win32_rename raise ENOSPC and EDQUOT when ...Tony Cook2013-09-172-0/+13
|\
| * add Christian Millour to AUTHORSTony Cook2013-09-171-0/+1
| * make win32_link and win32_rename raise ENOSPC and EDQUOT when appropriateChristian Millour2013-09-171-0/+12
|/
* perldelta for 3f40aba3 Merge branch 'ebcdic' into bleadKarl Williamson2013-09-161-1/+25
* perlapi: Typos; clarify commentKarl Williamson2013-09-161-4/+6
* regexec.c: Reorder cases in switch to eliminate a gotoKarl Williamson2013-09-161-4/+2
* Earlier safety check for @INC entry in pp_require.Craig A. Berry2013-09-162-1/+3
* skip lib/ExtUtils/t/Embed.t when cross-compilingFrançois Perrad2013-09-171-0/+4
* perldelta - A couple more corrections to recent additionsSteve Hay2013-09-161-7/+19
* Note that the USE_64_BIT_INT build option is not supported with MSVC++ 6.0Steve Hay2013-09-163-1/+19
* perldelta - Remove spurious New Errors entriesSteve Hay2013-09-161-32/+0
* Tweak B::Concise tests following OPpCONST_FOLDED removalFather Chrysostomos2013-09-161-18/+31
* Fix minor flagging bug in op.c:fold_constantsFather Chrysostomos2013-09-161-1/+1
* Alphabetise perldiagFather Chrysostomos2013-09-161-17/+17
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-165-10/+7
* Make B::OP::slabbed, folded, etc. actually workFather Chrysostomos2013-09-161-1/+1
* perldelta for ea95436966Steve Hay2013-09-161-0/+52
* Merge branch 'errno' into bleadSteve Hay2013-09-1614-244/+532
|\
| * Silence noise from Errno_pm.PL on WindowsSteve Hay2013-09-161-1/+1
| * Fix the #include of winsock2.h in win32/include/sys/errno2.hSteve Hay2013-09-163-7/+21
| * We need winsock2.h for WSAECANCELLED in errno2.hSteve Hay2013-09-161-1/+1
| * Clarify a comment in errno2.hSteve Hay2013-09-161-1/+2
| * Add more errno.h constants to POSIX for exporting if they existSteve Hay2013-09-164-44/+50
| * Fix Windows build for compilers other than VC10+Steve Hay2013-09-163-2/+16
| * Simplify errno2.h slightlySteve Hay2013-09-162-99/+92
| * Fix stringification of $! in VC10+ builds where errno > sys_nerrSteve Hay2013-09-163-10/+126
| * Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-164-17/+42
| * Fix IO::Socket::connect() in the light of $! changesSteve Hay2013-09-161-3/+5
| * Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-168-194/+311
|/
* Regenerate Configure and chainsaw voidflagsH.Merijn Brand2013-09-1625-515/+143
* Merge changes which eliminate VOIDFLAGS and VOIDUSED from active code.Nicholas Clark2013-09-163-14/+2
|\
| * Eliminate the use of voidflags from Configure's pointer size determination.Brian Fraser2013-09-161-6/+1
| * Eliminate the only use of VOIDFLAGS, as part of STMT_START in perl.hNicholas Clark2013-09-161-1/+1
| * Stop using VOIDUSED in the headers.Nicholas Clark2013-09-162-7/+0
|/
* Remove the hints for Kubota Pacific's Titan 3000 Series Machines.Nicholas Clark2013-09-162-39/+0
* perldelta for b92a42763Tony Cook2013-09-161-0/+10
* [perl #77680] document list of special subs in perlsubTony Cook2013-09-166-4/+83
|\