This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Turn INIT_TLS_AND_INTERP into a static function
[perl5.git] / perl.c
2003-04-10 Jarkko HietaniemiNoted by Nat: -0 didn't work that well with Unicode.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-14 Gurusamy Sarathyfix for switchC.t test#6 failure on windows
2003-03-12 Jarkko HietaniemiCygwin doesn't like initing the $0 mutex in perl_constr...
2003-03-11 Jarkko HietaniemiWinCE tweaks from Vadim Konovalov.
2003-03-11 Craig A. Berryclear PL_exitlist in perl_destruct
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-03-06 Rafael Garcia-SuarezMake the -A switch work without an assertion name.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiThe -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-17 Jarkko HietaniemiMake also the -CAL conditional on locale.
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-21 Jarkko HietaniemiAllow explicit -C enable/disable by -C:1/-C:0
2003-01-21 H.Merijn Brandperl version reporting
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-11-16 Dave Mitchelloptional code for debugging leaking scalars
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-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-12 Rafael Garcia-SuarezThe -0 command-line switch wasn't setting $/ at compile...
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-09-04 Jarkko Hietaniemiuse sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Rafael Garcia-Suarezposixify getppid on linux-multithread
2002-08-20 Nicholas ClarkClean up copy-on-write macros and debug facilities...
2002-08-12 Dave Mitchelladd verbose stack display option, -Dvs
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Hugo van der SandenIntegrate from maint-5.6/macperl via macperl
2002-07-09 Robin Barker5.8.0-RC1 on SunOS 4!
2002-06-15 Jarkko HietaniemiSpurious empty statements.
2002-06-15 Alessandro ForghieriPossible cure for
2002-06-12 Tim JennessRe: RC1 on Playstation2
2002-06-10 Jarkko HietaniemiNI-S doesn't need these comments :-) but I'm commenting...
2002-06-06 Jarkko HietaniemiWith -Ud_stdstdio perl -v and perl -h didn't flush...
2002-06-01 Gerrit P. Haase[Patch] Inplace editing on Cygwin and others?
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-02 Gurusamy Sarathymanual integrate of change#16332 from maint-5.6 branch
2002-05-02 Nick Ing-SimmonsFix the "PerlIO require leak". Snag was that clean_objs
2002-04-22 Jarkko HietaniemiNetWare changeover from Watcom to Codewarrior, from...
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-18 Artur BergmanAlways flush the PerlIO buffers after running END blocks in
2002-04-18 Doug MacEachernplug memory leak in perl_destruct() by cleaning out...
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-04-15 Mark-Jason DominusSupporess spurious warnings for @+ and and @-
2002-04-15 Mark-Jason DominusRe: [PATCH 5.7.3] Suppress warnings about @F when ...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Abhijit Menon-Sen Make other nits nervous.
2002-04-03 Jarkko HietaniemiPrototype tweak for non-threaded builds.
2002-04-03 Nick Ing-SimmonsFix segfaults when mainthread exits with other threads...
2002-04-02 Paul GreenUpdate my email address in perl.c
2002-03-25 Craig A. Berryyfix fix for VMS (was YYDEBUG etc.)
2002-03-25 Jarkko HietaniemiForgotten from #15486.
2002-03-24 Jarkko HietaniemiIn the spirit of #15464.
2002-03-24 Michael G. SchwernRe: [ID 20020323.002] recently-introduced regex segfault
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiIf it looks like UTF-8 (either nl_langinfo or locale...
2002-03-18 Jarkko HietaniemiMake regex DEBUGGING faster.
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-03-14 Ken WilliamsRe: Win32: C:\Program Files
2002-03-11 Abhijit Menon-Sen Typo fixes.
2002-03-11 Jarkko HietaniemiRe: [PATCH] for broken /proc/curproc/file on FreeBSD
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-10 Jarkko HietaniemiRenaming tweaks, and split off the reentrant "superbuffer"
2002-03-06 Jarkko Hietaniemi5005threads wasn't even compiling.
2002-03-03 Ilya ZakharevichDebugging OPs
2002-02-08 Jarkko HietaniemiDJGPP tweaks from Laszlo Molnar.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-30 Michael G. Schwern-t without -w
2001-12-25 Jarkko HietaniemiMake -t equal -tw.
2001-12-17 Rafael Garcia-Suarez-t and the core tests; -t and PERL5OPT
2001-12-14 Michael G. Schwern-t taint warnings
2001-12-12 Gisle AasPassing in env to perl_parse did not work
2001-11-30 Michael G. Schwern-P on VMS. Evicting sed
2001-11-25 Jarkko HietaniemiRevert the /proc/self/auxv experiment for now.
2001-11-25 Jarkko HietaniemiThe new way of finding out $^X in Solaris
2001-11-25 Michael G. Schwern$$ readonly, take two
2001-11-24 Jarkko HietaniemiThe debug_pag needs to be visible at all times
2001-11-24 Jarkko HietaniemiUse /proc/self/auxv in Solaris to figure out the $^X.
2001-11-23 Jarkko HietaniemiUse PROCSELFEXE_PATH.
2001-11-20 Nick Ing-Simmonsperl.c change to use HAS_PROCSELFEXE, also
2001-11-20 Michael G. SchwernExtra diagnostics for -DP
2001-11-20 Jarkko HietaniemiCreate a per-interpeter debug scratchpad container
2001-11-14 Jarkko HietaniemiAdd comments to mark where $^X is being handled.
2001-11-14 Michael G. Schwerns/parse_perl/parse_body/
2001-11-10 Doug MacEachernwhen PERL_USE_SAFE_PUTENV is defined environ will not
2001-11-09 Rafael Garcia-Suarez#!perl -F...
2001-11-08 Rafael Garcia-Suarez-s on #! line
2001-11-02 Jarkko Hietaniemimicroperl sync.
next