This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse.pm: handle optimised-away keys() better
[perl5.git] / win32 / wince.c
2017-10-24 Karl WilliamsonConvert strncmp into strnEQ, strnNE
2017-03-15 Hugo van der SandenWIN32: update size after Renew
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-04-09 Karl WilliamsonAdd locale mutex
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
2015-07-23 Craig A. BerryRemove PERLIO_IS_STDIO from win32.c and wince.c.
2015-06-03 Daniel Draganrefactor win32_get_*lib() funcs to match rest of PERL_I...
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-03-13 Daniel Draganrestore building perl5**.dll and perl.exe on WinCE
2012-12-05 Daniel Draganmore dTHX optimizations in /win32/*
2012-11-01 Konovalov, Vadim... Initial (incomplete) patch to start restoring WinCE...
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-04 Vincent PitRe: SV leak?
2007-12-23 Steve PetersNullch and others were still alive and well in some...
2007-06-08 Steve HayChange 31347 should also have removed win32_free_argvw()
2007-06-08 Steve HayRemove dead Perl_sys_intern_clear() from wince.c
2007-06-07 Steve HayStop VC++ from warning "all references to 'SHELL32...
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-04 Steve HayChange #29424 may well be correct in itself, but curren...
2006-11-30 Steve HayI think #29060 / #29073 missed this
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...