summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Un-TODO a fixed testYves Orton2005-12-191-1/+1
* TODO-SKIP tests must be "not ok", or else the test harness will thinkYves Orton2005-12-191-1/+1
* Make script embedded in patchlevel.h work on win32.Yves Orton2005-12-181-0/+1
* Two test workarounds for VMSCraig A. Berry2005-12-182-8/+12
* Add some paranoia to check that GP accesses aren't being done on theNicholas Clark2005-12-171-1/+8
* Upgrade to Time-HiRes-1.86Steve Peters2005-12-173-5/+12
* Two it's => its grammar fixes.Nicholas Clark2005-12-172-2/+2
* Move and const some definitions of variables used to save errno.Nicholas Clark2005-12-172-12/+12
* Add t/op/negate.t to MANIFEST.Nicholas Clark2005-12-171-0/+1
* Pull the definition of olderrno in sv_2pv_flags into the block whereNicholas Clark2005-12-171-2/+2
* Correct typo in Time::HiRes tests introduced by patch 26383Dominic Dunlop2005-12-171-1/+1
* Fix a typo and add some clarification to change #26387.Steve Peters2005-12-171-4/+4
* Addition documentation explaining aritmetic negation on strings. Also,Steve Peters2005-12-172-1/+36
* The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.Nicholas Clark2005-12-171-4/+1
* The THINKFIRST check after the GMAGICAL check in sv_2iv_flags andNicholas Clark2005-12-171-4/+2
* Fix for ext/POSIX/t/time.t so the strftime() test works on systemsSteve Peters2005-12-171-6/+2
* Upgrade to Time-HiRes-1.85Steve Peters2005-12-177-87/+402
* Typo fixes from Robin Houston inNicholas Clark2005-12-161-2/+2
* s/Nullhv/NULL/g;Nicholas Clark2005-12-1612-25/+25
* s/Nullav/NULL/gNicholas Clark2005-12-1611-30/+30
* RE: PeekMessage() call in win32\win32.c win32_async_checkJan Dubois2005-12-164-103/+190
* Perl_sv_dup should be allocating bodies based on *size*, not theNicholas Clark2005-12-161-2/+2
* comp/require.t exits early for the case of UTF-8 or EBCDIC, so need toNicholas Clark2005-12-161-11/+14
* change #26373 broke threaded builds (aTHX_ now superfluous)Dave Mitchell2005-12-151-5/+5
* Added test for change #26373.Steve Peters2005-12-151-2/+13
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-153-4/+28
* Prevent require() from attempting to open directories and block Steve Peters2005-12-154-5/+30
* Use PL_op_desc rather than literal strings in pp_ioctlNicholas Clark2005-12-151-1/+1
* Expand the comment describing the intent of change 26370, and how itNicholas Clark2005-12-151-1/+12
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-153-15/+22
* In Perl_apply, the name of the op can be found from PL_op_name, insteadNicholas Clark2005-12-151-8/+3
* More general fix for bug [perl #37915]Rafael Garcia-Suarez2005-12-151-2/+5
* [perl #37915] Bad select error handling in Net::Ping alexander_bluhm@genua.de2005-12-151-2/+2
* Silence test output to STDERRGisle Aas2005-12-151-1/+1
* Re: [perl #37897] sprintf of version objectsJohn Peacock2005-12-152-14/+29
* Some cleanups by Jarkko (and one by myself) to check83.plRafael Garcia-Suarez2005-12-151-6/+10
* On VMS, put pods in [.lib.pods] rather than [.lib.pod]Craig A. Berry2005-12-153-490/+490
* Reverting change #26360 and #26361 since it appears that the bugs ISteve Peters2005-12-151-1/+0
* Again, FREETMPS not SAVETMPS!Steve Peters2005-12-151-1/+1
* Add a missing FREETMPS to match up with a SAVETMPS. This changeSteve Peters2005-12-151-0/+1
* Upgrade to Getopt-Long-2.35Steve Peters2005-12-151-23/+32
* Using the system's utime() requires a patch to vms/vmsish.hCraig A. Berry2005-12-141-7/+0
* lib/Pod/t/man.t should use TODO with not ok to express its intentionsNicholas Clark2005-12-141-1/+1
* Duplicate the AMAGIC temporary variable consting from sv_2iv_flags intoNicholas Clark2005-12-141-33/+39
* Simplify the SvGMAGIC code in sv_[ipu]v_flags.Nicholas Clark2005-12-141-29/+18
* Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks toNicholas Clark2005-12-141-12/+9
* The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need toNicholas Clark2005-12-141-9/+6
* forgot to add new file to change #26350Dave Mitchell2005-12-141-0/+134
* [perl #37919] Blessed scalar refs with threads::shared Jerry D. Hedden2005-12-142-0/+8
* Fix compilation error when building with -DPERL_MEM_LOG_STDERRSteve Hay2005-12-141-1/+1