This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix parse error on C<{ use strict }> and other constructs that
[perl5.git] / perl.c
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-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...
1999-10-14 Gurusamy Sarathyavoid inefficiency in change#3386 (every longjmp()...
1999-10-12 Gurusamy Sarathyvarious cleanups
1999-10-09 Gurusamy Sarathydon't run END blocks when running under -c switch ...
1999-10-08 Gurusamy Sarathyremove kludgey duplicate background error avoidance...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-09-30 Kurt D. Starsinic(Was: deprecating SIGDIE)
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathymake sprintf("%g",...) threadsafe; only taint its resul...
1999-09-10 Gurusamy Sarathyavoid leaking static local_patches unless patchlevel...
1999-08-29 Spider Boardmansub : attrlist
1999-08-20 Gurusamy Sarathyperl_free() should use PerlMem_free()
1999-08-20 Gurusamy Sarathywin32 tweaks
1999-08-20 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-20 Gurusamy Sarathysupport USE_THREADS+MULTIPLICITY; source compat tweaks for
1999-08-16 Jarkko HietaniemiIntegrate with Nick.
1999-08-14 Nick Ing-SimmonsNew lightweight Carp has a require. If Carp is used...
1999-08-10 Jarkko HietaniemiGratuitous uid and gid casts to I32s and ints removed.
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-26 Gurusamy SarathyINSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-25 Jarkko HietaniemiCut-and-pasto in #3737.
1999-07-25 Jarkko HietaniemiUse vendorprefixlib.
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 Gurusamy Sarathyperl_run() should call my_exit(0) for normal completion
1999-06-27 Olaf FlebbeEPOC port to Psion5.
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko HietaniemiFixed two long-standing locale bugs.
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathymost globals are now interpreter local; locale initiali...
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-31 Gurusamy Sarathytighter -help output
1999-05-24 Hugo van der Sandenname PL_in_eval bits
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-05 Charles Baileyapplied non-conflicting parts of suggested patch
next