Update dependencies and remove obsolete VAXC support
[p5sagit/p5-mst-13.2.git] / perl.c
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-25 Jarkko Hietaniemi Configure nits; add socksizetype; add getfsstat for...
2000-02-24 Gisle Aas More UTF8_MAXLEN fixes
2000-02-24 Fifer, Eric cygwin port
2000-02-22 Gurusamy Sarathy add -W and -X to -h output; fix other pod omissions
2000-02-22 Gurusamy Sarathy EPOC port update (from Olaf Flebbe <O.Flebbe@science...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-19 Gurusamy Sarathy some rearrangement of the includes for easier "microper...
2000-02-15 Gurusamy Sarathy locale guards needed (from Simon Cozens <simon@brecon...
2000-02-14 Gurusamy Sarathy avoid warnings
2000-02-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathy remove outdated -DPURIFY code--it reports bogus errors...
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-08 Gurusamy Sarathy Windows has a somewhat different sitelib layout, and...
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy tolerate NULL SITELIB_EXP
2000-02-07 Gurusamy Sarathy NULL-terminate PERL_INC_VERSION_LIST
2000-02-07 Gurusamy Sarathy add compatible versions from $Config{inc_ver_list}...
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-18 Jarkko Hietaniemi More -V.
2000-01-18 Jarkko Hietaniemi More compile-time options shown with -V.
2000-01-10 Gurusamy Sarathy terminate -s switch processing only on C<-->, not on...
2000-01-09 Gurusamy Sarathy more changes for new-style version numbers (versions...
1999-12-28 Gurusamy Sarathy integrate mainline contents
1999-12-27 Gurusamy Sarathy update perldiag for change#4707
1999-12-27 Gurusamy Sarathy allow spaces in -I switch argument
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-23 Gurusamy Sarathy bring in basic threads stuff under USE_ITHREADS
1999-12-16 Gurusamy Sarathy missing backslash (spotted by Johan Vromans)
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-10 Gurusamy Sarathy interpreter structure should be nulled under -DMULTIPLICITY
1999-12-01 Gurusamy Sarathy avoid "Callback called exit" error on intentional exit()
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathy cloning the stack (part 1)
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy more thorough cleanup in perl_destroy()
1999-11-08 Gurusamy Sarathy tweak change#4502
1999-11-06 Jarkko Hietaniemi So many printfs, so little time.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Jarkko Hietaniemi Incremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathy remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko Hietaniemi S_init_interp is a better place to diddle with PL_opargs
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-31 Gurusamy Sarathy make nested ARGV/$^I loops work correctly; fixes severa...
1999-10-28 Jarkko Hietaniemi Fix printing of uids and gids; regen Configure.
1999-10-27 Jarkko Hietaniemi Regen Configure.
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko Hietaniemi Nosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-26 Jarkko Hietaniemi Revert #4457 for more investigation.
1999-10-26 Jarkko Hietaniemi Add getmnt() to nosuid checking.
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy don't allow SIGCHLD to be ignored at startup, or wait...
1999-10-24 Ilya Zakharevich Re: [PATCH 5.005_62] OS/2 improvements
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-17 Gurusamy Sarathy PL_malloc_mutex needs to be global, not per-interpreter
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-16 Gurusamy Sarathy another bug in change#3386 (CATCH_SET wasn't reverted...
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-12 Gurusamy Sarathy various cleanups
1999-10-09 Gurusamy Sarathy don't run END blocks when running under -c switch ...
1999-10-08 Gurusamy Sarathy remove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic (Was: deprecating SIGDIE)
1999-09-29 Charles Bailey resync with mainline
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-10 Gurusamy Sarathy avoid leaking static local_patches unless patchlevel...
1999-08-29 Spider Boardman sub : attrlist
1999-08-20 Gurusamy Sarathy perl_free() should use PerlMem_free()
1999-08-20 Gurusamy Sarathy win32 tweaks
1999-08-20 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathy support USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-16 Jarkko Hietaniemi Integrate with Nick.
1999-08-14 Nick Ing-Simmons New lightweight Carp has a require. If Carp is used...
1999-08-10 Jarkko Hietaniemi Gratuitous uid and gid casts to I32s and ints removed.
1999-08-01 Jarkko Hietaniemi Integrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya Zakharevich More optimizations to REx engine
1999-07-26 Gurusamy Sarathy INSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-25 Jarkko Hietaniemi Cut-and-pasto in #3737.
1999-07-25 Jarkko Hietaniemi Use vendorprefixlib.
1999-07-17 Ilya Zakharevich Segfaults if $^P
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
next