summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * PodParser-1.093 update (from Brad Appleton's site)Gurusamy Sarathy2000-02-2211-209/+505
| * integrate cfgperl contents into mainline, update ChangesGurusamy Sarathy2000-02-2211-46/+296
| |\
| * | dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy2000-02-228-4/+25
| * | s/undef/NO_INIT/g in change#5183Gurusamy Sarathy2000-02-222-3/+3
| * | perlipc bug (spotted by Ben Low)Gurusamy Sarathy2000-02-221-1/+1
| * | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-02-224-32/+45
| * | improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-226-163/+76
| * | allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-222-24/+45
| * | adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-222-10/+12
| * | use same treatment for EINVAL as for ETIMEDOUTGurusamy Sarathy2000-02-221-6/+8
| * | type mismatchGurusamy Sarathy2000-02-211-4/+4
| * | remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-2110-107/+133
| * | clarify "use Module VERSION LIST" (from Robin Barker)Gurusamy Sarathy2000-02-211-4/+9
| * | allow optional XSUB parameters without being forced to use aGurusamy Sarathy2000-02-213-5/+22
| * | generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-216-77/+137
| * | detypoGurusamy Sarathy2000-02-211-1/+1
| * | undo accidental deleteGurusamy Sarathy2000-02-212-0/+7
| * | get Compiler "working" under useithreadsGurusamy Sarathy2000-02-215-46/+134
* | | Configure nits spotted by Spider Boardman.Jarkko Hietaniemi2000-02-221-4/+7
* | | 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