summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* PodParser-1.093 update (from Brad Appleton's site)Gurusamy Sarathy2000-02-224-37/+63
* dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy2000-02-225-2/+21
* improvements for high-bit text literals (from Gisle Aas)Gurusamy Sarathy2000-02-225-122/+7
* allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-221-1/+20
* adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-221-5/+5
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-212-14/+11
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-4/+33
* missing file in change#5170Gurusamy Sarathy2000-02-201-0/+390
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-209-235/+291
* test fix needed by change#5164Gurusamy Sarathy2000-02-201-2/+2
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-10/+9
* tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-191-3/+10
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-191-1/+14
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-191-1/+1
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-171-1/+1
| |\
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-1/+1
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-02-154-25/+386
| |\ \
| * \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-152-1/+3
| |\ \ \
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-112-2/+26
| |\ \ \ \
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-101-3/+14
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-083-19/+35
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-02-042-2/+13
| |\ \ \ \ \
| * \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-022-18/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-021-4/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-02-011-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-314-18/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-282-1/+48
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-273-5/+8
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-262-1/+84
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-251-3/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-248-21/+146
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-213-25/+166
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | POSIX::strftime gets the date wrong (from John TobeyGurusamy Sarathy2000-02-191-1/+2
* | | | | | | | | | | | | | | | | rename byte:: to bytes::Gurusamy Sarathy2000-02-192-2/+2
* | | | | | | | | | | | | | | | | rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-2/+2
* | | | | | | | | | | | | | | | | some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-192-3/+3
* | | | | | | | | | | | | | | | | stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
* | | | | | | | | | | | | | | | | make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-181-1/+49
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | fix test that depends on op_dump() outputGurusamy Sarathy2000-02-171-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-0/+1
* | | | | | | | | | | | | | | optimize pseudohash slice in array slice at compile time (fromGurusamy Sarathy2000-02-151-1/+9
* | | | | | | | | | | | | | | fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (fromGurusamy Sarathy2000-02-151-1/+13
* | | | | | | | | | | | | | | more complete File::Spec support for Mac and VMS, tests (fromGurusamy Sarathy2000-02-151-23/+363
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-142-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | longstanding bug in parsing "require VERSION", could reallocateGurusamy Sarathy2000-02-102-2/+26
* | | | | | | | | | | | | formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-101-3/+14
* | | | | | | | | | | | | fix parse error on C<{ use strict }> and other constructs thatGurusamy Sarathy2000-02-061-3/+1
* | | | | | | | | | | | | allow "\x{12ab}" even without C<use utf8>Gurusamy Sarathy2000-02-061-16/+1
* | | | | | | | | | | | | support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+33
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-041-1/+3