This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stas would prefer not to have MOD_PERL defines in perl.
[perl5.git] / global.sym
2003-09-10 Jarkko HietaniemiA new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-10 Jarkko HietaniemiThe *right* way to make the csighandler visible.
2003-06-29 Rafael Garcia-SuarezPerl_doing_taint must be public, for programs that...
2003-05-05 Adrian M. Enache[patch] Re: [perl #21728] regexp SEGV
2003-05-05 Jarkko Hietaniemipack/unpack fixes from Wolfgang Laun:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-09 Jarkko HietaniemiExport the symbols from #18863; do not prototype (but...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiForgotten from change #18795.
2003-03-01 Abe TimmermanGet MSWin32 back compiling
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-05 Inaba Hiroto[Patch] parsing under encoding (Re: [Encode] HEADS...
2003-01-22 Jarkko HietaniemiIntegrate from maint-5.8:
2003-01-21 Hugo van der Sandenintegrate #18366-18370 from maint-5.8:
2002-12-17 Richard Hitt[Fwd: Patch for perl utf8-related bug]
2002-11-05 Rafael Garcia-Suarezmake regen_headers.
2002-11-04 Slaven RezicRe: [perl #18066] Bug in -I when path has double colons?
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-10 John PeacockVersion object combined patch
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-08-20 John PeacockVersion object patch #1
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-07-16 Gurusamy Sarathyintegrate a variant of change#17568 from maint-5.6...
2002-07-04 Mattia BarbonWin32 build broken
2002-05-01 Nick Ing-Simmonsperl embed.pl to update global.sym
2002-04-16 Nicholas ClarkRe: Unbalanced string table refcount (was: perl@15930)
2002-04-13 Nicholas Clark[dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-03-23 Dave Mitchelltidy sv.[ch] after CRIPPLED_CC removal
2002-03-17 Jarkko HietaniemiImplement the retry-on-ERANGE for the get*_r().
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko HietaniemiRenaming tweaks, and split off the reentrant "superbuffer"
2002-03-07 Jarkko HietaniemiRetract #14985, #14899, and #14990, following the princ...
2002-03-04 Jarkko HietaniemiNeeded by #14985.
2002-02-24 John PeacockRe: Copying PV only with possible UTF-8 characters
2002-02-21 Ilya Zakharevichgrouping in pack/unpack
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-18 Nick Ing-SimmonsSplit out core of sv_magic() into sv_magicext().
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-12 Mattia Barbonexport win32_async_check or Perl_despatch_signals
2001-12-30 Jarkko HietaniemiRegen files.
2001-12-30 Nick Ing-Simmonsremove embed.pl duplicates
2001-12-29 Nick Ing-SimmonsNicholas Clark's embed.pl fix for my_socketpair
2001-12-25 John PeacockRe: Not OK 13881
2001-12-23 Nicholas Clarksocketpair emulation
2001-12-22 Nick Ing-SimmonsAdd at least the "important" PerlIO_xxxx functions...
2001-12-21 Jarkko HietaniemiMake using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-03 Jarkko HietaniemiMake sharepvn a macro since all it does is a deref.
2001-11-28 Jarkko HietaniemiFix for "a\x{100}" =~ /A/i.
2001-11-23 Jarkko Hietaniemiregen_headers.
2001-11-21 Jarkko HietaniemiImplement the sort pragma. Split sort code from pp_ctl.c
2001-11-19 Jarkko HietaniemiThe _uni_display should not be in dump.c since they
2001-11-15 John Peacockv-strings as Objects Step 1
2001-11-07 Doug MacEachernmaking do_sprintf public
2001-11-06 Jarkko HietaniemiOops. Luckily nothing was using this symbol yet.
2001-10-31 Jarkko HietaniemiEnable -Mencoding=foobar also for string literals.
2001-10-25 Jarkko HietaniemiSince pv_uni_display and sv_uni_display are now used
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-20 Nick Ing-SimmonsAdd a new flag character 'm' to embed.pl set to represent
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-09-30 Brian IngersonPatch to put qsortsv in the public API
2001-09-05 Nicholas ClarkRe: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-08-27 Artur BergmanRemoved tripple definitions of CUSTOM_OP functions.
2001-08-13 Jarkko Hietaniemi[PATHC] sharedsv.[c|h]
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-20 Jarkko HietaniemiRegen headers.
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-03 Simon CozensAPIfy op_clear
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Jarkko HietaniemiRegen headers for #10221.
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-03-24 Nick Ing-SimmonsGenerated files.
2001-03-14 Jarkko HietaniemiIntegrate change #9154 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-02-21 Jarkko HietaniemiPut back the #8840, it was innocent.
2001-02-20 Jarkko HietaniemiRetract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern[patch] add sv_setref_uv
2001-02-08 Charles BaileySYN SYN
2001-02-08 Nick Ing-SimmonsGenerated files form 8713 etc.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsFixup after integrate:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiUncheckedin generated files.
2000-12-16 Jarkko HietaniemiFew uncheckedin files.
2000-12-07 Nick Ing-SimmonsVarious oddities p4 diff -se showed up
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-19 Nick Ing-Simmonsdiff -se shows these as different
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
next