summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Cwd 2.20Rafael Garcia-Suarez2004-07-226-7/+61
* Sort perldiag.Rafael Garcia-Suarez2004-07-221-50/+50
* Re: "Too late for -T" could be more descriptiveJim Cromie2004-07-225-23/+35
* Email change for Steffen Mueller.Rafael Garcia-Suarez2004-07-221-1/+1
* Grammar fix by Paul Johnson.Rafael Garcia-Suarez2004-07-221-1/+1
* Config::config_re and config_sh would report the byteorder as 'ffff'Nicholas Clark2004-07-222-38/+53
* Mention common dynaloader errors in perldiag.podJos I. Boumans2004-07-211-0/+16
* Re: [perl #30688] Empty slice arg with ($;$) prototypeRick Delaney2004-07-212-3/+12
* [perl #30609] [PATCH] BigInt v1.71 - first tryTels2004-07-1912-128/+144
* Turn 2 strcpy()s into memcpy() because we know the length.Nicholas Clark2004-07-191-2/+2
* Clarify that it's only Mac OS *Classic* that uses 1904 - OS X usesNicholas Clark2004-07-161-3/+4
* Typo fix from Julian Gilbey, forwarded upstream from Debian byNicholas Clark2004-07-161-2/+2
* Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().Steve Hay2004-07-161-11/+30
* glob('*.c') to find documentation is dangerous when run in uncleanNicholas Clark2004-07-161-2/+10
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-166-26/+88
* Rebuild perlapi.podNicholas Clark2004-07-161-21/+23
* Be sure HP-UX' ANSI C compiler's PATH is found *before*H.Merijn Brand2004-07-161-2/+2
* oslevel can fail on AIX, but the output generated would confuseNicholas Clark2004-07-161-1/+3
* Some calls to PerlMemShared_alloc() aren't checking the return value.Nicholas Clark2004-07-162-0/+16
* threads.xs doesn't check the return value of the thread creationNicholas Clark2004-07-152-7/+30
* Assimilate Cwd 2.19Nicholas Clark2004-07-153-3/+7
* Trailing semi-colon are not allowed on #ifdef's in ANSIH.Merijn Brand2004-07-151-1/+1
* Abigail notes that a re-entrant regexp engine is a todoNicholas Clark2004-07-151-0/+5
* for (reverse @foo) now iterates in reverse in place.Nicholas Clark2004-07-153-11/+11
* Optimise for (reverse ...)Nicholas Clark2004-07-151-5/+6
* Now optimising for $a (reverse ...)Nicholas Clark2004-07-151-3/+22
* The optrees for C<for $_ (...)> and C<for (...)> differ, so even moreNicholas Clark2004-07-151-1/+110
* This seems to be needed to get COW working on Win32Nicholas Clark2004-07-151-2/+4
* "That's the way to do it"Nicholas Clark2004-07-142-6/+6
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-145-10/+106
* split doc clarificationYitzchak Scott-Thoennes2004-07-141-1/+1
* Numeric comparison operators mustn't compare addresses of referencesNicholas Clark2004-07-143-13/+49
* Lots of tests for for reverse ...Nicholas Clark2004-07-141-1/+254
* Some thoughts on foreach reverseNicholas Clark2004-07-131-0/+4
* s/sort/split/; - my mistake spotted by Dave.Nicholas Clark2004-07-131-1/+1
* Optimise list context reverse sort to reverse as part of the sort opNicholas Clark2004-07-132-24/+47
* Work around evil compiler bug on OS X. (Sucks all memory)Nicholas Clark2004-07-131-2/+10
* check that reverse (sort (@a), @b) etc work.Nicholas Clark2004-07-131-7/+10
* Check that non-optimimisable sort comparisons work when reversedNicholas Clark2004-07-131-2/+54
* Test reverse sort as the return from a function in list and scalarNicholas Clark2004-07-131-1/+56
* Also test reverse sort in scalar contextNicholas Clark2004-07-131-1/+27
* A proper, working, stable optimisation for sort {$b cmp $a}Nicholas Clark2004-07-134-24/+93
* Tweak to change #23089, as suggested by Tim BunceRafael Garcia-Suarez2004-07-131-1/+1
* Generalised "how many in list context" would be usefulNicholas Clark2004-07-131-0/+8
* The current optimisation for sort {$b cmp $a} is bogus now that weNicholas Clark2004-07-134-16/+153
* Re: [perl #30568] splice generates undef? [PATCH]LAUN Wolfgang2004-07-132-9/+42
* Check each line of config_re output.Nicholas Clark2004-07-131-4/+5
* no_plan support in test.plNicholas Clark2004-07-131-3/+13
* Re: debugger 'R'estart and open database connectionsAndrew Pimlott2004-07-131-0/+18
* was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warningJohn Peacock2004-07-133-3/+5