summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests for mX?PUSH[inup] macros.Steve Hay2004-05-055-0/+106
* Problem with h2xsDavid Cannings2004-05-051-0/+2
* [perl #29340] Bizarre copy of ARRAYDave Mitchell2004-05-042-1/+14
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-045-25/+143
* Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)Marcus Holland-Moritz2004-05-041-11/+11
* add test for change #22746 ([perl #29102] Crash on assign to lex fh)Dave Mitchell2004-05-031-1/+5
* add test for change #22776 ("open m" crashes Perl)Dave Mitchell2004-05-031-1/+6
* [perl #28986] perl -e "open m" crashes PerlDave Mitchell2004-05-031-2/+2
* [perl #29127] scalar delete of empty slice returned garbageDave Mitchell2004-05-032-2/+13
* [perl #28938] split could leave an array without &PL_sv_undefDave Mitchell2004-05-032-2/+15
* Re: "fuzzy" in mktablesJarkko Hietaniemi2004-05-031-0/+10
* remove spurious intentation in utf8_pva.plDave Mitchell2004-05-031-38/+38
* ensure that utf8 Perl code magically called from a regex localizes $.Dave Mitchell2004-05-031-1/+2
* Integrate:Nicholas Clark2004-05-032-2/+5
* [perl #29073] Reference to incorrect method in documentation ofbob@starlabs.net2004-05-031-2/+2
* It seems daft to me that we have a synopis example that will fail ifNicholas Clark2004-05-021-2/+2
* Ensure that perforce understands that the debuggers are now as one.Nicholas Clark2004-05-020-0/+0
* Make t/uni/class.t pass on case insensitive file systemsNicholas Clark2004-05-021-13/+26
* Save some repeated strlen()s in Perl_swash_initNicholas Clark2004-05-021-4/+7
* And that same fool forgot to add the not-really-needed "fuzzy" versionsNicholas Clark2004-05-013-0/+62
* Some fool removed lib/unicore/ArabicShaping.txt in change 22760Nicholas Clark2004-05-011-0/+1
* Avoid mktables generating Sterm.pl and Sterm.pl in the same directoryNicholas Clark2004-05-017-19/+17
* Remove the no-longer autogenerated Unicode filesNicholas Clark2004-05-01323-21147/+0
* mktables requires post 5.005Nicholas Clark2004-05-011-0/+1
* disable problematical 'uninitialized value' warning testsDave Mitchell2004-04-301-12/+4
* Follow-up to previous patch: the mX?PUSH[inup] macrosRafael Garcia-Suarez2004-04-302-44/+44
* Document limitations in PUSHi et al macros and add new mPUSHi et al macrosSteve Hay2004-04-303-33/+269
* Fix 29149 - another UTF8 cache bug hit by substr.SADAHIRO Tomoyuki2004-04-292-3/+21
* More unpack cleanups.Marcus Holland-Moritz2004-04-291-19/+13
* CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.Marcus Holland-Moritz2004-04-292-14/+2
* The openbsd 64-bit test should use $uquadtype ratherMarcus Holland-Moritz2004-04-291-1/+3
* Update to Test.pm 1.25 (from SBURKE).Abhijit Menon-Sen2004-04-294-94/+422
* When configuring for 64-bit support, check that theMarcus Holland-Moritz2004-04-281-0/+57
* Fix for [perl #28963]: find2perl was sometimes generatingRafael Garcia-Suarez2004-04-281-1/+3
* Add diagnostics section to base.pmJos I. Boumans2004-04-281-1/+12
* [perl #29033] typo in description of sleep in documentation of POSIX module bob@starlabs.net2004-04-281-1/+1
* fix a coredump caused by rv2gv not fully converting a PV to an RVDave Mitchell2004-04-271-0/+6
* Cleanup variables in S_(un)pack_rec().Marcus Holland-Moritz2004-04-271-117/+116
* candidate for TR18 complianceJeff Pinyan2004-04-27423-349/+21146
* usemallocwrap works on AIX, but not with vac-5H.Merijn Brand2004-04-262-5/+10
* fix 64-bit casting error in change 22741 (uninit var warnings)Dave Mitchell2004-04-241-1/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-2334-148/+1939
* unfork the debugger (patch for 5.9.x)Richard Foley2004-04-231-2307/+2556
* Ooops. Forgot to update pod.lst, and all that ensues with thatNicholas Clark2004-04-236-141/+176
* Integrate:Jarkko Hietaniemi2004-04-233-0/+265
* Where to find nmake for windowsAbe Timmerman2004-04-232-2/+2
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-2310-144/+1469
* Missing copyright in the README.Rafael Garcia-Suarez2004-04-221-1/+1
* [perl #28456] Typo in perlipc man page, and suggestions for sameAxel Boldt2004-04-211-1/+1
* Punt the "reporting bugs" section to the top.Nicholas Clark2004-04-211-30/+53