Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attach -perlio to the archname if so selected. | Jarkko Hietaniemi | 2001-01-23 | 1 | -46/+58 |
* | pod/perlvar.pod | Abigail | 2001-01-23 | 1 | -7/+12 |
* | A bug introduced in #8217 (the undefined variable in the | Jarkko Hietaniemi | 2001-01-23 | 2 | -6/+22 |
* | Also the lib/Thread.pm itself needs to be ignored if | Jarkko Hietaniemi | 2001-01-23 | 1 | -1/+4 |
* | print() instead of warn() so that stderr doesn't get | Jarkko Hietaniemi | 2001-01-23 | 1 | -1/+1 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-01-23 | 4 | -47/+61 |
|\ | |||||
| * | More messing with Encode: | Nick Ing-Simmons | 2001-01-22 | 3 | -43/+57 |
| * | Change file-of-files command line from -F to -f to avoid case issues on VMS. | Nick Ing-Simmons | 2001-01-22 | 2 | -4/+4 |
| * | Integrate mainline | Nick Ing-Simmons | 2001-01-22 | 8 | -20/+62 |
| |\ | |/ |/| | |||||
* | | Add sv_force_normal() to sv_utf8_downgrade() as suggested | Jarkko Hietaniemi | 2001-01-22 | 1 | -3/+7 |
* | | More SIG_SIZE fixes. | Jarkko Hietaniemi | 2001-01-22 | 3 | -3/+3 |
* | | typo in last week's configure.com frenzy | Craig A. Berry | 2001-01-22 | 1 | -1/+1 |
* | | VMS catches up with change #8501 | Craig A. Berry | 2001-01-22 | 1 | -2/+2 |
* | | Add the .ucm encoding tables to the MANIFEST. | Jarkko Hietaniemi | 2001-01-22 | 1 | -0/+21 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-01-22 | 26 | -27/+5506 |
|\ \ | |/ | |||||
| * | Make "real" layers of ":utf8" and ":raw". | Nick Ing-Simmons | 2001-01-21 | 3 | -22/+175 |
| * | Switch "compiled in" encodings to .ucm format. | Nick Ing-Simmons | 2001-01-21 | 23 | -5/+5331 |
| * | Integrate (partial) mainline. | Nick Ing-Simmons | 2001-01-21 | 12 | -19/+210 |
| |\ | |||||
* | | | Document the regex content pushing/popping a bit better. | Jarkko Hietaniemi | 2001-01-21 | 1 | -7/+16 |
* | | | Tweak the mkdir trailing slash code some more. | Jarkko Hietaniemi | 2001-01-21 | 1 | -4/+12 |
| |/ |/| | |||||
* | | Update Changes. | Jarkko Hietaniemi | 2001-01-21 | 2 | -1/+181 |
* | | Minor typos in perlfaq2.pod | Stephen P. Potter | 2001-01-21 | 1 | -3/+3 |
* | | Sanity check for conflicting thread flavours. | Jarkko Hietaniemi | 2001-01-21 | 1 | -1/+14 |
* | | The SIG_SIZE is the number of the elements *excluding* | Jarkko Hietaniemi | 2001-01-21 | 8 | -8/+8 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-01-21 | 17 | -58/+146 |
|\ \ | |/ | |||||
| * | Encode cleanup. | Nick Ing-Simmons | 2001-01-21 | 2 | -20/+67 |
| * | Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx. | Nick Ing-Simmons | 2001-01-21 | 1 | -2/+11 |
| * | Fixup after integrate: | Nick Ing-Simmons | 2001-01-21 | 3 | -5/+6 |
| * | Integrate mainline. | Nick Ing-Simmons | 2001-01-21 | 21 | -102/+444 |
| |\ | |||||
| * | | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 11 | -31/+62 |
| * | | Integrate mainline. | Nick Ing-Simmons | 2001-01-20 | 8 | -338/+428 |
| |\ \ | |||||
* | | | | Re: 8482 busted for $^V sprintf()s on OS/390 | Hugo van der Sanden | 2001-01-21 | 1 | -7/+5 |
| |_|/ |/| | | |||||
* | | | Forgot the expect_number() prototype. | Jarkko Hietaniemi | 2001-01-20 | 3 | -0/+6 |
* | | | README.vms URL updates | Peter Prymmer | 2001-01-20 | 1 | -14/+16 |
* | | | Memory management calls documentation. | Jarkko Hietaniemi | 2001-01-20 | 1 | -11/+21 |
* | | | Signedness nit plus few memcpy/Copy nits. | Jarkko Hietaniemi | 2001-01-20 | 1 | -4/+4 |
* | | | minor typos in some dl_$foo.xs files | Peter Prymmer | 2001-01-20 | 2 | -2/+2 |
* | | | win32 Makefile(s) handle podified READMEs | Peter Prymmer | 2001-01-20 | 2 | -1/+13 |
* | | | remove redundant dependencies that are unneeded | Peter Prymmer | 2001-01-20 | 1 | -2/+2 |
* | | | partial support for dynaloading on OS/390 | Peter Prymmer | 2001-01-20 | 4 | -32/+241 |
* | | | floating point mangling warnings for README.os390 and README.posix-bc | Peter Prymmer | 2001-01-20 | 2 | -1/+59 |
* | | | Document and test the new qu operator. | Jarkko Hietaniemi | 2001-01-20 | 6 | -35/+80 |
| |/ |/| | |||||
* | | Update Changes. | Jarkko Hietaniemi | 2001-01-19 | 2 | -1/+230 |
* | | Re: new feature: s?printf parameter reordering | Hugo van der Sanden | 2001-01-19 | 3 | -121/+133 |
* | | PATCH pragma/locale.t | Andreas König | 2001-01-19 | 1 | -10/+16 |
* | | Add tracing for debugging extensions builds in VMS, from Charles Lane. | Jarkko Hietaniemi | 2001-01-19 | 1 | -1/+3 |
* | | Automate 1_compile.t. | Jarkko Hietaniemi | 2001-01-19 | 1 | -205/+46 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2001-01-19 | 7 | -8/+30 |
|\ \ | |/ | |||||
| * | Integrate mainline | Nick Ing-Simmons | 2001-01-18 | 5 | -4/+266 |
| |\ | |/ |/| | |||||
* | | It's Pod::Text::Overstrike, not Pod::Overstrike. | Jarkko Hietaniemi | 2001-01-18 | 1 | -1/+3 |