summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Locales support (setlocale) fixesVadim Konovalov2000-11-041-3/+4
* The reëntrant version shouldn't be needed unless USE_PURE_BISON.Jarkko Hietaniemi2000-10-281-2/+2
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-2/+2
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-1/+1
* Missed the header file changes from #7425.Jarkko Hietaniemi2000-10-241-1/+1
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-241-6/+6
* Re: Creating const subs for constants.John Tobey2000-10-211-1/+1
* Make scan_num() reëntrant, as suggested inRoca, Ignasi2000-10-201-1/+1
* Reëntrancy fix.Roca, Ignasi2000-10-201-0/+1
* Retract #7091 as suggested inRobin Barker2000-10-021-26/+26
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-1/+2
* Part of #7081 didn't come through.Jarkko Hietaniemi2000-09-141-26/+26
* continued -Wformat supportRobin Barker2000-09-141-10/+2
* Batch of UTF-8 patches from Simon Cozens.Jarkko Hietaniemi2000-09-141-1/+1
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-0/+1
* Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)Mike Guy2000-09-011-1/+1
* magic callbacks all need to have same type signatureGurusamy Sarathy2000-08-151-1/+1
* magic_regdatum_set() is void, not int.Jarkko Hietaniemi2000-08-151-1/+1
* Re: [PATCH] @+, @- readonlyMike Guy2000-08-141-0/+1
* [ID 20000724.004] Perl interpreter segfault when using built-in flockRonald F. Guilmette2000-08-051-1/+1
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-0/+2
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-2/+2
* typos in change#6399, regen headersGurusamy Sarathy2000-07-141-6/+1
* Fix the BOM bug: not a byteorder bug, a signedness bug.Jarkko Hietaniemi2000-07-141-1/+1
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+3
* Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-2/+4
|\
| * adjust change#6299Gurusamy Sarathy2000-07-041-2/+4
* | Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-3/+2
|\ \ | |/
| * fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-3/+2
* | xsub attributesDoug MacEachern2000-06-291-0/+5
* | Regen headers for #6261 (and update embed.pl for this) and #6267,Jarkko Hietaniemi2000-06-291-0/+2
* | tr///, help wanted.Simon Cozens2000-06-281-8/+6
* | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+1
* | is_utf8_stringSimon Cozens2000-06-271-0/+1
* | bytes<->utf8 fixesSimon Cozens2000-06-271-1/+1
* | Regen headers.Jarkko Hietaniemi2000-06-251-2/+2
* | Threadsafe patchesDan Sugalski2000-06-061-0/+2
|/
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-0/+1
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+3
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-1/+1
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+1
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+1
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+11
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-0/+2
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+3