summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tru64 V5.0 patches from Spider Boardman.Jarkko Hietaniemi2000-02-221-3/+16
* Check the alignment of long doubles if they are to be used;Jarkko Hietaniemi2000-02-225-38/+69
* detypoJarkko Hietaniemi2000-02-211-1/+1
* Add Solaris LP64 notes.Jarkko Hietaniemi2000-02-211-3/+49
* Thou shalt not printf longs with %d.Jarkko Hietaniemi2000-02-211-3/+3
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-2163-1230/+2949
|\
| * misplaced bracesGurusamy Sarathy2000-02-211-11/+17
| * more malloc.c tweaks for change#5070Gurusamy Sarathy2000-02-211-17/+18
| * malloc.c fixups in change#5170 need to fetch thx pointerGurusamy Sarathy2000-02-211-12/+20
| * missing file in change#5170Gurusamy Sarathy2000-02-201-0/+390
| * skip conditionally defined symbols in change#5162Gurusamy Sarathy2000-02-201-0/+8
| * lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-2026-773/+1108
| * windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-204-5/+42
| * update Changes, creditsGurusamy Sarathy2000-02-201-2/+358
| * avoid reading out-of-bounds memory when matching against referenceGurusamy Sarathy2000-02-201-1/+1
| * byte mode chop() should clear UTF8 (from Gisle Aas)Gurusamy Sarathy2000-02-201-0/+1
| * test fix needed by change#5164Gurusamy Sarathy2000-02-201-2/+2
| * default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-207-16/+25
| * glob() takes one or no user arguments and a non-user-visible secondGurusamy Sarathy2000-02-203-3/+4
| * make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-2016-86/+286
| * IO::Socket now sets $!, avoids eval/die (patch from Graham BarrGurusamy Sarathy2000-02-202-56/+77
| * mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18
| * revise docs on @+ and @- (from Tom "Camel" Christiansen)Gurusamy Sarathy2000-02-201-10/+37
| * README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-208-265/+572
* | Be explicit about what ops work with bt vectors.Jarkko Hietaniemi2000-02-191-1/+2
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-1963-366/+989
|\ \ | |/
| * char vs U8 warningsGurusamy Sarathy2000-02-191-2/+2
| * remove outdated caveat about C<while ($k = each %foo)> (fromGurusamy Sarathy2000-02-191-3/+1
| * tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-192-5/+12
| * document behavior of splice(@ary) (from Gisle Aas)Gurusamy Sarathy2000-02-191-1/+5
| * fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-192-2/+21
| * more B fixups to cope with empty GVs (these can only happen in pads)Gurusamy Sarathy2000-02-194-14/+35
| * avoid compiler warningsGurusamy Sarathy2000-02-192-8/+8
| * document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-02-191-0/+6
| * avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>Gurusamy Sarathy2000-02-191-6/+8
| * integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-1913-148/+780
| |\ | |/ |/|
* | Take out the -Wl,-z as we have survice so far without.Jarkko Hietaniemi2000-02-171-1/+1
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-173-10/+1
|\ \
* | | Regularize the use* questions, and replaceJarkko Hietaniemi2000-02-161-36/+35
* | | HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-165-75/+89
* | | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-169-37/+656
| | * POSIX::strftime gets the date wrong (from John TobeyGurusamy Sarathy2000-02-192-3/+10
| | * 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