summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * don't blindly set bool=char on linux (from Andy Dougherty)Gurusamy Sarathy2000-02-193-17/+13
| | * some rearrangement of the includes for easier "microperl" build;Gurusamy Sarathy2000-02-197-41/+24
| | * fixes for Pod::Html issues (from Wolfgang LaunGurusamy Sarathy2000-02-191-10/+14
| | * grammos (spotted by Tom Christiansen)Gurusamy Sarathy2000-02-191-3/+3
| | * various xsubpp enhancements that make it easier to use withGurusamy Sarathy2000-02-191-30/+144
| | * s/croak/Perl_croak/Gurusamy Sarathy2000-02-191-1/+1
| | * make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-1910-14/+269
| | * set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-194-6/+31
| | * allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-193-19/+21
| | * s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-194-18/+18
| | * s/byte/bytes/g remnantsGurusamy Sarathy2000-02-192-10/+10
| | * rename byte:: to bytes::Gurusamy Sarathy2000-02-1911-16/+16
| | * English names for $^R and $^SGurusamy Sarathy2000-02-192-0/+8
| | * rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-194-12/+43
| | * fix outdated info about PerlClinic and the bug-tracking systemGurusamy Sarathy2000-02-192-31/+28
| | * some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-195-18/+18
| | * avoid $@-clearing sideeffect of require in CarpGurusamy Sarathy2000-02-181-2/+2
| | * stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
| | * make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-182-17/+71
| | * Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-184-70/+135
| |/
| * fix test that depends on op_dump() outputGurusamy Sarathy2000-02-171-1/+1
| * op_dump() tweakGurusamy Sarathy2000-02-171-2/+0
| * avoid warnings due to redefined NULLGurusamy Sarathy2000-02-161-7/+0
| * integrate cfgperl changes into mainlineGurusamy Sarathy2000-02-1613-85/+191
| |\ | |/ |/|
* | Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-156-37/+60
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-1544-199/+1734
|\ \ | |/
| * update Changes, patchlevelGurusamy Sarathy2000-02-157-28/+496
| * fix change#5104 under useithreadsGurusamy Sarathy2000-02-151-6/+19
| * export list tweak needed by change#5103Gurusamy Sarathy2000-02-151-0/+1
| * add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-1510-37/+178
| * UNIVERSAL::can and UNIVERSAL::isa should return undef whenGurusamy Sarathy2000-02-151-0/+8
| * avoid accidental #line directives (from Rick DelaneyGurusamy Sarathy2000-02-152-9/+20
| * locale guards needed (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-151-0/+4
| * incorrect docs about delete() (spotted by Martyn PearceGurusamy Sarathy2000-02-152-7/+12
| * s/use vars/our/ (from Gisle Aas)Gurusamy Sarathy2000-02-151-1/+1
| * optimize pseudohash slice in array slice at compile time (fromGurusamy Sarathy2000-02-152-1/+65
| * provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-1510-31/+106
| * doc patches from Rick Delaney and Chris Nandor; update Todo-5.6Gurusamy Sarathy2000-02-153-14/+22
| * fix regen_headers target to make all the autogenerated filesGurusamy Sarathy2000-02-151-14/+19
| * fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (fromGurusamy Sarathy2000-02-152-2/+16
| * more complete File::Spec support for Mac and VMS, tests (fromGurusamy Sarathy2000-02-155-53/+762
| * fix incompatibility with bison generated parser (fromGurusamy Sarathy2000-02-151-0/+5
| * propagate st_mode bits to group/other for Borland buildGurusamy Sarathy2000-02-151-0/+4
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-153-14/+63
|\ \ | |/
| * update exetype.pl toolGurusamy Sarathy2000-02-153-14/+63
* | cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),Jarkko Hietaniemi2000-02-151-8/+0
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-1514-64/+152
|\ \ | |/
| * fix leaks in *DBM_File; safemalloc()ed things need to be freed withGurusamy Sarathy2000-02-155-2/+5
| * fix memory leak in C<$x = *Y> provoked by change#4198, whichGurusamy Sarathy2000-02-151-0/+9
| * avoid warningsGurusamy Sarathy2000-02-141-1/+2