2000-02-20 |
Gurusamy Sarathy | default mkdir() mode argument to 0777 |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | glob() takes one or no user arguments and a non-user... |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | make change#3386 a build-time option (avoids problems... |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | IO::Socket now sets $!, avoids eval/die (patch from... |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | mention portability caveat about C<use Errno 'EFOO'> |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | revise docs on @+ and @- (from Tom "Camel" Christiansen) |
commit | commitdiff | tree | snapshot |
2000-02-20 |
Gurusamy Sarathy | README.vms and related updates (from Peter Prymmer... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | char vs U8 warnings |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | remove outdated caveat about C<while ($k = each %foo... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | tests, doc tweak (from Gisle Aas) |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | document behavior of splice(@ary) (from Gisle Aas) |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | fix bug in backtracking optimizer (from Makoto Ishisone |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | more B fixups to cope with empty GVs (these can only... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | avoid compiler warnings |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | document 'lvalue' attribute (from Simon Cozens <simon... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | avoid failing on $!{ENOTHERE} (they can always use... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | POSIX::strftime gets the date wrong (from John Tobey |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | don't blindly set bool=char on linux (from Andy Dougherty) |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | some rearrangement of the includes for easier "microper... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | fixes for Pod::Html issues (from Wolfgang Laun |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | grammos (spotted by Tom Christiansen) |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | various xsubpp enhancements that make it easier to... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | s/croak/Perl_croak/ |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | make comparisons promote to utf8 as necessary (from... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | set close-on-exec flag on sockets too, like we do for... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | allocate sufficient buffer sizes for 64-bit wide utf8... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131 |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | s/byte/bytes/g remnants |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | rename byte:: to bytes:: |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | English names for $^R and $^S |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | rename "Probable precendence problem" diagnostic to... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | fix outdated info about PerlClinic and the bug-tracking... |
commit | commitdiff | tree | snapshot |
2000-02-19 |
Gurusamy Sarathy | some fixes for mingw32/GCC (SETERRNO() still appears to |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Gurusamy Sarathy | avoid $@-clearing sideeffect of require in Carp |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Gurusamy Sarathy | stronger testcase for change#5126 |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Gurusamy Sarathy | make /\S/ match the same things /[\S]/ matches; likewis... |
commit | commitdiff | tree | snapshot |
2000-02-18 |
Gurusamy Sarathy | Compiler fixups from Jan Dubois |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jarkko Hietaniemi | Take out the -Wl,-z as we have survice so far without. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Gurusamy Sarathy | fix test that depends on op_dump() output |
commit | commitdiff | tree | snapshot |
2000-02-17 |
Gurusamy Sarathy | op_dump() tweak |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jarkko Hietaniemi | Regularize the use* questions, and replace |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jarkko Hietaniemi | HP-UX 64-bitness/largefile fixes. |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Jarkko Hietaniemi | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Gurusamy Sarathy | avoid warnings due to redefined NULL |
commit | commitdiff | tree | snapshot |
2000-02-16 |
Gurusamy Sarathy | integrate cfgperl changes into mainline |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | Probe for <sys/utsname.h>. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | update Changes, patchlevel |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix change#5104 under useithreads |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | export list tweak needed by change#5103 |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | add XS version of Sys::Hostname (from Greg Bacon |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | UNIVERSAL::can and UNIVERSAL::isa should return undef... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | avoid accidental #line directives (from Rick Delaney |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | locale guards needed (from Simon Cozens <simon@brecon... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | incorrect docs about delete() (spotted by Martyn Pearce |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | s/use vars/our/ (from Gisle Aas) |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | optimize pseudohash slice in array slice at compile... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | provide malloc stats via get_mstats() (from Ilya Zakhar... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | doc patches from Rick Delaney and Chris Nandor; update... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix regen_headers target to make all the autogenerated... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix misoptimization of C<my($x,$y); $x = $y = 1 + ... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | more complete File::Spec support for Mac and VMS, tests... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix incompatibility with bison generated parser (from |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | propagate st_mode bits to group/other for Borland build |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | cc_r can be in different places (/usr/ibmcxx/bin or... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | update exetype.pl tool |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | Unroll the libs scan thanks to HP-UX. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix leaks in *DBM_File; safemalloc()ed things need... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Gurusamy Sarathy | fix memory leak in C<$x = *Y> provoked by change#4198... |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | AIX perl linkage tweakage. |
commit | commitdiff | tree | snapshot |
2000-02-15 |
Jarkko Hietaniemi | abort instead of just promising. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | silly compilers don't know that croak() exits |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Add lseektype and lseeksize to myconfig. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | avoid warnings |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | fix small interpreter leaks identified by Purify |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Remove tagged core files. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Prefer full_ar. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Add ivtype, ivsize, nvtype, nvsize to myconfig. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | notes about running Purify |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | use system malloc() instead of sbrk() in Perl_malloc... |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | integrate cfgperl contents into mainline |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Jarkko Hietaniemi | Configure -A stopped processing of any further options. |
commit | commitdiff | tree | snapshot |
2000-02-14 |
Gurusamy Sarathy | remove outdated -DPURIFY code--it reports bogus errors... |
commit | commitdiff | tree | snapshot |
2000-02-13 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-13 |
Gurusamy Sarathy | more purification (pp_require() could access free memor... |
commit | commitdiff | tree | snapshot |
2000-02-12 |
Jarkko Hietaniemi | uselonglong sits deep. |
commit | commitdiff | tree | snapshot |
2000-02-12 |
Jarkko Hietaniemi | megalomaniac 64-bit update: most importantly, |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | undo #5064 for now; there seems to be no good selection |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | Guard against accidental long long use. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | logic fixes |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | Clarify 64-bit issues. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | Integrate with Sarathy. |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Jarkko Hietaniemi | Silence linker warnings about binary backward incompati... |
commit | commitdiff | tree | snapshot |
2000-02-11 |
Gurusamy Sarathy | fix uninitialized memory reads found by purify |
commit | commitdiff | tree | snapshot |
next |