| Commit message (Expand) | Author | Age | Files | Lines |
* | Tru64 V5.0 patches from Spider Boardman. | Jarkko Hietaniemi | 2000-02-22 | 1 | -3/+16 |
* | Check the alignment of long doubles if they are to be used; | Jarkko Hietaniemi | 2000-02-22 | 5 | -38/+69 |
* | detypo | Jarkko Hietaniemi | 2000-02-21 | 1 | -1/+1 |
* | Add Solaris LP64 notes. | Jarkko Hietaniemi | 2000-02-21 | 1 | -3/+49 |
* | Thou shalt not printf longs with %d. | Jarkko Hietaniemi | 2000-02-21 | 1 | -3/+3 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-21 | 63 | -1230/+2949 |
|\ |
|
| * | misplaced braces | Gurusamy Sarathy | 2000-02-21 | 1 | -11/+17 |
| * | more malloc.c tweaks for change#5070 | Gurusamy Sarathy | 2000-02-21 | 1 | -17/+18 |
| * | malloc.c fixups in change#5170 need to fetch thx pointer | Gurusamy Sarathy | 2000-02-21 | 1 | -12/+20 |
| * | missing file in change#5170 | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+390 |
| * | skip conditionally defined symbols in change#5162 | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+8 |
| * | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 26 | -773/+1108 |
| * | windows fixes for virtualizing child std{in,out,err} handles, | Gurusamy Sarathy | 2000-02-20 | 4 | -5/+42 |
| * | update Changes, credits | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+358 |
| * | avoid reading out-of-bounds memory when matching against reference | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
| * | byte mode chop() should clear UTF8 (from Gisle Aas) | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+1 |
| * | test fix needed by change#5164 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
| * | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 7 | -16/+25 |
| * | glob() takes one or no user arguments and a non-user-visible second | Gurusamy Sarathy | 2000-02-20 | 3 | -3/+4 |
| * | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 16 | -86/+286 |
| * | IO::Socket now sets $!, avoids eval/die (patch from Graham Barr | Gurusamy Sarathy | 2000-02-20 | 2 | -56/+77 |
| * | mention portability caveat about C<use Errno 'EFOO'> | Gurusamy Sarathy | 2000-02-20 | 1 | -6/+18 |
| * | revise docs on @+ and @- (from Tom "Camel" Christiansen) | Gurusamy Sarathy | 2000-02-20 | 1 | -10/+37 |
| * | README.vms and related updates (from Peter Prymmer <pvhp@best.com>) | Gurusamy Sarathy | 2000-02-20 | 8 | -265/+572 |
* | | Be explicit about what ops work with bt vectors. | Jarkko Hietaniemi | 2000-02-19 | 1 | -1/+2 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-19 | 63 | -366/+989 |
|\ \
| |/ |
|
| * | char vs U8 warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
| * | remove outdated caveat about C<while ($k = each %foo)> (from | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+1 |
| * | tests, doc tweak (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 2 | -5/+12 |
| * | document behavior of splice(@ary) (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+5 |
| * | fix bug in backtracking optimizer (from Makoto Ishisone | Gurusamy Sarathy | 2000-02-19 | 2 | -2/+21 |
| * | more B fixups to cope with empty GVs (these can only happen in pads) | Gurusamy Sarathy | 2000-02-19 | 4 | -14/+35 |
| * | avoid compiler warnings | Gurusamy Sarathy | 2000-02-19 | 2 | -8/+8 |
| * | document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+6 |
| * | avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}> | Gurusamy Sarathy | 2000-02-19 | 1 | -6/+8 |
| * | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 13 | -148/+780 |
| |\
| |/
|/| |
|
* | | Take out the -Wl,-z as we have survice so far without. | Jarkko Hietaniemi | 2000-02-17 | 1 | -1/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-17 | 3 | -10/+1 |
|\ \ |
|
* | | | Regularize the use* questions, and replace | Jarkko Hietaniemi | 2000-02-16 | 1 | -36/+35 |
* | | | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 5 | -75/+89 |
* | | | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 9 | -37/+656 |
| | * | POSIX::strftime gets the date wrong (from John Tobey | Gurusamy Sarathy | 2000-02-19 | 2 | -3/+10 |
| | * | don't blindly set bool=char on linux (from Andy Dougherty) | Gurusamy Sarathy | 2000-02-19 | 3 | -17/+13 |
| | * | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 7 | -41/+24 |
| | * | fixes for Pod::Html issues (from Wolfgang Laun | Gurusamy Sarathy | 2000-02-19 | 1 | -10/+14 |
| | * | grammos (spotted by Tom Christiansen) | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+3 |
| | * | various xsubpp enhancements that make it easier to use with | Gurusamy Sarathy | 2000-02-19 | 1 | -30/+144 |
| | * | s/croak/Perl_croak/ | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+1 |
| | * | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 10 | -14/+269 |
| | * | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 4 | -6/+31 |