| Commit message (Expand) | Author | Age | Files | Lines |
* | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 | Gurusamy Sarathy | 2000-02-19 | 4 | -18/+18 |
* | s/byte/bytes/g remnants | Gurusamy Sarathy | 2000-02-19 | 2 | -10/+10 |
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 11 | -16/+16 |
* | English names for $^R and $^S | Gurusamy Sarathy | 2000-02-19 | 2 | -0/+8 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 4 | -12/+43 |
* | fix outdated info about PerlClinic and the bug-tracking system | Gurusamy Sarathy | 2000-02-19 | 2 | -31/+28 |
* | some fixes for mingw32/GCC (SETERRNO() still appears to | Gurusamy Sarathy | 2000-02-19 | 5 | -18/+18 |
* | avoid $@-clearing sideeffect of require in Carp | Gurusamy Sarathy | 2000-02-18 | 1 | -2/+2 |
* | stronger testcase for change#5126 | Gurusamy Sarathy | 2000-02-18 | 1 | -12/+37 |
* | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 2 | -17/+71 |
* | Compiler fixups from Jan Dubois | Gurusamy Sarathy | 2000-02-18 | 4 | -70/+135 |
* | fix test that depends on op_dump() output | Gurusamy Sarathy | 2000-02-17 | 1 | -1/+1 |
* | op_dump() tweak | Gurusamy Sarathy | 2000-02-17 | 1 | -2/+0 |
* | avoid warnings due to redefined NULL | Gurusamy Sarathy | 2000-02-16 | 1 | -7/+0 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-02-16 | 13 | -85/+191 |
|\ |
|
| * | Probe for <sys/utsname.h>. | Jarkko Hietaniemi | 2000-02-15 | 6 | -37/+60 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-15 | 44 | -199/+1734 |
| |\
| |/
|/| |
|
* | | update Changes, patchlevel | Gurusamy Sarathy | 2000-02-15 | 7 | -28/+496 |
* | | fix change#5104 under useithreads | Gurusamy Sarathy | 2000-02-15 | 1 | -6/+19 |
* | | export list tweak needed by change#5103 | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | | add XS version of Sys::Hostname (from Greg Bacon | Gurusamy Sarathy | 2000-02-15 | 10 | -37/+178 |
* | | UNIVERSAL::can and UNIVERSAL::isa should return undef when | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+8 |
* | | avoid accidental #line directives (from Rick Delaney | Gurusamy Sarathy | 2000-02-15 | 2 | -9/+20 |
* | | locale guards needed (from Simon Cozens <simon@brecon.co.uk>) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+4 |
* | | incorrect docs about delete() (spotted by Martyn Pearce | Gurusamy Sarathy | 2000-02-15 | 2 | -7/+12 |
* | | s/use vars/our/ (from Gisle Aas) | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+1 |
* | | optimize pseudohash slice in array slice at compile time (from | Gurusamy Sarathy | 2000-02-15 | 2 | -1/+65 |
* | | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 10 | -31/+106 |
* | | doc patches from Rick Delaney and Chris Nandor; update Todo-5.6 | Gurusamy Sarathy | 2000-02-15 | 3 | -14/+22 |
* | | fix regen_headers target to make all the autogenerated files | Gurusamy Sarathy | 2000-02-15 | 1 | -14/+19 |
* | | fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from | Gurusamy Sarathy | 2000-02-15 | 2 | -2/+16 |
* | | more complete File::Spec support for Mac and VMS, tests (from | Gurusamy Sarathy | 2000-02-15 | 5 | -53/+762 |
* | | fix incompatibility with bison generated parser (from | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+5 |
* | | propagate st_mode bits to group/other for Borland build | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+4 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-15 | 3 | -14/+63 |
| |\
| |/
|/| |
|
* | | update exetype.pl tool | Gurusamy Sarathy | 2000-02-15 | 3 | -14/+63 |
| * | cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin), | Jarkko Hietaniemi | 2000-02-15 | 1 | -8/+0 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-15 | 14 | -64/+152 |
| |\
| |/
|/| |
|
* | | fix leaks in *DBM_File; safemalloc()ed things need to be freed with | Gurusamy Sarathy | 2000-02-15 | 5 | -2/+5 |
* | | fix memory leak in C<$x = *Y> provoked by change#4198, which | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+9 |
* | | avoid warnings | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+2 |
* | | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 9 | -62/+137 |
| * | Unroll the libs scan thanks to HP-UX. | Jarkko Hietaniemi | 2000-02-15 | 2 | -36/+99 |
| * | AIX perl linkage tweakage. | Jarkko Hietaniemi | 2000-02-15 | 1 | -1/+10 |
| * | abort instead of just promising. | Jarkko Hietaniemi | 2000-02-15 | 1 | -0/+1 |
| * | silly compilers don't know that croak() exits | Jarkko Hietaniemi | 2000-02-14 | 1 | -0/+6 |
| * | Add lseektype and lseeksize to myconfig. | Jarkko Hietaniemi | 2000-02-14 | 1 | -1/+1 |
| * | Remove tagged core files. | Jarkko Hietaniemi | 2000-02-14 | 1 | -1/+2 |
| * | Prefer full_ar. | Jarkko Hietaniemi | 2000-02-14 | 2 | -4/+14 |
| * | Add ivtype, ivsize, nvtype, nvsize to myconfig. | Jarkko Hietaniemi | 2000-02-14 | 1 | -0/+1 |