Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix | Robert Spier | 2000-12-13 | 1 | -1/+4 |
* | move startglob out of pp_hot.c | Nicholas Clark | 2000-12-13 | 6 | -132/+165 |
* | [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio | H.Merijn Brand | 2000-12-13 | 1 | -0/+1 |
* | The integration wars continue. | Jarkko Hietaniemi | 2000-12-12 | 1 | -11/+13 |
|\ | |||||
| * | Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff. | Nick Ing-Simmons | 2000-12-12 | 2 | -11/+62 |
| |\ | |||||
* | | | DB_File-1.74 | Paul Marquess | 2000-12-12 | 9 | -67/+244 |
| |/ |/| | |||||
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-12 | 1 | -2/+9 |
|\ \ | |/ | |||||
| * | Fix for Tk, and upgrading shared SVs. | Nick Ing-Simmons | 2000-12-12 | 1 | -4/+20 |
| * | Integrate mainline | Nick Ing-Simmons | 2000-12-11 | 16 | -68/+188 |
* | | Re: Breadperl & Tk | Nick Ing-Simmons | 2000-12-12 | 1 | -5/+14 |
* | | DosGlob.pm diff for bash style brace expansion. | Mike Mestnik | 2000-12-12 | 1 | -0/+49 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-11 | 4 | -51/+376 |
|\ \ | |/ | |||||
| * | Finish 1st pass of "encoding" layer e.g. : | Nick Ing-Simmons | 2000-12-11 | 3 | -35/+103 |
| * | Restore mmap function (broken by tweaks to shared buffer | Nick Ing-Simmons | 2000-12-11 | 1 | -6/+11 |
| * | Not merge worthy... | Nick Ing-Simmons | 2000-12-10 | 4 | -34/+286 |
| * | Integrate mainline | Nick Ing-Simmons | 2000-12-10 | 36 | -78/+626 |
| |\ | |||||
* | | | Tune further the OS detection of CGI. | Jarkko Hietaniemi | 2000-12-11 | 1 | -8/+6 |
* | | | Revert the -f ambiguousity patch, seems to cause | Jarkko Hietaniemi | 2000-12-11 | 4 | -36/+3 |
* | | | (accidentally empty check-in) | Jarkko Hietaniemi | 2000-12-11 | 0 | -0/+0 |
* | | | Re: The long awaited feature ... | Simon Cozens | 2000-12-11 | 1 | -2/+107 |
* | | | PATCH MakeMaker manpage clarification | Andreas König | 2000-12-11 | 1 | -4/+5 |
* | | | Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing | Simon Cozens | 2000-12-11 | 2 | -5/+17 |
* | | | docs on NaN | Nicholas Clark | 2000-12-11 | 1 | -2/+7 |
* | | | Re: [Fwd: BUG 20001205.022] Local on Hash elements | Simon Cozens | 2000-12-11 | 4 | -6/+33 |
* | | | Darwin is not Windows. | Jarkko Hietaniemi | 2000-12-10 | 1 | -1/+1 |
* | | | Ambiguous -%c() resolved as a file test | Paul Marquess | 2000-12-10 | 2 | -0/+3 |
* | | | PATCH installperl misinformed | Andreas König | 2000-12-10 | 1 | -2/+2 |
* | | | The walkoptree confusion rages; walkoptree() seems to be coming | Jarkko Hietaniemi | 2000-12-10 | 1 | -5/+7 |
| |/ |/| | |||||
* | | Update Changes. | Jarkko Hietaniemi | 2000-12-10 | 2 | -1/+210 |
* | | Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies) | Andreas König | 2000-12-10 | 5 | -4/+52 |
* | | RE: [ID 20001013.009] DB_File issues warning when setting element to undef | Paul Marquess | 2000-12-10 | 16 | -21/+193 |
* | | Test case for #8066. | Jarkko Hietaniemi | 2000-12-10 | 1 | -0/+5 |
* | | Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination | Simon Cozens | 2000-12-10 | 1 | -1/+1 |
* | | Test case for #8064. | Jarkko Hietaniemi | 2000-12-10 | 1 | -1/+5 |
* | | Re: prototype of substr | Simon Cozens | 2000-12-10 | 1 | -1/+1 |
* | | perlguts.pod | Simon Cozens | 2000-12-10 | 1 | -0/+60 |
* | | [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17... | Nicholas Clark | 2000-12-10 | 1 | -4/+24 |
* | | Pacify fussy compiler. | Jarkko Hietaniemi | 2000-12-10 | 1 | -1/+1 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-10 | 2 | -21/+72 |
|\ \ | |/ | |||||
| * | read/sysread/recv should now be utf8 aware. | Nick Ing-Simmons | 2000-12-09 | 2 | -21/+72 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-09 | 8 | -105/+235 |
|\ \ | |/ | |||||
| * | Make write() (i.e. formats) utf8-aware by calling do_print() rather | Nick Ing-Simmons | 2000-12-09 | 1 | -4/+6 |
| * | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 7 | -25/+152 |
| * | Did not get that has_utf8/this_utf8 fix right last time, another spot | Nick Ing-Simmons | 2000-12-09 | 1 | -4/+5 |
| * | Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8 | Nick Ing-Simmons | 2000-12-09 | 1 | -72/+72 |
* | | Re: Additional patch for UTF8-keys (Re: perl@8016) | Inaba Hiroto | 2000-12-09 | 1 | -1/+14 |
* | | Additional patch for UTF8-keys (Re: perl@8016) | Inaba Hiroto | 2000-12-09 | 5 | -41/+57 |
* | | Integrate perlio: | Jarkko Hietaniemi | 2000-12-09 | 9 | -75/+55 |
|\ \ | |/ | |||||
| * | UTF8 output prework. | Nick Ing-Simmons | 2000-12-09 | 9 | -75/+55 |
| * | Integrate mainline. | Nick Ing-Simmons | 2000-12-09 | 23 | -120/+420 |
| |\ |