Integrate mainline
[p5sagit/p5-mst-13.2.git] / perl.c
2003-06-30 Nick Ing-Simmons Integrate mainline
2003-06-30 Nick Ing-Simmons "Missing" dTHX for Win32's re-direction of getuid etc.
2003-06-30 Jarkko Hietaniemi int is not UV.
2003-06-30 Jarkko Hietaniemi The 'contiguous' test for argv[], envp[] was bogus
2003-06-29 Jarkko Hietaniemi The joy of $0. Undoing the #16399 makes Andreas'
2003-06-28 Dave Mitchell Two debugging patches.
2003-06-27 Jarkko Hietaniemi atoi() doesn't cut the mustard if the PERL_HASH_SEED
2003-06-27 Jarkko Hietaniemi Use the PL_earlytaint. (PL_earlytaint is a global,
2003-06-27 Jarkko Hietaniemi Introduce (global) variable PL_earlytaint which
2003-06-27 Jarkko Hietaniemi Make doing_taint() always available (though not
2003-06-27 Jarkko Hietaniemi Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
2003-06-27 Jarkko Hietaniemi Hash/Util.t and Encode/t/Aliases.t seem to be having
2003-06-26 Jarkko Hietaniemi Bite the bullet and apply the hash randomisation patch.
2003-06-20 Jarkko Hietaniemi More Perl malloc debugging magic from Ilya. Seems...
2003-06-20 Jarkko Hietaniemi Retract #19785 and #19756: JPL nowadays works without...
2003-06-15 Jarkko Hietaniemi Most often unused variables.
2003-06-13 Jarkko Hietaniemi The changes #8803 and #8896 that fixed JPL for use...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-05 Robin Barker RE: maint @ 19683
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-10 Jarkko Hietaniemi Noted by Nat: -0 didn't work that well with Unicode.
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-03-14 Gurusamy Sarathy fix for switchC.t test#6 failure on windows
2003-03-12 Jarkko Hietaniemi Cygwin doesn't like initing the $0 mutex in perl_constr...
2003-03-11 Jarkko Hietaniemi WinCE tweaks from Vadim Konovalov.
2003-03-11 Craig A. Berry clear PL_exitlist in perl_destruct
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-03-06 Rafael Garcia-Suarez Make the -A switch work without an assertion name.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-03-02 Jarkko Hietaniemi The -CI cannot be easily tested under UTF-8 locale...
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-17 Jarkko Hietaniemi Make also the -CAL conditional on locale.
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-01-21 Jarkko Hietaniemi Allow explicit -C enable/disable by -C:1/-C:0
2003-01-21 H.Merijn Brand perl version reporting
2003-01-16 Jarkko Hietaniemi Make 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 Hietaniemi Fix up #18229.
2002-12-02 Jarkko Hietaniemi $0 mofifying part I
2002-11-16 Dave Mitchell optional code for debugging leaking scalars
2002-11-04 Slaven Rezic Re: [perl #18066] Bug in -I when path has double colons?
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-12 Rafael Garcia-Suarez The -0 command-line switch wasn't setting $/ at compile...
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-09-26 Jarkko Hietaniemi enable -ansi -pedantic
2002-09-26 H.Merijn Brand LEAKTEST is dead, RIP
2002-09-04 Jarkko Hietaniemi use sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Rafael Garcia-Suarez posixify getppid on linux-multithread
2002-08-20 Nicholas Clark Clean up copy-on-write macros and debug facilities...
2002-08-12 Dave Mitchell add verbose stack display option, -Dvs
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-05 Hugo van der Sanden Integrate from maint-5.6/macperl via macperl
2002-07-09 Robin Barker 5.8.0-RC1 on SunOS 4!
2002-06-15 Jarkko Hietaniemi Spurious empty statements.
2002-06-15 Alessandro Forghieri Possible cure for
2002-06-12 Tim Jenness Re: RC1 on Playstation2
2002-06-10 Jarkko Hietaniemi NI-S doesn't need these comments :-) but I'm commenting...
2002-06-06 Jarkko Hietaniemi With -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 Hietaniemi Integrate macperl patch #16868.
2002-05-02 Gurusamy Sarathy manual integrate of change#16332 from maint-5.6 branch
2002-05-02 Nick Ing-Simmons Fix the "PerlIO require leak". Snag was that clean_objs
2002-04-22 Jarkko Hietaniemi NetWare changeover from Watcom to Codewarrior, from...
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-04-18 Artur Bergman Always flush the PerlIO buffers after running END blocks in
2002-04-18 Doug MacEachern plug memory leak in perl_destruct() by cleaning out...
2002-04-16 Jarkko Hietaniemi my $utf8here, our $utf8here, and package variable ...
2002-04-15 Mark-Jason Dominus Supporess spurious warnings for @+ and and @-
2002-04-15 Mark-Jason Dominus Re: [PATCH 5.7.3] Suppress warnings about @F when ...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Abhijit Menon-Sen Make other nits nervous.
2002-04-03 Jarkko Hietaniemi Prototype tweak for non-threaded builds.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-04-02 Paul Green Update my email address in perl.c
2002-03-25 Craig A. Berry yfix fix for VMS (was YYDEBUG etc.)
2002-03-25 Jarkko Hietaniemi Forgotten from #15486.
2002-03-24 Jarkko Hietaniemi In the spirit of #15464.
2002-03-24 Michael G. Schwern Re: [ID 20020323.002] recently-introduced regex segfault
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi If it looks like UTF-8 (either nl_langinfo or locale...
2002-03-18 Jarkko Hietaniemi Make regex DEBUGGING faster.
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,
2002-03-14 Ken Williams Re: Win32: C:\Program Files
2002-03-11 Abhijit Menon-Sen Typo fixes.
2002-03-11 Jarkko Hietaniemi Re: [PATCH] for broken /proc/curproc/file on FreeBSD
2002-03-11 Paul Marquess more warnings tidyup
2002-03-10 Jarkko Hietaniemi Renaming tweaks, and split off the reentrant "superbuffer"
2002-03-06 Jarkko Hietaniemi 5005threads wasn't even compiling.
2002-03-03 Ilya Zakharevich Debugging OPs
2002-02-08 Jarkko Hietaniemi DJGPP tweaks from Laszlo Molnar.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
next