summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [REPATCH universal.c] Make sv_derived_from Documentation Clearerchromatic2006-05-152-6/+6
* S_reguni should return its lengthAndy Lester2006-05-154-16/+11
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-155-30/+108
* TEST needs to binmode the file handle that is reading the TAP, else itNicholas Clark2006-05-141-0/+5
* Upgrade to Test::Harness 2.58.Nicholas Clark2006-05-141-2/+2
* A Configure probe for C99 variadic macros, based on code from Jarkko.Nicholas Clark2006-05-1314-0/+64
* Only ask about MAD for 5.9.0 and greater. Otherwise silently selectNicholas Clark2006-05-131-7/+12
* t/uni/overload.tJarkko Hietaniemi2006-05-131-24/+26
* sv.c: printf %d wants int not size_tJarkko Hietaniemi2006-05-131-2/+3
* Can't do require Foo if $tainted; because taint tunnels.Nicholas Clark2006-05-131-2/+7
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-1212-139/+156
* AW: question on "len item/string item" with unpack()Peter Dintelmann2006-05-121-12/+15
* upgrade bytes_to_uniAndy Lester2006-05-124-11/+20
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-125-12/+17
* The upgrade/croak order in Perl_sv_utf8_encode() seemed utterlyNicholas Clark2006-05-121-1/+1
* Upgrade to Tie::RefHash 1.34, by Yuval KogmanRafael Garcia-Suarez2006-05-126-41/+210
* Speed up utf8.c a bitAndy Lester2006-05-121-8/+6
* Fixing embed.fncAndy Lester2006-05-122-3/+2
* Threads and signals. Delicious. Tweak change 28168 to add a localNicholas Clark2006-05-121-1/+6
* Better unsafe signals info in threads.pmJerry D. Hedden2006-05-121-9/+26
* Fix concise-xs.t following the changes to B::Deparse.Nicholas Clark2006-05-121-2/+2
* Tk spots that S_glob_2pv might be called from *_nolen, so we need toNicholas Clark2006-05-111-1/+3
* Thread signalling [REVISED]Jerry D. Hedden2006-05-116-8/+394
* Deparse state variables.Rafael Garcia-Suarez2006-05-111-10/+16
* Adding a mention of STDIN processing by qx// as requested by Steve Peters2006-05-111-0/+9
* Add -fno-delete-null-pointer-checks to ccflags on Itaniums when Steve Peters2006-05-101-1/+11
* Upgrade to Encode-2.17Steve Peters2006-05-103-3/+14
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-102-11/+61
* Convert use.t to an inlined is/isnt/like implementation, to give betterNicholas Clark2006-05-101-116/+95
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-105-9/+37
* Change 28145 means that Perl_allocmy() can take a const char *name.Nicholas Clark2006-05-093-3/+3
* Simplify the non-printable name error reporting code in Perl_allocmy().Nicholas Clark2006-05-091-23/+4
* In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we knowNicholas Clark2006-05-091-5/+8
* Gv_AMupdate() always creates magic, so mg can never be NULL.Nicholas Clark2006-05-091-0/+1
* Two signed array indicies that Coverity spots should be unsigned.Nicholas Clark2006-05-091-2/+2
* Ressurect change 27824, which plugs a resource leak in uncalled code.Nicholas Clark2006-05-091-1/+6
* wince crosscompile patch for 28132Vadim Konovalov2006-05-096-8/+20
* POD fixesRafael Garcia-Suarez2006-05-095-14/+23
* Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.plDavid Landgren2006-05-091-6/+11
* Fix another Coverity problem by adding an assert that says thatRafael Garcia-Suarez2006-05-091-0/+1
* Fix a logic error in conditional found by CoverityRafael Garcia-Suarez2006-05-091-3/+4
* allow exit during fold_constantsDave Mitchell2006-05-091-1/+6
* 'threads' patch to fix threaded build on Win32Jerry D. Hedden2006-05-094-22/+22
* perlop.pod doc patch: I/O operatorsAsh Berlin2006-05-091-2/+2
* PERL_MEM_LOG enhancementsJarkko Hietaniemi2006-05-091-22/+186
* [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.plDavid Landgren2006-05-082-162/+149
* Rename lib/Text/Balanced/t/00.load.t to Steve Peters2006-05-083-2/+10
* Version bump and typo fix from change #28125.Steve Peters2006-05-081-2/+2
* Rollback two changes in Text::Balanced which cause test failures in theSteve Peters2006-05-082-31/+56
* Upgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 asSteve Peters2006-05-0814-188/+236