summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hateful cAsE iNsEnSiTiVe file systemsNicholas Clark2004-11-271-1/+1
* Put Config.pm on a diet. 3K rather than 32KNicholas Clark2004-11-275-36/+82
* Clarify the return values of pos, particularly 0 and undef, asNicholas Clark2004-11-271-3/+8
* Document the interaction of PERL_USE_SAVE_PUTENV andNicholas Clark2004-11-271-0/+13
* [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage Steve Peters2004-11-261-1/+2
* Freak out if h2ph has to translate a macro that contains assembly code.Rafael Garcia-Suarez2004-11-261-0/+1
* Doc nit for B::LintAndy Lester2004-11-261-9/+10
* The change to the internal representation introduced a bug wherebyNicholas Clark2004-11-262-12/+16
* Make configpm and the generated Config.pm strict and warningsNicholas Clark2004-11-261-10/+22
* Fix Win32 breakage caused by changes 23535/23542.Steve Hay2004-11-261-1/+1
* Generate the virtual entries at Config.pm build time, as theyNicholas Clark2004-11-252-52/+36
* Cheat. (Add a leading newline, and so remove all the specialNicholas Clark2004-11-251-28/+27
* Add an exists test for the things we loop overNicholas Clark2004-11-251-0/+2
* The first entry in the virtual config.sh is special cased. SoNicholas Clark2004-11-251-2/+10
* Make $Config{libs_nolargefiles} andNicholas Clark2004-11-252-3/+4
* Test the currently working virtual %Config entriesNicholas Clark2004-11-251-6/+16
* RC1 pod fix #anchorStas Bekman2004-11-241-1/+1
* [patch pod/perlipc] use POSIX; w/o () is a bad ideaStas Bekman2004-11-241-4/+9
* [perl #3242] [PATCH]No error on assignment to $> Steve Peters2004-11-241-3/+9
* Wrap some long linesNicholas Clark2004-11-241-4/+8
* Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong valueRafael Garcia-Suarez2004-11-232-2/+5
* Re: [perl #32486] error in documentation for POSIX::pipeMichael G. Schwern2004-11-231-3/+3
* [perl #3422] [PATCH] CHECK routine called after syntax error Steve Peters2004-11-231-0/+2
* warnings.t portability tweaksCraig A. Berry2004-11-232-10/+27
* Assimilate Test-Simple 0.50Nicholas Clark2004-11-2035-270/+1079
* genuine possible buffer problems spotted by flawfinderNicholas Clark2004-11-202-6/+3
* Make "err" a weak keyword;Rafael Garcia-Suarez2004-11-192-1/+23
* [perl #32486] error in documentation for POSIX::pipe Chris Lightfoot2004-11-191-2/+2
* Bump version numberNicholas Clark2004-11-181-1/+1
* Remaining nit in the deparsing of reversed foreach loopsRafael Garcia-Suarez2004-11-182-2/+6
* Fix deparsing of reversed foreach loops,Rafael Garcia-Suarez2004-11-182-4/+11
* Fix deparsing of reversed sort and descending sorts,Rafael Garcia-Suarez2004-11-182-10/+31
* [perl #28929] File::Find follow_fast => 1 loses dangling symlink Steve Peters2004-11-172-13/+23
* PerlFAQ sync.Rafael Garcia-Suarez2004-11-174-25/+55
* Fix a couple of typos.Rafael Garcia-Suarez2004-11-172-2/+2
* SuSE's perl safe_putenf diffMichael Schroeder2004-11-177-4/+19
* perl5db.pl POD cleanupAudrey Tang2004-11-171-131/+229
* Allow more tries for t/op/time.t test 2.Andy Dougherty2004-11-171-3/+3
* Make all scripts run by regen.pl write output with UNIX style EOL's.Steve Hay2004-11-166-0/+16
* s/hierachy/hierarchy/Larry Shatzer Jr.2004-11-163-4/+4
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-167-13/+38
* Add the minitest target to vms buildsystemAbe Timmerman2004-11-142-2/+16
* [perl #32400] Unnecessary warning from constant.pm Anno Siegel2004-11-122-7/+11
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-1218-24/+24
* Small documentation fix to ExtUtils::ConstantSteve Peters2004-11-121-1/+1
* Add some descriptive text from Larry to op.c on how optrees are builtDave Mitchell2004-11-121-2/+37
* Replace a skip by a todo.Yitzchak Scott-Thoennes2004-11-101-3/+3
* Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64in...Yitzchak Scott-Thoennes2004-11-101-1/+7
* Adjust test count for non-windows machinesRafael Garcia-Suarez2004-11-091-1/+1
* fix IO::File to support binmodeJos I. Boumans2004-11-093-0/+72