| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 10 | -107/+133 |
| * | | clarify "use Module VERSION LIST" (from Robin Barker) | Gurusamy Sarathy | 2000-02-21 | 1 | -4/+9 |
| * | | allow optional XSUB parameters without being forced to use a | Gurusamy Sarathy | 2000-02-21 | 3 | -5/+22 |
| * | | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 6 | -77/+137 |
| * | | detypo | Gurusamy Sarathy | 2000-02-21 | 1 | -1/+1 |
| * | | undo accidental delete | Gurusamy Sarathy | 2000-02-21 | 2 | -0/+7 |
| * | | get Compiler "working" under useithreads | Gurusamy Sarathy | 2000-02-21 | 5 | -46/+134 |
* | | | Configure nits spotted by Spider Boardman. | Jarkko Hietaniemi | 2000-02-22 | 1 | -4/+7 |
* | | | 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 |