This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
small nits in diagnostics.pm (from Robin Barker)
[perl5.git] / perl.c
2000-04-28 Gurusamy Sarathytweak change#5945 to display correct switch name in...
2000-04-28 Gurusamy Sarathysupport additional library locations via $Config{otherl...
2000-04-27 Gurusamy Sarathychange#4197 somehow missed initializing PL_errors,...
2000-04-26 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-25 Gurusamy Sarathymake module name mandatory after -M switch; reorder...
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Jarkko HietaniemiFlatten the cpp jungle doing the nosuid checking.
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-03-17 Gurusamy Sarathyfix coredump when upgrading PL_sv_yes in a second call to
2000-03-16 Gurusamy Sarathydue to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-03-11 Gurusamy Sarathychange#3511 was not defensive enough about try blocks...
2000-03-11 Gurusamy SarathyVMS build tweaks (from Charles Bailey)
2000-03-08 Gurusamy Sarathyadd missing locks for op refcounts
2000-03-07 Gurusamy SarathyCopFILEGV(&PL_compiling) must be reset properly (from...
2000-03-07 Gurusamy Sarathyseparate options to incpush() for adding version direct...
2000-03-06 Gurusamy Sarathyvendorlib support for Windows; regen win32/config*
2000-03-06 Gurusamy Sarathythe incpush()es weren't all quite right on Windows...
2000-03-06 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-05 Michael G Schwernsitelib_stem and vendorlib_stem patches from Andy;
2000-03-05 Gurusamy Sarathystrip last component of SITELIB_EXP only if it looks...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-29 Gurusamy Sarathychange#5364 had a few problems
2000-02-29 Gurusamy Sarathyutf8-ize @ARGV when -C switch is used on Windows
2000-02-29 Gurusamy Sarathymore adjustments needed for change#5342 under use5005th...
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-26 Jarkko HietaniemiRename use64bits to use64bitint;
2000-02-25 Jarkko HietaniemiConfigure nits; add socksizetype; add getfsstat for...
2000-02-24 Gisle AasMore UTF8_MAXLEN fixes
2000-02-24 Fifer, Ericcygwin port
2000-02-22 Gurusamy Sarathyadd -W and -X to -h output; fix other pod omissions
2000-02-22 Gurusamy SarathyEPOC port update (from Olaf Flebbe <O.Flebbe@science...
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-15 Gurusamy Sarathylocale guards needed (from Simon Cozens <simon@brecon...
2000-02-14 Gurusamy Sarathyavoid warnings
2000-02-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-08 Gurusamy SarathyWindows has a somewhat different sitelib layout, and...
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathytolerate NULL SITELIB_EXP
2000-02-07 Gurusamy SarathyNULL-terminate PERL_INC_VERSION_LIST
2000-02-07 Gurusamy Sarathyadd compatible versions from $Config{inc_ver_list}...
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-18 Jarkko HietaniemiMore -V.
2000-01-18 Jarkko HietaniemiMore compile-time options shown with -V.
2000-01-10 Gurusamy Sarathyterminate -s switch processing only on C<-->, not on...
2000-01-09 Gurusamy Sarathymore changes for new-style version numbers (versions...
1999-12-28 Gurusamy Sarathyintegrate mainline contents
1999-12-27 Gurusamy Sarathyupdate perldiag for change#4707
1999-12-27 Gurusamy Sarathyallow spaces in -I switch argument
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-23 Gurusamy Sarathybring in basic threads stuff under USE_ITHREADS
1999-12-16 Gurusamy Sarathymissing backslash (spotted by Johan Vromans)
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-10 Gurusamy Sarathyinterpreter structure should be nulled under -DMULTIPLICITY
1999-12-01 Gurusamy Sarathyavoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathycloning the stack (part 1)
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathymore thorough cleanup in perl_destroy()
1999-11-08 Gurusamy Sarathytweak change#4502
1999-11-06 Jarkko HietaniemiSo many printfs, so little time.
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiS_init_interp is a better place to diddle with PL_opargs
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-28 Jarkko HietaniemiFix printing of uids and gids; regen Configure.
1999-10-27 Jarkko HietaniemiRegen Configure.
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko HietaniemiNosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-26 Jarkko HietaniemiRevert #4457 for more investigation.
1999-10-26 Jarkko HietaniemiAdd getmnt() to nosuid checking.
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-24 Nick Ing-SimmonsFollow that camel ... another sync.
1999-10-24 Gurusamy Sarathydon't allow SIGCHLD to be ignored at startup, or wait...
1999-10-24 Ilya ZakharevichRe: [PATCH 5.005_62] OS/2 improvements
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
1999-10-17 Gurusamy SarathyPL_malloc_mutex needs to be global, not per-interpreter
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-16 Gurusamy Sarathyanother bug in change#3386 (CATCH_SET wasn't reverted...
1999-10-14 Gurusamy Sarathyfix POPSTACK panics that ensued from bad interaction...
next