| Commit message (Expand) | Author | Age | Files | Lines |
* | POSIX::strftime gets the date wrong (from John Tobey | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+2 |
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 2 | -2/+2 |
* | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | some fixes for mingw32/GCC (SETERRNO() still appears to | Gurusamy Sarathy | 2000-02-19 | 2 | -3/+3 |
* | stronger testcase for change#5126 | Gurusamy Sarathy | 2000-02-18 | 1 | -12/+37 |
* | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 1 | -1/+49 |
* | fix test that depends on op_dump() output | Gurusamy Sarathy | 2000-02-17 | 1 | -1/+1 |
* | add XS version of Sys::Hostname (from Greg Bacon | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | optimize pseudohash slice in array slice at compile time (from | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+9 |
* | fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+13 |
* | more complete File::Spec support for Mac and VMS, tests (from | Gurusamy Sarathy | 2000-02-15 | 1 | -23/+363 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 2 | -1/+3 |
* | longstanding bug in parsing "require VERSION", could reallocate | Gurusamy Sarathy | 2000-02-10 | 2 | -2/+26 |
* | formline() could wipe out readonly-ness, freeing constants | Gurusamy Sarathy | 2000-02-10 | 1 | -3/+14 |
* | fix parse error on C<{ use strict }> and other constructs that | Gurusamy Sarathy | 2000-02-06 | 1 | -3/+1 |
* | allow "\x{12ab}" even without C<use utf8> | Gurusamy Sarathy | 2000-02-06 | 1 | -16/+1 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+33 |
* | OS/2 build fixups from Ilya Zakharevich | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+3 |
* | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+10 |
* | PodParser-1.092 update via CPAN (from Brad Appleton) | Gurusamy Sarathy | 2000-02-02 | 2 | -18/+15 |
* | future-proof unknown warning categories (from Greg Bacon | Gurusamy Sarathy | 2000-02-02 | 1 | -4/+2 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -1/+1 |
* | runtime now looks at the SVf_UTF8 bit on the SV to decide | Gurusamy Sarathy | 2000-01-31 | 4 | -18/+6 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -1/+1 |
* | document unimplemented status of forking pipe open() on windows | Gurusamy Sarathy | 2000-01-27 | 1 | -0/+47 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+4 |
* | change#3744 should have made grep more like map instead of the | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+69 |
* | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 1 | -0/+15 |
* | workaround for rename('x','X') bug in Windows NT | Gurusamy Sarathy | 2000-01-25 | 1 | -3/+13 |
* | new test (from Michael G Schwern <schwern@pobox.com>) | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+37 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | fix localization in while BLOCK when there is a continue BLOCK | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+22 |
* | fix scope cleanup when next jumps to a continue block; this is rather | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+14 |
* | CGI.pm upgraded to v2.56 from CPAN | Gurusamy Sarathy | 2000-01-22 | 1 | -3/+3 |
* | truncate(FH) flushes FH before truncating it | Gurusamy Sarathy | 2000-01-22 | 1 | -3/+4 |
* | [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields' | John Tobey | 2000-01-22 | 1 | -0/+8 |
* | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+17 |
* | fix bug in dumping self-referential scalars | Gurusamy Sarathy | 2000-01-21 | 1 | -10/+41 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 2 | -25/+120 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+46 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-01-18 | 2 | -1/+7 |
|\ |
|
| * | Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | Jarkko Hietaniemi | 2000-01-17 | 2 | -1/+7 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-16 | 1 | -0/+32 |
| |\
| |/
|/| |
|
* | | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+32 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-13 | 50 | -400/+1471 |
| |\
| |/
|/| |
|
* | | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 2 | -5/+90 |
* | | test for change#4792 | Gurusamy Sarathy | 2000-01-11 | 1 | -7/+11 |
* | | test tweak | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |