| Commit message (Expand) | Author | Age | Files | Lines |
* | Encode API documentation nd tidy up. | Nick Ing-Simmons | 2001-02-24 | 1 | -1/+1 |
* | [patch] perlio + useithreads | Doug MacEachern | 2001-02-23 | 1 | -3/+0 |
* | Put back the #8840, it was innocent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -0/+1 |
* | Retract the #8838 and #8840 for now because of | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+0 |
* | [patch] add sv_setref_uv | Doug MacEachern | 2001-02-19 | 1 | -0/+1 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -1/+6 |
* | Merge ebcdic.c (only one function, ebcdic_control()) into util.c. | Jarkko Hietaniemi | 2001-02-13 | 1 | -0/+3 |
* | [patch] GvSHARED | Doug MacEachern | 2001-02-10 | 1 | -0/+1 |
* | Generated files form 8713 etc. | Nick Ing-Simmons | 2001-02-08 | 1 | -0/+2 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -0/+1 |
* | Re: Announce : Tokener reporting patch | Simon Cozens | 2001-01-27 | 1 | -0/+1 |
* | RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parse... | Roca, Ignasi | 2001-01-23 | 1 | -3/+1 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-01-21 | 1 | -0/+1 |
|\ |
|
| * | Forgot the expect_number() prototype. | Jarkko Hietaniemi | 2001-01-20 | 1 | -0/+1 |
* | | Infrastructure to allow: | Nick Ing-Simmons | 2001-01-20 | 1 | -0/+1 |
|/ |
|
* | Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. | Nick Ing-Simmons | 2001-01-16 | 1 | -0/+1 |
* | Consolidated lvalue sub changes | Stephen McCamant | 2001-01-12 | 1 | -0/+1 |
* | One more patch for UTF8 | Inaba Hiroto | 2001-01-09 | 1 | -0/+1 |
* | Fix "scalars leaked" bugs caused by overload magic | Nick Ing-Simmons | 2001-01-08 | 1 | -0/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2000-12-30 | 1 | -0/+2 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-19 | 1 | -3/+2 |
* | Return of the IVUV-preservation, now seems to be happy even | Jarkko Hietaniemi | 2000-12-15 | 1 | -0/+4 |
* | speeding up object creation/destruction 4x times | Ilya Zakharevich | 2000-12-15 | 1 | -0/+1 |
* | This seems to be a stage sane and stable enough to checkin. | Jarkko Hietaniemi | 2000-12-15 | 1 | -4/+0 |
* | faster and 64 bit preserving arithmetic | Nicholas Clark | 2000-12-14 | 1 | -0/+4 |
* | Move the proto of start_glob() to a better place; regen api files. | Jarkko Hietaniemi | 2000-12-13 | 1 | -4/+1 |
* | move startglob out of pp_hot.c | Nicholas Clark | 2000-12-13 | 1 | -0/+4 |
* | Additional patch for UTF8-keys (Re: perl@8016) | Inaba Hiroto | 2000-12-09 | 1 | -1/+1 |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -0/+2 |
* | UTF-8 hash keys, patch from Inaba Hiroto. | Jarkko Hietaniemi | 2000-12-04 | 1 | -4/+4 |
* | Make utf8_length() and utf8_distance() (the latter of which | Jarkko Hietaniemi | 2000-11-26 | 1 | -1/+1 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+1 |
* | Undo the SOCKS workarounds, instead start using PerlIO | Jens Hamisch | 2000-11-25 | 1 | -12/+0 |
* | SOCKS wrestling continues, patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-23 | 1 | -6/+6 |
* | More SOCKS versus 64-bit patches from Jens Hamisch. | Jarkko Hietaniemi | 2000-11-22 | 1 | -1/+4 |
* | Export the SOCKS workaround symbols only if necessary. | Jarkko Hietaniemi | 2000-11-21 | 1 | -5/+6 |
* | Add a workaround to SOCKS 64-bit problems. | Jarkko Hietaniemi | 2000-11-20 | 1 | -0/+8 |
* | Introduce Perl_utf8_length(). Use it. | Jarkko Hietaniemi | 2000-11-18 | 1 | -0/+1 |
* | [PATCH 5.7.0] make regcomp reenterable | Ilya Zakharevich | 2000-11-18 | 1 | -22/+22 |
* | Locales support (setlocale) fixes | Vadim Konovalov | 2000-11-04 | 1 | -3/+4 |
* | The reëntrant version shouldn't be needed unless USE_PURE_BISON. | Jarkko Hietaniemi | 2000-10-28 | 1 | -2/+2 |
* | Continue the internal UTF-8 API tweaking. | Jarkko Hietaniemi | 2000-10-25 | 1 | -2/+2 |
* | Allow poking holes at the UTF-8 decoding strictness. | Jarkko Hietaniemi | 2000-10-25 | 1 | -1/+1 |
* | Missed the header file changes from #7425. | Jarkko Hietaniemi | 2000-10-24 | 1 | -1/+1 |
* | Make the UTF-8 decoding stricter and more verbose when | Jarkko Hietaniemi | 2000-10-24 | 1 | -6/+6 |
* | Re: Creating const subs for constants. | John Tobey | 2000-10-21 | 1 | -1/+1 |
* | Make scan_num() reëntrant, as suggested in | Roca, Ignasi | 2000-10-20 | 1 | -1/+1 |
* | Reëntrancy fix. | Roca, Ignasi | 2000-10-20 | 1 | -0/+1 |
* | Retract #7091 as suggested in | Robin Barker | 2000-10-02 | 1 | -26/+26 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -1/+2 |