| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Part of #7081 didn't come through. | Jarkko Hietaniemi | 2000-09-14 | 1 | -26/+26 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -10/+2 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -1/+1 |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -0/+1 |
* | Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?) | Mike Guy | 2000-09-01 | 1 | -1/+1 |
* | magic callbacks all need to have same type signature | Gurusamy Sarathy | 2000-08-15 | 1 | -1/+1 |
* | magic_regdatum_set() is void, not int. | Jarkko Hietaniemi | 2000-08-15 | 1 | -1/+1 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -0/+1 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -1/+1 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+2 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -2/+2 |
* | typos in change#6399, regen headers | Gurusamy Sarathy | 2000-07-14 | 1 | -6/+1 |
* | Fix the BOM bug: not a byteorder bug, a signedness bug. | Jarkko Hietaniemi | 2000-07-14 | 1 | -1/+1 |
* | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+3 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+4 |
|\ |
|
| * | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -2/+4 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -3/+2 |
* | | xsub attributes | Doug MacEachern | 2000-06-29 | 1 | -0/+5 |
* | | Regen headers for #6261 (and update embed.pl for this) and #6267, | Jarkko Hietaniemi | 2000-06-29 | 1 | -0/+2 |
* | | tr///, help wanted. | Simon Cozens | 2000-06-28 | 1 | -8/+6 |
* | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...' | Doug MacEachern | 2000-06-28 | 1 | -0/+1 |
* | | is_utf8_string | Simon Cozens | 2000-06-27 | 1 | -0/+1 |
* | | bytes<->utf8 fixes | Simon Cozens | 2000-06-27 | 1 | -1/+1 |
* | | Regen headers. | Jarkko Hietaniemi | 2000-06-25 | 1 | -2/+2 |
* | | Threadsafe patches | Dan Sugalski | 2000-06-06 | 1 | -0/+2 |
|/ |
|
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+1 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -0/+3 |
* | add rsignal(), whichsig() and do_join() to public API list | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+1 |
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+1 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+11 |
* | separate options to incpush() for adding version directories and | Gurusamy Sarathy | 2000-03-07 | 1 | -1/+1 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -0/+2 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+4 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+3 |