summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a Configure question for mad (Misc Attribute Decoration - Larry'sNicholas Clark2006-03-0716-0/+49
* Two more TODOs for those with C knowledge.Nicholas Clark2006-03-071-0/+25
* Remove the #define - ARENASETS are always on now.Nicholas Clark2006-03-072-41/+1
* TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.htmlNicholas Clark2006-03-071-5/+4
* This looks like a memory leak.Rafael Garcia-Suarez2006-03-071-0/+1
* $[ = 2 should not warn.Rafael Garcia-Suarez2006-03-072-1/+5
* Fix lib/Module/Build/t/compat.tSteve Hay2006-03-071-1/+1
* Make report on bad filenames easier to readRafael Garcia-Suarez2006-03-071-2/+2
* FAQ sync. (FAQ now moved to svn)Rafael Garcia-Suarez2006-03-0710-389/+498
* Upgrade to PathTools-3.17Steve Peters2006-03-074-9/+25
* Re: [PATCH] Removed a redundant o->op_typePaul Johnson2006-03-061-1/+0
* Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zeroMarcus Holland-Moritz2006-03-061-4/+13
* Update David Dyck's e-mail address.Nicholas Clark2006-03-062-1/+2
* Add all new utilities in the perlutil man page.Rafael Garcia-Suarez2006-03-061-8/+101
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-0659-9/+15571
* Upgrade to Archive::Tar 1.29Rafael Garcia-Suarez2006-03-064-51/+138
* Add and remove files forgotten in change #27384Rafael Garcia-Suarez2006-03-06112-33603/+1646
* PATCH: 2 vms specific build files in perl @ 27383Peter Prymmer2006-03-062-21/+23
* Re: threads and VMSJohn E. Malmberg2006-03-061-62/+60
* Compress::ZlibPaul Marquess2006-03-06157-1273/+38530
* Change 27380 (HEK into the IV union failed to convert the code in theNicholas Clark2006-03-051-1/+1
* Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADDNicholas Clark2006-03-053-3/+9
* Change hv_name_set to take U32 length and flags parameters.Nicholas Clark2006-03-053-3/+6
* Move the GvNAME HEK into the IV union - every GV is now 1 pointerNicholas Clark2006-03-056-7/+24
* Use a HEK to store the GV's name, rather than a malloc()ed string.Nicholas Clark2006-03-054-22/+25
* Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.Nicholas Clark2006-03-051-1/+3
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-057-19/+39
* Re: threads and VMSJohn E. Malmberg2006-03-051-1/+1
* patch@27373 VMS build fix + more long pathname stuffJohn E. Malmberg2006-03-041-12/+28
* Re: [PATCH] include configure.com in Porting/checkcfgvar.plAbe Timmerman2006-03-042-5/+3
* Add d_builtin_choose_expr and d_builtin_expect to configure.com asSteve Peters2006-03-031-0/+2
* Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR andSteve Peters2006-03-038-0/+49
* include configure.com in Porting/checkcfgvar.plAbe Timmerman2006-03-031-1/+8
* Support for __builtin_expect and __builtin_choose_exprAndy Lester2006-03-034-70/+166
* Re: [perl #38657] -d:Foo=bar broke in 5.8.8Jarkko Hietaniemi2006-03-032-3/+14
* #27363 broke HP-UX (and others). if [[ ... ]] syntax not supportedH.Merijn Brand2006-03-031-13/+15
* Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7Jarkko Hietaniemi2006-03-031-1/+16
* Taint handling for runperl:H.Merijn Brand2006-03-021-16/+21
* [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefin...Jason Vas Dias2006-03-022-30/+50
* mgvtbl initializationAndy Lester2006-03-021-5/+45
* Non-null optimizationsAndy Lester2006-03-024-9/+9
* Don't put strings with embedded NULs in the environment.Rafael Garcia-Suarez2006-03-011-1/+3
* Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.Steve Peters2006-03-011-1/+1
* Upgrade to podlators-2.04Steve Peters2006-03-014-6/+152
* Upgrade to assertions-0.03Steve Peters2006-03-015-98/+133
* a buglet in fakesdio.hAnton Berezin2006-03-011-1/+0
* Upgrade to CGI.pm-3.17, but continuing the version bump for Steve Peters2006-03-014-8/+23
* Re: Patch lint for grep { /.../ } and grep /.../,Joshua ben Jore2006-03-012-3/+12
* Silence another VC++ warningSteve Hay2006-02-282-2/+2
* Silence a VC++ warning with DEBUGGING buildsSteve Hay2006-02-281-1/+1