summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | 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
| | | | | | | | | | | * fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-1/+10
| | | | | | | | | | |/
| | | | | | | | | | * PodParser-1.092 update via CPAN (from Brad Appleton)Gurusamy Sarathy2000-02-022-18/+15
| | | | | | | | | |/
| | | | | | | | | * future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-4/+2
| | | | | | | | |/
| | | | | | | | * introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-1/+1
| | | | | | | |/
| | | | | | | * runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-314-18/+6
| | | | | | |/
| | | | | | * more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-1/+1
| | | | | | * document unimplemented status of forking pipe open() on windowsGurusamy Sarathy2000-01-271-0/+47
| | | | | |/
| | | | | * revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-2/+2
| | | | | * s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-2/+2
| | | | | * tweak exports list on WindowsGurusamy Sarathy2000-01-261-1/+4
| | | | |/
| | | | * change#3744 should have made grep more like map instead of theGurusamy Sarathy2000-01-261-1/+69
| | | | * produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-0/+15
| | | |/
| | | * workaround for rename('x','X') bug in Windows NTGurusamy Sarathy2000-01-251-3/+13
| | |/
| | * new test (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy2000-01-231-0/+37
| | * cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-231-1/+1
| | * fix localization in while BLOCK when there is a continue BLOCKGurusamy Sarathy2000-01-231-3/+22
| | * fix scope cleanup when next jumps to a continue block; this is ratherGurusamy Sarathy2000-01-231-1/+14
| | * CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-221-3/+3
| | * truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-221-3/+4
| | * [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-221-0/+8
| | * fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-1/+17
| | * fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-211-10/+41
| |/
| * patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-212-25/+120
| * support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+46
| * integrate cfgperl changes into mainlineGurusamy Sarathy2000-01-182-1/+7
| |\ | |/ |/|
* | Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-172-1/+7
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-161-0/+32
|\ \ | |/
| * nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+32
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-1350-400/+1471
|\ \ | |/